diff options
-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 d1ed0f537c3a..808de5c5caa7 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -66,7 +66,7 @@ config SND_S3C24XX_SOC_SMDK2443_WM9710 | |||
66 | 66 | ||
67 | config SND_S3C24XX_SOC_LN2440SBC_ALC650 | 67 | config SND_S3C24XX_SOC_LN2440SBC_ALC650 |
68 | tristate "SoC AC97 Audio support for LN2440SBC - ALC650" | 68 | tristate "SoC AC97 Audio support for LN2440SBC - ALC650" |
69 | depends on SND_S3C24XX_SOC | 69 | depends on SND_S3C24XX_SOC && ARCH_S3C2410 |
70 | select SND_S3C2443_SOC_AC97 | 70 | select SND_S3C2443_SOC_AC97 |
71 | select SND_SOC_AC97_CODEC | 71 | select SND_SOC_AC97_CODEC |
72 | help | 72 | help |
@@ -75,7 +75,7 @@ config SND_S3C24XX_SOC_LN2440SBC_ALC650 | |||
75 | 75 | ||
76 | config SND_S3C24XX_SOC_S3C24XX_UDA134X | 76 | config SND_S3C24XX_SOC_S3C24XX_UDA134X |
77 | tristate "SoC I2S Audio support UDA134X wired to a S3C24XX" | 77 | tristate "SoC I2S Audio support UDA134X wired to a S3C24XX" |
78 | depends on SND_S3C24XX_SOC | 78 | depends on SND_S3C24XX_SOC && ARCH_S3C2410 |
79 | select SND_S3C24XX_SOC_I2S | 79 | select SND_S3C24XX_SOC_I2S |
80 | select SND_SOC_L3 | 80 | select SND_SOC_L3 |
81 | select SND_SOC_UDA134X | 81 | select SND_SOC_UDA134X |