From: Nicolas Thill Date: Thu, 11 Mar 2010 09:12:44 +0000 (+0000) Subject: kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG X-Git-Tag: reboot~20704 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5601865155862fc12812a04bf4e0440e4bc01716 kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG SVN-Revision: 20133 --- diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1f2cc4e749..e4a4c73cfb 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -133,10 +133,13 @@ endef $(eval $(call KernelPackage,sound-cs5535audio)) + define KernelPackage/sound-soc-core $(call KernelPackage/sound/Depends) TITLE:=SoC sound support - KCONFIG:=CONFIG_SND_SOC + KCONFIG:= \ + CONFIG_SND_SOC \ + CONFIG_SND_SOC_ALL_CODECS=n FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko AUTOLOAD:=$(call AutoLoad,35, snd-soc-core) endef