diff options
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index b489f1ae103d..15fe57e5a232 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -27,12 +27,10 @@ config SND_S3C64XX_SOC_I2S | |||
27 | config SND_S3C_SOC_PCM | 27 | config SND_S3C_SOC_PCM |
28 | tristate | 28 | tristate |
29 | 29 | ||
30 | config SND_S3C2443_SOC_AC97 | 30 | config SND_S3C_SOC_AC97 |
31 | tristate | 31 | tristate |
32 | select S3C2410_DMA | ||
33 | select AC97_BUS | ||
34 | select SND_SOC_AC97_BUS | 32 | select SND_SOC_AC97_BUS |
35 | 33 | ||
36 | config SND_S3C24XX_SOC_NEO1973_WM8753 | 34 | config SND_S3C24XX_SOC_NEO1973_WM8753 |
37 | tristate "SoC I2S Audio support for NEO1973 - WM8753" | 35 | tristate "SoC I2S Audio support for NEO1973 - WM8753" |
38 | depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01 | 36 | depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01 |
@@ -71,8 +69,10 @@ config SND_S3C64XX_SOC_WM8580 | |||
71 | config SND_S3C24XX_SOC_SMDK2443_WM9710 | 69 | config SND_S3C24XX_SOC_SMDK2443_WM9710 |
72 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" | 70 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" |
73 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 | 71 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 |
74 | select SND_S3C2443_SOC_AC97 | 72 | select S3C2410_DMA |
73 | select AC97_BUS | ||
75 | select SND_SOC_AC97_CODEC | 74 | select SND_SOC_AC97_CODEC |
75 | select SND_S3C_SOC_AC97 | ||
76 | help | 76 | help |
77 | Say Y if you want to add support for SoC audio on smdk2443 | 77 | Say Y if you want to add support for SoC audio on smdk2443 |
78 | with the WM9710. | 78 | with the WM9710. |
@@ -80,8 +80,10 @@ config SND_S3C24XX_SOC_SMDK2443_WM9710 | |||
80 | config SND_S3C24XX_SOC_LN2440SBC_ALC650 | 80 | config SND_S3C24XX_SOC_LN2440SBC_ALC650 |
81 | tristate "SoC AC97 Audio support for LN2440SBC - ALC650" | 81 | tristate "SoC AC97 Audio support for LN2440SBC - ALC650" |
82 | depends on SND_S3C24XX_SOC && ARCH_S3C2410 | 82 | depends on SND_S3C24XX_SOC && ARCH_S3C2410 |
83 | select SND_S3C2443_SOC_AC97 | 83 | select S3C2410_DMA |
84 | select AC97_BUS | ||
84 | select SND_SOC_AC97_CODEC | 85 | select SND_SOC_AC97_CODEC |
86 | select SND_S3C_SOC_AC97 | ||
85 | help | 87 | help |
86 | Say Y if you want to add support for SoC audio on ln2440sbc | 88 | Say Y if you want to add support for SoC audio on ln2440sbc |
87 | with the ALC650. | 89 | with the ALC650. |
@@ -111,3 +113,11 @@ config SND_S3C24XX_SOC_SIMTEC_HERMES | |||
111 | select SND_S3C24XX_SOC_I2S | 113 | select SND_S3C24XX_SOC_I2S |
112 | select SND_SOC_TLV320AIC3X | 114 | select SND_SOC_TLV320AIC3X |
113 | select SND_S3C24XX_SOC_SIMTEC | 115 | select SND_S3C24XX_SOC_SIMTEC |
116 | |||
117 | config SND_SOC_SMDK_WM9713 | ||
118 | tristate "SoC AC97 Audio support for SMDK with WM9713" | ||
119 | depends on SND_S3C24XX_SOC && MACH_SMDK6410 | ||
120 | select SND_SOC_WM9713 | ||
121 | select SND_S3C_SOC_AC97 | ||
122 | help | ||
123 | Sat Y if you want to add support for SoC audio on the SMDK. | ||