diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-16 18:40:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-16 18:40:12 +0000 |
commit | 693c831022fa2b095da5e1cd908c6fa05a232457 (patch) | |
tree | 3d8d683b856aa6399cb8fa2481ae87678f32c6a8 /target/linux/ppc40x | |
parent | 32646d53e0673225e004ef75e9feb580246599ac (diff) | |
download | upstream-693c831022fa2b095da5e1cd908c6fa05a232457.tar.gz upstream-693c831022fa2b095da5e1cd908c6fa05a232457.tar.bz2 upstream-693c831022fa2b095da5e1cd908c6fa05a232457.zip |
ppc40x: enable USB support
Cc: backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r-- | target/linux/ppc40x/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index c2410f32c1..487a567542 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -178,6 +178,7 @@ CONFIG_SWIOTLB=y CONFIG_TASK_SIZE=0xc0000000 # CONFIG_TREE_PREEMPT_RCU is not set CONFIG_TREE_RCU=y +CONFIG_USB_SUPPORT=y # CONFIG_WALNUT is not set CONFIG_WORD_SIZE=32 # CONFIG_XILINX_SYSACE is not set |