From ead188fb5bc29d84a41030d444d841b8beba58d9 Mon Sep 17 00:00:00 2001 From: kyak Date: Mon, 2 Apr 2012 19:24:27 +0400 Subject: [PATCH] fix previous commit disabling USB_SUPPORT better use make kernel_menuconfig to adjust the configs and get rid of prompts when doing make target/linux/compile... --- target/linux/xburst/config-3.2 | 31 ++++++++++++++++++++++++++ target/linux/xburst/qi_lb60/config-3.2 | 2 ++ 2 files changed, 33 insertions(+) diff --git a/target/linux/xburst/config-3.2 b/target/linux/xburst/config-3.2 index bc2baa310..6ca771afc 100644 --- a/target/linux/xburst/config-3.2 +++ b/target/linux/xburst/config-3.2 @@ -275,6 +275,37 @@ CONFIG_UBIFS_FS_LZO=y # CONFIG_UBIFS_FS_XATTR is not set CONFIG_UBIFS_FS_XZ=y CONFIG_UBIFS_FS_ZLIB=y +# CONFIG_USB_ARCH_HAS_EHCI is not set +# CONFIG_USB_ARCH_HAS_XHCI is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_CDC_COMPOSITE is not set +CONFIG_USB_COMMON=y +CONFIG_USB_ETH=y +# CONFIG_USB_ETH_EEM is not set +# CONFIG_USB_ETH_RNDIS is not set +# CONFIG_USB_FILE_STORAGE is not set +# CONFIG_USB_FUNCTIONFS is not set +CONFIG_USB_FUSB300=y +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_DUALSPEED=y +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +CONFIG_USB_GADGET_VBUS_DRAW=2 +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_JZ4740 is not set +# CONFIG_USB_M66592 is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_R8A66597 is not set +CONFIG_USB_SUPPORT=y +# CONFIG_USB_ZERO is not set CONFIG_VFAT_FS=y # CONFIG_VGA_CONSOLE is not set # CONFIG_VLAN_8021Q is not set diff --git a/target/linux/xburst/qi_lb60/config-3.2 b/target/linux/xburst/qi_lb60/config-3.2 index d0e848bc4..7c3f91b4d 100644 --- a/target/linux/xburst/qi_lb60/config-3.2 +++ b/target/linux/xburst/qi_lb60/config-3.2 @@ -90,3 +90,5 @@ CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_ZERO is not set # CONFIG_USB_AUDIO is not set CONFIG_USB_ETH=y +# CONFIG_USB_ETH_EEM is not set +# CONFIG_USB_ETH_RNDIS is not set