diff options
author | Thomas Langer <thomas.langer@lantiq.com> | 2008-12-16 14:18:55 +0000 |
---|---|---|
committer | Thomas Langer <thomas.langer@lantiq.com> | 2008-12-16 14:18:55 +0000 |
commit | cb87dfde7be9c2b86d54e39666261306ef33edea (patch) | |
tree | e0e340258e1e8a6e38afdfa01ec3e9081be1ea6a /target | |
parent | 7570eebcdd5628978cbdbab2fb7cb99abbc62360 (diff) | |
download | upstream-cb87dfde7be9c2b86d54e39666261306ef33edea.tar.gz upstream-cb87dfde7be9c2b86d54e39666261306ef33edea.tar.bz2 upstream-cb87dfde7be9c2b86d54e39666261306ef33edea.zip |
forgot to disable USB gadget options
SVN-Revision: 13661
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 |