summaryrefslogtreecommitdiff
path: root/sound/soc/s6000/Makefile
diff options
context:
space:
mode:
authorDaniel Glöckner <dg@emlix.com>2014-10-19 02:50:50 +0400
committerMark Brown <broonie@kernel.org>2014-10-20 14:03:52 +0400
commit19c768db42fcf1884cb1f9550969d1e9e69aa928 (patch)
tree52aacde220194728e9b8cbea0b6a40d8f1fbbe9b /sound/soc/s6000/Makefile
parenta5448c88b812390a3622e76d774e10c0da1fb970 (diff)
downloadlinux-19c768db42fcf1884cb1f9550969d1e9e69aa928.tar.xz
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/Makefile')
-rw-r--r--sound/soc/s6000/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sound/soc/s6000/Makefile b/sound/soc/s6000/Makefile
deleted file mode 100644
index 0f0ae2a012aa..000000000000
--- a/sound/soc/s6000/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# s6000 Platform Support
-snd-soc-s6000-objs := s6000-pcm.o
-snd-soc-s6000-i2s-objs := s6000-i2s.o
-
-obj-$(CONFIG_SND_S6000_SOC_PCM) += snd-soc-s6000.o
-obj-$(CONFIG_SND_S6000_SOC_I2S) += snd-soc-s6000-i2s.o
-
-# s6105 Machine Support
-snd-soc-s6ipcam-objs := s6105-ipcam.o
-
-obj-$(CONFIG_SND_S6000_SOC_S6IPCAM) += snd-soc-s6ipcam.o