diff options
author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2008-12-16 14:18:55 +0000 |
---|---|---|
committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2008-12-16 14:18:55 +0000 |
commit | 8402608182a3b91875f76c14d6bc186e733829d0 (patch) | |
tree | 76fa51518cc46366a8e7a17655b767c4aea6b6df /target | |
parent | 269f4bbc24d3061764c9ee37f2da31d3228bec9a (diff) | |
download | master-187ad058-8402608182a3b91875f76c14d6bc186e733829d0.tar.gz master-187ad058-8402608182a3b91875f76c14d6bc186e733829d0.tar.bz2 master-187ad058-8402608182a3b91875f76c14d6bc186e733829d0.zip |
[ifxmips] forgot to disable USB gadget options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ifxmips/config-2.6.27 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/ifxmips/config-2.6.27 b/target/linux/ifxmips/config-2.6.27 index 27cc9eddef..8ff62b2645 100644 --- a/target/linux/ifxmips/config-2.6.27 +++ b/target/linux/ifxmips/config-2.6.27 @@ -216,21 +216,15 @@ CONFIG_SYS_SUPPORTS_MULTITHREADING=y # CONFIG_TICK_ONESHOT is not set CONFIG_TRAD_SIGNALS=y CONFIG_USB=m -CONFIG_USB_AMD5536UDC=y # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_DWC_HCD is not set # CONFIG_USB_EHCI_HCD is not set -CONFIG_USB_ETH=y -CONFIG_USB_ETH_RNDIS=y +# CONFIG_USB_ETH is not set # CONFIG_USB_FILE_STORAGE is not set -CONFIG_USB_GADGET=y # CONFIG_USB_GADGETFS is not set -CONFIG_USB_GADGET_AMD5536UDC=y +# CONFIG_USB_GADGET_AMD5536UDC is not set # CONFIG_USB_GADGET_AT91 is not set # CONFIG_USB_GADGET_ATMEL_USBA is not set -CONFIG_USB_GADGET_DEBUG_FILES=y -CONFIG_USB_GADGET_DEBUG_FS=y -CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_GADGET_DUMMY_HCD is not set # CONFIG_USB_GADGET_FSL_USB2 is not set # CONFIG_USB_GADGET_GOKU is not set @@ -242,7 +236,6 @@ CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_GADGET_PXA25X is not set # CONFIG_USB_GADGET_PXA27X is not set # CONFIG_USB_GADGET_S3C2410 is not set -CONFIG_USB_GADGET_SELECTED=y # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_G_SERIAL is not set # CONFIG_USB_MIDI_GADGET is not set |