diff options
-rw-r--r-- | config-armv7 | 29 | ||||
-rw-r--r-- | kernel.spec | 1 |
2 files changed, 29 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 diff --git a/kernel.spec b/kernel.spec index 65932242a..f942a0ecb 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2263,6 +2263,7 @@ fi %changelog * Sun Jul 14 2013 Peter Robinson <pbrobinson@fedoraproject.org> - Update ARM config +- Enable USB gadget module on ARM to fix build i.MX usb modules * Sun Jul 14 2013 Dennis Gilmore <dennis@ausil.us> - update and reenable wandboard quad dtb patch |