diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-10-10 08:26:57 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-13 02:17:41 +0200 |
commit | 446e0f69101baa59de2473f7deba05a730acfe6e (patch) | |
tree | f804813d44a697737ec86764c4eb22a3575abb36 /sound | |
parent | 2b5f34c5556fc6480bcace016fc35d9d2921c38f (diff) |
ALSA: ASoC - clean up Kconfig for TLV320AIC2
Removed unnecessary dependency. Also, make it uninteractive, as it's
only for selection by other configs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index bdead2dc996..11eebce97ae 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -68,8 +68,8 @@ config SND_SOC_TLV320AIC23 depends on I2C config SND_SOC_TLV320AIC26 - tristate "TI TLV320AIC26 Codec support" - depends on SND_SOC && SPI + tristate + depends on SPI config SND_SOC_TLV320AIC3X tristate |