diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 10:14:49 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:10:20 +0100 |
commit | 915d7db9bd485c44dd42ad99cf9cc7129231425f (patch) | |
tree | de8a639aab3b5f049b727fc8c15c23b41c918b7e /target/linux/mxs | |
parent | 64be6fe9ca0b91456b60ca126446d03b26c6ab8d (diff) | |
download | upstream-915d7db9bd485c44dd42ad99cf9cc7129231425f.tar.gz upstream-915d7db9bd485c44dd42ad99cf9cc7129231425f.tar.bz2 upstream-915d7db9bd485c44dd42ad99cf9cc7129231425f.zip |
mxs: remove obsolete kernel package depending on linux 3.18
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/modules.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index d363360577..147c25d1e7 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk @@ -33,27 +33,6 @@ endef $(eval $(call KernelPackage,wdt-stmp3xxx)) -define KernelPackage/sound-soc-mxs - TITLE:=Freescale i.MX23/i.MX28 built-in SoC sound support - KCONFIG:= \ - CONFIG_SND_SOC_MXS_BUILTIN_CODEC \ - CONFIG_SND_MXS_SOC_BUILTIN - FILES:= \ - $(LINUX_DIR)/sound/soc/mxs/snd-soc-mxs-builtin-audio.ko \ - $(LINUX_DIR)/sound/soc/mxs/snd-soc-mxs-builtin-dai.ko \ - $(LINUX_DIR)/sound/soc/mxs/snd-soc-mxs-builtin-pcm.ko \ - $(LINUX_DIR)/sound/soc/codecs/snd-soc-mxs-builtin-codec.ko - AUTOLOAD:=$(call AutoLoad,65,snd-soc-mxs-builtin-pcm snd-soc-mxs-builtin-dai snd-soc-mxs-builtin-codec snd-soc-mxs-builtin-audio) - DEPENDS:=@TARGET_mxs +kmod-sound-soc-core @LINUX_3_18 - $(call AddDepends/sound) -endef - -define KernelPackage/sound-soc-mxs/description - Kernel support for Freescale i.MX23/i.MX28 built-in SoC audio -endef - -$(eval $(call KernelPackage,sound-soc-mxs)) - define KernelPackage/iio-mxs-lradc SUBMENU:=$(OTHER_MENU) TITLE:=Freescale i.MX23/28 LRADC driver |