kernel: make sound-soc-core depend on kmod-ac97
it has a conditional #ifdef based dependency on it, which trips up on some targets Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38242
This commit is contained in:
@@ -155,7 +155,7 @@ $(eval $(call KernelPackage,sound-cs5535audio))
|
|||||||
|
|
||||||
define KernelPackage/sound-soc-core
|
define KernelPackage/sound-soc-core
|
||||||
TITLE:=SoC sound support
|
TITLE:=SoC sound support
|
||||||
DEPENDS:=+kmod-regmap
|
DEPENDS:=+kmod-regmap +kmod-ac97
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_SND_SOC \
|
CONFIG_SND_SOC \
|
||||||
CONFIG_SND_SOC_DMAENGINE_PCM=y \
|
CONFIG_SND_SOC_DMAENGINE_PCM=y \
|
||||||
|
|||||||
Reference in New Issue
Block a user