mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG
SVN-Revision: 20133
This commit is contained in:
parent
256f938e5a
commit
5601865155
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user