diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-25 13:31:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-25 13:31:05 +0000 |
commit | 7d21298bc0d0f555ee0a9f331a6e84fca4febd2c (patch) | |
tree | 0eb6caf492d5fe1b263e244b864d4ff6a3700eed | |
parent | 07a98d0fe884a9c66d6f960a8afe471707395880 (diff) | |
download | upstream-7d21298bc0d0f555ee0a9f331a6e84fca4febd2c.tar.gz upstream-7d21298bc0d0f555ee0a9f331a6e84fca4febd2c.tar.bz2 upstream-7d21298bc0d0f555ee0a9f331a6e84fca4febd2c.zip |
disable CONFIG_USB_SUPPORT on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12700 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/avr32/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default index 7171119fc8..8a0692a60e 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -190,7 +190,6 @@ CONFIG_TICK_ONESHOT=y # CONFIG_USB_ARCH_HAS_EHCI is not set # CONFIG_USB_ARCH_HAS_HCD is not set # CONFIG_USB_ARCH_HAS_OHCI is not set -CONFIG_USB_SUPPORT=y # CONFIG_VGASTATE is not set CONFIG_VIDEO_V4L2_COMMON=m CONFIG_ZONE_DMA_FLAG=0 |