diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:15 +0000 |
commit | 39dd0738807dccca65fc64ee1a99b173e5a6ec7c (patch) | |
tree | 7284cdf9cf7608c2bcb287a00f75b61ed64a42b3 /package/kernel/modules | |
parent | 61409331db8883af205d02ceb7d7c870c27dac11 (diff) | |
download | upstream-39dd0738807dccca65fc64ee1a99b173e5a6ec7c.tar.gz upstream-39dd0738807dccca65fc64ee1a99b173e5a6ec7c.tar.bz2 upstream-39dd0738807dccca65fc64ee1a99b173e5a6ec7c.zip |
package/kernel: snd-soc-core depends on regmap
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34616 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/sound.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 3d12ba650f..6f83701dfc 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -146,6 +146,7 @@ $(eval $(call KernelPackage,sound-cs5535audio)) define KernelPackage/sound-soc-core TITLE:=SoC sound support + DEPENDS:=+kmod-regmap KCONFIG:= \ CONFIG_SND_SOC \ CONFIG_SND_SOC_ALL_CODECS=n |