diff options
Diffstat (limited to 'sound/soc/pxa/Kconfig')
-rw-r--r-- | sound/soc/pxa/Kconfig | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index a0f7d3cfa470..4d2e46fae77c 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig | |||
@@ -8,6 +8,15 @@ config SND_PXA2XX_SOC | |||
8 | the PXA2xx AC97, I2S or SSP interface. You will also need | 8 | the PXA2xx AC97, I2S or SSP interface. You will also need |
9 | to select the audio interfaces to support below. | 9 | to select the audio interfaces to support below. |
10 | 10 | ||
11 | config SND_MMP_SOC | ||
12 | bool "Soc Audio for Marvell MMP chips" | ||
13 | depends on ARCH_MMP | ||
14 | select SND_SOC_DMAENGINE_PCM | ||
15 | select SND_ARM | ||
16 | help | ||
17 | Say Y if you want to add support for codecs attached to | ||
18 | the MMP SSPA interface. | ||
19 | |||
11 | config SND_PXA2XX_AC97 | 20 | config SND_PXA2XX_AC97 |
12 | tristate | 21 | tristate |
13 | select SND_AC97_CODEC | 22 | select SND_AC97_CODEC |
@@ -26,6 +35,9 @@ config SND_PXA_SOC_SSP | |||
26 | tristate | 35 | tristate |
27 | select PXA_SSP | 36 | select PXA_SSP |
28 | 37 | ||
38 | config SND_MMP_SOC_SSPA | ||
39 | tristate | ||
40 | |||
29 | config SND_PXA2XX_SOC_CORGI | 41 | config SND_PXA2XX_SOC_CORGI |
30 | tristate "SoC Audio support for Sharp Zaurus SL-C7x0" | 42 | tristate "SoC Audio support for Sharp Zaurus SL-C7x0" |
31 | depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx | 43 | depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx |
@@ -138,6 +150,26 @@ config SND_SOC_TAVOREVB3 | |||
138 | Say Y if you want to add support for SoC audio on the | 150 | Say Y if you want to add support for SoC audio on the |
139 | Marvell Saarb reference platform. | 151 | Marvell Saarb reference platform. |
140 | 152 | ||
153 | config SND_PXA910_SOC | ||
154 | tristate "SoC Audio for Marvell PXA910 chip" | ||
155 | depends on ARCH_MMP && SND | ||
156 | select SND_PCM | ||
157 | help | ||
158 | Say Y if you want to add support for SoC audio on the | ||
159 | Marvell PXA910 reference platform. | ||
160 | |||
161 | config SND_SOC_TTC_DKB | ||
162 | bool "SoC Audio support for TTC DKB" | ||
163 | depends on SND_PXA910_SOC && MACH_TTC_DKB | ||
164 | select PXA_SSP | ||
165 | select SND_PXA_SOC_SSP | ||
166 | select SND_MMP_SOC | ||
167 | select MFD_88PM860X | ||
168 | select SND_SOC_88PM860X | ||
169 | help | ||
170 | Say Y if you want to add support for SoC audio on TTC DKB | ||
171 | |||
172 | |||
141 | config SND_SOC_ZYLONITE | 173 | config SND_SOC_ZYLONITE |
142 | tristate "SoC Audio support for Marvell Zylonite" | 174 | tristate "SoC Audio support for Marvell Zylonite" |
143 | depends on SND_PXA2XX_SOC && MACH_ZYLONITE | 175 | depends on SND_PXA2XX_SOC && MACH_ZYLONITE |
@@ -194,3 +226,13 @@ config SND_PXA2XX_SOC_IMOTE2 | |||
194 | help | 226 | help |
195 | Say Y if you want to add support for SoC audio on the | 227 | Say Y if you want to add support for SoC audio on the |
196 | IMote 2. | 228 | IMote 2. |
229 | |||
230 | config SND_MMP_SOC_BROWNSTONE | ||
231 | tristate "SoC Audio support for Marvell Brownstone" | ||
232 | depends on SND_MMP_SOC && MACH_BROWNSTONE | ||
233 | select SND_MMP_SOC_SSPA | ||
234 | select MFD_WM8994 | ||
235 | select SND_SOC_WM8994 | ||
236 | help | ||
237 | Say Y if you want to add support for SoC audio on the | ||
238 | Marvell Brownstone reference platform. | ||