diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-07-15 15:48:14 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-07-15 15:48:14 +0100 |
commit | 41d47623508729bbd51136cf8824636fe80e0b9a (patch) | |
tree | 18352b40ca4a8fd2ce6fbf6cbd2e488c6000662e /config-armv7 | |
parent | 654446dc9c17e7ba3d72514fc452b9f85ef70799 (diff) | |
download | kernel-41d47623508729bbd51136cf8824636fe80e0b9a.tar.gz kernel-41d47623508729bbd51136cf8824636fe80e0b9a.tar.xz kernel-41d47623508729bbd51136cf8824636fe80e0b9a.zip |
Enable USB gadget module on ARM to fix build i.MX usb modules
Diffstat (limited to 'config-armv7')
-rw-r--r-- | config-armv7 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/config-armv7 b/config-armv7 index 11bd54c9c..4e7d25392 100644 --- a/config-armv7 +++ b/config-armv7 @@ -585,6 +585,34 @@ CONFIG_REGULATOR_MAX8907=m CONFIG_REGULATOR_LP872X=y CONFIG_REGULATOR_LP8755=m +# usb gadget +CONFIG_USB_GADGET=m +CONFIG_USB_GADGET_VBUS_DRAW=100 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +# CONFIG_USB_FSL_USB2 is not set +# CONFIG_USB_FUSB300 is not set +# CONFIG_USB_RENESAS_USBHS is not set +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +# CONFIG_USB_GADGET_VBUS_DRAW is not set +# CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS is not set +# CONFIG_USB_FOTG210_UDC is not set +# CONFIG_USB_R8A66597 is not set +# CONFIG_USB_PXA27X is not set +# CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MV_U3D is not set +# CONFIG_USB_M66592 is not set +# CONFIG_USB_AMD5536UDC is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_NET2280 is not set +# CONFIG_USB_GOKU is not set +# CONFIG_USB_EG20T is not set +# CONFIG_USB_DUMMY_HCD is not set +# CONFIG_USB_ZERO_HNPTEST is not set +# CONFIG_USB_ETH_RNDIS is not set +# CONFIG_USB_ETH_EEM is not set + # Needs work/investigation # CONFIG_ARM_CHARLCD is not set @@ -648,7 +676,6 @@ CONFIG_REGULATOR_LP8755=m # CONFIG_CRYPTO_DEV_UX500_DEBUG is not set # CONFIG_AB8500_DEBUG is not set -# FIXME # CONFIG_SOC_VF610 is not set # CONFIG_ARM_CCI is not set # CONFIG_GPIO_XILINX is not set |