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 | d0646a08aa8f8b282d2f83ec971e7bfb1467b8c0 (patch) | |
tree | f09b431b0bdbbece27751e0cd3c98066a4b113de /target/linux/ppc40x | |
parent | 3669209288a686faffee8d7dcb3feaafb1bf2109 (diff) | |
download | upstream-d0646a08aa8f8b282d2f83ec971e7bfb1467b8c0.tar.gz upstream-d0646a08aa8f8b282d2f83ec971e7bfb1467b8c0.tar.bz2 upstream-d0646a08aa8f8b282d2f83ec971e7bfb1467b8c0.zip |
ppc40x: enable USB support
Cc: backfire@openwrt.org
SVN-Revision: 20933
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 |