Commit | Line | Data |
---|---|---|
3592b7f6 OL |
1 | # |
2 | # Ux500 SoC audio configuration | |
3 | # | |
4 | menuconfig SND_SOC_UX500 | |
5 | tristate "SoC Audio support for Ux500 platform" | |
6 | depends on SND_SOC | |
c632d068 | 7 | depends on MFD_DB8500_PRCMU |
3592b7f6 OL |
8 | help |
9 | Say Y if you want to enable ASoC-support for | |
10 | any of the Ux500 platforms (e.g. U8500). | |
11 | ||
12 | config SND_SOC_UX500_PLAT_MSP_I2S | |
72b3be3c | 13 | tristate |
3592b7f6 | 14 | depends on SND_SOC_UX500 |
01a0c113 OL |
15 | |
16 | config SND_SOC_UX500_PLAT_DMA | |
17 | tristate "Platform - DB8500 (DMA)" | |
18 | depends on SND_SOC_UX500 | |
22f38f79 | 19 | select SND_SOC_GENERIC_DMAENGINE_PCM |
01a0c113 OL |
20 | help |
21 | Say Y if you want to enable the Ux500 platform-driver. | |
e0690385 | 22 | |
dc7bd345 PB |
23 | config SND_SOC_UX500_MACH_MOP500 |
24 | tristate "Machine - MOP500 (Ux500 + AB8500)" | |
e0690385 OL |
25 | depends on AB8500_CORE && AB8500_GPADC && SND_SOC_UX500 |
26 | select SND_SOC_AB8500_CODEC | |
27 | select SND_SOC_UX500_PLAT_MSP_I2S | |
28 | select SND_SOC_UX500_PLAT_DMA | |
29 | help | |
30 | Select this to enable the MOP500 machine-driver. | |
31 | This will enable platform-drivers for: Ux500 | |
32 | This will enable codec-drivers for: AB8500 |