diff options
author | Daniel Glöckner <dg@emlix.com> | 2014-10-19 00:50:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 11:03:52 +0100 |
commit | 19c768db42fcf1884cb1f9550969d1e9e69aa928 (patch) | |
tree | 52aacde220194728e9b8cbea0b6a40d8f1fbbe9b /sound/soc/s6000/Kconfig | |
parent | a5448c88b812390a3622e76d774e10c0da1fb970 (diff) |
ASoC: s6000: remove driver
The s6000 Xtensa support is removed from the kernel. There are no
other chips known to use this I2S controller.
Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/s6000/Kconfig')
-rw-r--r-- | sound/soc/s6000/Kconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sound/soc/s6000/Kconfig b/sound/soc/s6000/Kconfig deleted file mode 100644 index f244a2566f20..000000000000 --- a/sound/soc/s6000/Kconfig +++ /dev/null @@ -1,26 +0,0 @@ -config SND_S6000_SOC - tristate "SoC Audio for the Stretch s6000 family" - depends on XTENSA_VARIANT_S6000 || COMPILE_TEST - depends on HAS_IOMEM - select SND_S6000_SOC_PCM if XTENSA_VARIANT_S6000 - help - Say Y or M if you want to add support for codecs attached to - s6000 family chips. You will also need to select the platform - to support below. - -config SND_S6000_SOC_PCM - tristate - -config SND_S6000_SOC_I2S - tristate - -config SND_S6000_SOC_S6IPCAM - bool "SoC Audio support for Stretch 6105 IP Camera" - depends on SND_S6000_SOC=y - depends on I2C=y - depends on XTENSA_PLATFORM_S6105 || COMPILE_TEST - select SND_S6000_SOC_I2S - select SND_SOC_TLV320AIC3X - help - Say Y if you want to add support for SoC audio on the - Stretch s6105 IP Camera Reference Design. |