aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/Kconfig
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-08-14 05:07:59 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-15 12:10:00 -0400
commit152c6e56f6a8577bd291f6f4ca897e5758332a1b (patch)
tree6cf3aa4cd95f3e943a5ccd562cf2222a20920488 /sound/soc/omap/Kconfig
parentac51c90f10be1d1e360f50ca521e3a2133919d23 (diff)
ASoC: Remove obsolete OMAP3 machine drivers
The new omap-twl4030 handles the boards used the following drivers: igep0020, omap3beagle, omap3evm and overo. Remove these drivers since they are mostly identical and we already have drop in replacement for all of them. Note: Earlier patch added the needed code for the board files to retain the audio support for boards I can identify that used one of the removed drivers. If I missed something please take a look at for example: arch/arm/mach-omap2/board-omap3beagle.c on how add support for omap-twl4030 audio. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r--sound/soc/omap/Kconfig35
1 files changed, 0 insertions, 35 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index fc83d748625..2c484a52ef9 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -60,23 +60,6 @@ config SND_OMAP_SOC_OSK5912
60 help 60 help
61 Say Y if you want to add support for SoC audio on osk5912. 61 Say Y if you want to add support for SoC audio on osk5912.
62 62
63config SND_OMAP_SOC_OVERO
64 tristate "SoC Audio support for Gumstix Overo and CompuLab CM-T35"
65 depends on TWL4030_CORE && SND_OMAP_SOC && (MACH_OVERO || MACH_CM_T35)
66 select SND_OMAP_SOC_MCBSP
67 select SND_SOC_TWL4030
68 help
69 Say Y if you want to add support for SoC audio on the
70 Gumstix Overo or CompuLab CM-T35
71
72config SND_OMAP_SOC_OMAP3EVM
73 tristate "SoC Audio support for OMAP3EVM board"
74 depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3EVM
75 select SND_OMAP_SOC_MCBSP
76 select SND_SOC_TWL4030
77 help
78 Say Y if you want to add support for SoC audio on the omap3evm board.
79
80config SND_OMAP_SOC_AM3517EVM 63config SND_OMAP_SOC_AM3517EVM
81 tristate "SoC Audio support for OMAP3517 / AM3517 EVM" 64 tristate "SoC Audio support for OMAP3517 / AM3517 EVM"
82 depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C 65 depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C
@@ -140,16 +123,6 @@ config SND_OMAP_SOC_OMAP3_PANDORA
140 help 123 help
141 Say Y if you want to add support for SoC audio on the OMAP3 Pandora. 124 Say Y if you want to add support for SoC audio on the OMAP3 Pandora.
142 125
143config SND_OMAP_SOC_OMAP3_BEAGLE
144 tristate "SoC Audio support for OMAP3 Beagle and Devkit8000"
145 depends on TWL4030_CORE && SND_OMAP_SOC
146 depends on (MACH_OMAP3_BEAGLE || MACH_DEVKIT8000)
147 select SND_OMAP_SOC_MCBSP
148 select SND_SOC_TWL4030
149 help
150 Say Y if you want to add support for SoC audio on the Beagleboard or
151 the clone Devkit8000.
152
153config SND_OMAP_SOC_ZOOM2 126config SND_OMAP_SOC_ZOOM2
154 tristate "SoC Audio support for Zoom2" 127 tristate "SoC Audio support for Zoom2"
155 depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_ZOOM2 128 depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_ZOOM2
@@ -157,11 +130,3 @@ config SND_OMAP_SOC_ZOOM2
157 select SND_SOC_TWL4030 130 select SND_SOC_TWL4030
158 help 131 help
159 Say Y if you want to add support for Soc audio on Zoom2 board. 132 Say Y if you want to add support for Soc audio on Zoom2 board.
160
161config SND_OMAP_SOC_IGEP0020
162 tristate "SoC Audio support for IGEP v2"
163 depends on TWL4030_CORE && SND_OMAP_SOC && MACH_IGEP0020
164 select SND_OMAP_SOC_MCBSP
165 select SND_SOC_TWL4030
166 help
167 Say Y if you want to add support for Soc audio on IGEP v2 board.