diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-11-05 14:10:11 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-06 18:23:15 +0100 |
commit | 2c2596f3ab25008adbc12059321cadbf5264e7bb (patch) | |
tree | 0187b57936905e8966098c36ca2635a8ea688b64 /sound/soc/omap/Kconfig | |
parent | ASoC: pcm3168a: remove read-only status register from snd_kcontrol_new (diff) | |
download | linux-2c2596f3ab25008adbc12059321cadbf5264e7bb.tar.xz linux-2c2596f3ab25008adbc12059321cadbf5264e7bb.zip |
ASoC: omap: Remove unused machine driver for AM3517-evm
The audio support is done via simple-audio-card via DT, the custom driver
is no longer needed.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 6dccea6fdaeb..3d418482d242 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -78,15 +78,6 @@ config SND_OMAP_SOC_OSK5912 help Say Y if you want to add support for SoC audio on osk5912. -config SND_OMAP_SOC_AM3517EVM - tristate "SoC Audio support for OMAP3517 / AM3517 EVM" - depends on SND_SDMA_SOC && MACH_OMAP3517EVM && I2C - select SND_OMAP_SOC_MCBSP - select SND_SOC_TLV320AIC23_I2C - help - Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517 - EVM. - config SND_OMAP_SOC_OMAP_TWL4030 tristate "SoC Audio support for TI SoC based boards with twl4030 codec" depends on TWL4030_CORE && SND_SDMA_SOC |