diff options
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 653a362425df..61952aa6cd5a 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -43,12 +43,13 @@ config SND_OMAP_SOC_OSK5912 | |||
43 | Say Y if you want to add support for SoC audio on osk5912. | 43 | Say Y if you want to add support for SoC audio on osk5912. |
44 | 44 | ||
45 | config SND_OMAP_SOC_OVERO | 45 | config SND_OMAP_SOC_OVERO |
46 | tristate "SoC Audio support for Gumstix Overo" | 46 | tristate "SoC Audio support for Gumstix Overo and CompuLab CM-T35" |
47 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OVERO | 47 | depends on TWL4030_CORE && SND_OMAP_SOC && (MACH_OVERO || MACH_CM_T35) |
48 | select SND_OMAP_SOC_MCBSP | 48 | select SND_OMAP_SOC_MCBSP |
49 | select SND_SOC_TWL4030 | 49 | select SND_SOC_TWL4030 |
50 | help | 50 | help |
51 | Say Y if you want to add support for SoC audio on the Gumstix Overo. | 51 | Say Y if you want to add support for SoC audio on the |
52 | Gumstix Overo or CompuLab CM-T35 | ||
52 | 53 | ||
53 | config SND_OMAP_SOC_OMAP2EVM | 54 | config SND_OMAP_SOC_OMAP2EVM |
54 | tristate "SoC Audio support for OMAP2EVM board" | 55 | tristate "SoC Audio support for OMAP2EVM board" |
@@ -66,6 +67,15 @@ config SND_OMAP_SOC_OMAP3EVM | |||
66 | help | 67 | help |
67 | Say Y if you want to add support for SoC audio on the omap3evm board. | 68 | Say Y if you want to add support for SoC audio on the omap3evm board. |
68 | 69 | ||
70 | config SND_OMAP_SOC_AM3517EVM | ||
71 | tristate "SoC Audio support for OMAP3517 / AM3517 EVM" | ||
72 | depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C | ||
73 | select SND_OMAP_SOC_MCBSP | ||
74 | select SND_SOC_TLV320AIC23 | ||
75 | help | ||
76 | Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517 | ||
77 | EVM. | ||
78 | |||
69 | config SND_OMAP_SOC_SDP3430 | 79 | config SND_OMAP_SOC_SDP3430 |
70 | tristate "SoC Audio support for Texas Instruments SDP3430" | 80 | tristate "SoC Audio support for Texas Instruments SDP3430" |
71 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_3430SDP | 81 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_3430SDP |
@@ -99,3 +109,10 @@ config SND_OMAP_SOC_ZOOM2 | |||
99 | help | 109 | help |
100 | Say Y if you want to add support for Soc audio on Zoom2 board. | 110 | Say Y if you want to add support for Soc audio on Zoom2 board. |
101 | 111 | ||
112 | config SND_OMAP_SOC_IGEP0020 | ||
113 | tristate "SoC Audio support for IGEP v2" | ||
114 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_IGEP0020 | ||
115 | select SND_OMAP_SOC_MCBSP | ||
116 | select SND_SOC_TWL4030 | ||
117 | help | ||
118 | Say Y if you want to add support for Soc audio on IGEP v2 board. | ||