From: Linus Walleij Date: Tue, 1 Mar 2011 15:09:52 +0000 (+0100) Subject: mach-ux500: activate USB in the U8500 defconfig X-Git-Tag: firefly_0821_release~3680^2~4841^2~1^7~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=451a5edf0ed33f8ca9468ed89dc2a068d09e97be;p=firefly-linux-kernel-4.4.55.git mach-ux500: activate USB in the U8500 defconfig Activate the new USB stuff so we atleast get some compile coverage for this stuff. Signed-off-by: Linus Walleij --- diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index a5cce242a775..e1d602029a4d 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -67,7 +67,11 @@ CONFIG_AB8500_CORE=y CONFIG_REGULATOR=y CONFIG_REGULATOR_AB8500=y # CONFIG_HID_SUPPORT is not set -# CONFIG_USB_SUPPORT is not set +CONFIG_USB_MUSB_HDRC=y +CONFIG_USB_GADGET_MUSB_HDRC=y +CONFIG_MUSB_PIO_ONLY=y +CONFIG_USB_GADGET=y +CONFIG_AB8500_USB=y CONFIG_MMC=y CONFIG_MMC_ARMMMCI=y CONFIG_NEW_LEDS=y