diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 10:34:54 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 10:37:26 -0500 |
commit | 070504ade7a95a0f4395673717f3bb7d41793ca8 (patch) | |
tree | 73bcc1309fe9636693efd8568d3b95732cfc91e2 /sound/soc/s3c24xx/Kconfig | |
parent | 01e097d6c409a6eb64758dce9fcde0c70073fe36 (diff) |
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/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
48 | tristate "SoC I2S Audio support UDA134X wired to a S3C24XX" | 48 | tristate "SoC I2S Audio support UDA134X wired to a S3C24XX" |
49 | depends on SND_S3C24XX_SOC | 49 | depends on SND_S3C24XX_SOC |
50 | select SND_S3C24XX_SOC_I2S | 50 | select SND_S3C24XX_SOC_I2S |
51 | select SND_SOC_L3 | ||
51 | select SND_SOC_UDA134X | 52 | select SND_SOC_UDA134X |