diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2012-02-02 13:30:27 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2012-02-02 14:00:51 +0100 |
commit | cec9eb3f5ebdc2b55d8018259f01d4f3575fa877 (patch) | |
tree | cfedf70234bd0566cd99093211f006dc1e7562bb | |
parent | 45c6029ec9d7ce8f905b45aad015b07b190a5f6e (diff) |
config: Enable built-in USB_GADGET_MUSB_HDRC to get USB OTG working on U8500
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rwxr-xr-x | arch/arm/configs/u8500_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 491b7b932cc..ef81a73dae9 100755 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -223,7 +223,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_LIBUSUAL=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_VBUS_DRAW=500 -CONFIG_USB_GADGET_MUSB_HDRC=m +CONFIG_USB_GADGET_MUSB_HDRC=y CONFIG_USB_ZERO=m CONFIG_USB_ETH=m CONFIG_USB_FILE_STORAGE=m |