diff options
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 6768e4f7d7d0..30d0109703a9 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -100,12 +100,13 @@ config SND_OMAP_SOC_OMAP_TWL4030 | |||
100 | 100 | ||
101 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 | 101 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 |
102 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" | 102 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" |
103 | depends on TWL6040_CORE && SND_OMAP_SOC && (ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST) | 103 | depends on TWL6040_CORE && SND_OMAP_SOC |
104 | depends on ARCH_OMAP4 || (SOC_OMAP5 && MFD_PALMAS) || COMPILE_TEST | ||
104 | select SND_OMAP_SOC_DMIC | 105 | select SND_OMAP_SOC_DMIC |
105 | select SND_OMAP_SOC_MCPDM | 106 | select SND_OMAP_SOC_MCPDM |
106 | select SND_SOC_TWL6040 | 107 | select SND_SOC_TWL6040 |
107 | select SND_SOC_DMIC | 108 | select SND_SOC_DMIC |
108 | select COMMON_CLK_PALMAS if MFD_PALMAS | 109 | select COMMON_CLK_PALMAS if (SOC_OMAP5 && MFD_PALMAS) |
109 | help | 110 | help |
110 | Say Y if you want to add support for SoC audio on OMAP boards using | 111 | Say Y if you want to add support for SoC audio on OMAP boards using |
111 | ABE and twl6040 codec. This driver currently supports: | 112 | ABE and twl6040 codec. This driver currently supports: |