diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-02 18:24:06 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-02 18:24:06 +0000 |
commit | e1bfcceb932fff0f4600d356457c9c97586e1781 (patch) | |
tree | 9d7b44b8652fa68e998916f4c54ee88ed4e22209 /target/linux/xburst/modules.mk | |
parent | 4e1c5b8ba285b3e9c73ce2664094ab83bb203576 (diff) | |
download | upstream-e1bfcceb932fff0f4600d356457c9c97586e1781.tar.gz upstream-e1bfcceb932fff0f4600d356457c9c97586e1781.tar.bz2 upstream-e1bfcceb932fff0f4600d356457c9c97586e1781.zip |
Add 2.6.35 patches
SVN-Revision: 22463
Diffstat (limited to 'target/linux/xburst/modules.mk')
-rw-r--r-- | target/linux/xburst/modules.mk | 2 |
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 |