diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-25 10:53:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-26 10:27:56 -0400 |
commit | bc36681fdc3276b9da4047c277349291c4cbad09 (patch) | |
tree | eea0227c96f9d098487eb8e4de94f4ca5c72e92b /sound/soc | |
parent | 30cd0c4ad57f45e257758edad537cc5f6554e711 (diff) |
ASoC: Add S3C24xx dependencies for Simtec machines
No point in building them for S3C64xx, certainly no sense in running
into build issues there.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 68fef00bd7f3..923428fc1adb 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -88,14 +88,14 @@ config SND_S3C24XX_SOC_SIMTEC | |||
88 | 88 | ||
89 | config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23 | 89 | config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23 |
90 | tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards" | 90 | tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards" |
91 | depends on SND_S3C24XX_SOC | 91 | depends on SND_S3C24XX_SOC && ARCH_S3C2410 |
92 | select SND_S3C24XX_SOC_I2S | 92 | select SND_S3C24XX_SOC_I2S |
93 | select SND_SOC_TLV320AIC23 | 93 | select SND_SOC_TLV320AIC23 |
94 | select SND_S3C24XX_SOC_SIMTEC | 94 | select SND_S3C24XX_SOC_SIMTEC |
95 | 95 | ||
96 | config SND_S3C24XX_SOC_SIMTEC_HERMES | 96 | config SND_S3C24XX_SOC_SIMTEC_HERMES |
97 | tristate "SoC I2S Audio support for Simtec Hermes board" | 97 | tristate "SoC I2S Audio support for Simtec Hermes board" |
98 | depends on SND_S3C24XX_SOC | 98 | depends on SND_S3C24XX_SOC && ARCH_S3C2410 |
99 | select SND_S3C24XX_SOC_I2S | 99 | select SND_S3C24XX_SOC_I2S |
100 | select SND_SOC_TLV320AIC3X | 100 | select SND_SOC_TLV320AIC3X |
101 | select SND_S3C24XX_SOC_SIMTEC | 101 | select SND_S3C24XX_SOC_SIMTEC |