summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown2009-01-23 16:34:54 +0100
committerMark Brown2009-01-23 16:37:26 +0100
commit070504ade7a95a0f4395673717f3bb7d41793ca8 (patch)
tree73bcc1309fe9636693efd8568d3b95732cfc91e2 /sound
parentASoC: Include header file in cs4270 and wm9705 (diff)
downloadkernel-qcow2-linux-070504ade7a95a0f4395673717f3bb7d41793ca8.tar.gz
kernel-qcow2-linux-070504ade7a95a0f4395673717f3bb7d41793ca8.tar.xz
kernel-qcow2-linux-070504ade7a95a0f4395673717f3bb7d41793ca8.zip
ASoC: Fix L3 bus handling in Kconfig
It has no external dependencies but needs to be selected for L3 based codecs to work. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/Kconfig1
-rw-r--r--sound/soc/s3c24xx/Kconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 656f180b2c1f..a195303603e0 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -10,6 +10,7 @@ config SND_SOC_I2C_AND_SPI
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
+ select SND_SOC_L3
select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
select SND_SOC_AD1980 if SND_SOC_AC97_BUS
select SND_SOC_AD73311 if I2C
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index fcd03acf10f6..e05a71084c32 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -48,4 +48,5 @@ config SND_S3C24XX_SOC_S3C24XX_UDA134X
tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
depends on SND_S3C24XX_SOC
select SND_S3C24XX_SOC_I2S
+ select SND_SOC_L3
select SND_SOC_UDA134X