diff options
author | Enric Balletbò i Serra <eballetbo@gmail.com> | 2009-11-18 09:59:24 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-19 05:48:43 -0500 |
commit | b2a2236d1f5e7c09c8e74b61f13d8ba3fe82f7be (patch) | |
tree | 685e4b4e1226bd4822921a186bd3d6369bd8f647 /sound/soc/omap/Kconfig | |
parent | 2b7b250df74f1f9e15cdf33fa90f6c98a419842d (diff) |
ASoC: Add support for IGEP v2
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 4dc6b15a852f..61952aa6cd5a 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -109,3 +109,10 @@ config SND_OMAP_SOC_ZOOM2 | |||
109 | help | 109 | help |
110 | 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. |
111 | 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. | ||