aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/modules.mk
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-08-02 18:24:06 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-08-02 18:24:06 +0000
commit1864cba39bcb3248c6a1a6137d905a9cab4923a6 (patch)
tree98bc91a888e9da99189c063414029c653596a0ac /target/linux/xburst/modules.mk
parentd4e110704c0066e137e2c1ca34ca4fb5086df34e (diff)
downloadupstream-1864cba39bcb3248c6a1a6137d905a9cab4923a6.tar.gz
upstream-1864cba39bcb3248c6a1a6137d905a9cab4923a6.tar.bz2
upstream-1864cba39bcb3248c6a1a6137d905a9cab4923a6.zip
[xburst] Add 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22463 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/modules.mk')
-rw-r--r--target/linux/xburst/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index 3833acd70e..104ad227d4 100644
--- a/target/linux/xburst/modules.mk
+++ b/target/linux/xburst/modules.mk
@@ -17,7 +17,7 @@ define KernelPackage/sound-soc-jzcodec
SUBMENU:=$(SOUND_MENU)
DEPENDS:=kmod-sound-soc-core @TARGET_xburst
TITLE:=JZ4740 SoC internal codec support
- KCONFIG:=CONFIG_SND_SOC_JZCODEC
+ KCONFIG:=CONFIG_SND_SOC_JZCODEC CONFIG_SND_SOC_JZ4740_CODEC
FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-jzcodec.ko
AUTOLOAD:=$(call AutoLoad,60,snd-soc-jzcodec)
endef