diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-12-22 07:19:05 -0500 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-01-26 08:40:58 -0500 |
commit | 6b21ed851624a03f11ea9ed3f229f56419e03686 (patch) | |
tree | 4838efdf3f70f00c220a889eb4501cc8a0b65d5f /sound/soc/omap/Kconfig | |
parent | 3c90c98a1ebbb08d95700ce8a3b7bce6286607bd (diff) |
ASoC: Kconfig: OMAP4: Enable support for PandaBoards
Enable ASoC audio support for OMAP4 based machines with
twl6040 codec via the omap-abe-twl6040 machine driver.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 98410b833f1b..47b23fea20c2 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -99,7 +99,7 @@ config SND_OMAP_SOC_SDP3430 | |||
99 | 99 | ||
100 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 | 100 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 |
101 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" | 101 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" |
102 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_4430SDP | 102 | depends on TWL4030_CORE && SND_OMAP_SOC && ARCH_OMAP4 |
103 | select SND_OMAP_SOC_DMIC | 103 | select SND_OMAP_SOC_DMIC |
104 | select SND_OMAP_SOC_MCPDM | 104 | select SND_OMAP_SOC_MCPDM |
105 | select SND_SOC_TWL6040 | 105 | select SND_SOC_TWL6040 |
@@ -108,6 +108,8 @@ config SND_OMAP_SOC_OMAP_ABE_TWL6040 | |||
108 | Say Y if you want to add support for SoC audio on OMAP boards using | 108 | Say Y if you want to add support for SoC audio on OMAP boards using |
109 | ABE and twl6040 codec. This driver currently supports: | 109 | ABE and twl6040 codec. This driver currently supports: |
110 | - SDP4430/Blaze boards | 110 | - SDP4430/Blaze boards |
111 | - PandaBoard (4430) | ||
112 | - PandaBoardES (4460) | ||
111 | 113 | ||
112 | config SND_OMAP_SOC_OMAP4_HDMI | 114 | config SND_OMAP_SOC_OMAP4_HDMI |
113 | tristate "SoC Audio support for Texas Instruments OMAP4 HDMI" | 115 | tristate "SoC Audio support for Texas Instruments OMAP4 HDMI" |