diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-03-01 10:09:52 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-06-21 04:57:42 -0400 |
commit | 451a5edf0ed33f8ca9468ed89dc2a068d09e97be (patch) | |
tree | 7c141c800242313efda2112821ed50cdd75fe08a /arch/arm/configs | |
parent | 02a734373b998efdcb9d28d8c3aa77e549bb38c0 (diff) |
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 <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
67 | CONFIG_REGULATOR=y | 67 | CONFIG_REGULATOR=y |
68 | CONFIG_REGULATOR_AB8500=y | 68 | CONFIG_REGULATOR_AB8500=y |
69 | # CONFIG_HID_SUPPORT is not set | 69 | # CONFIG_HID_SUPPORT is not set |
70 | # CONFIG_USB_SUPPORT is not set | 70 | CONFIG_USB_MUSB_HDRC=y |
71 | CONFIG_USB_GADGET_MUSB_HDRC=y | ||
72 | CONFIG_MUSB_PIO_ONLY=y | ||
73 | CONFIG_USB_GADGET=y | ||
74 | CONFIG_AB8500_USB=y | ||
71 | CONFIG_MMC=y | 75 | CONFIG_MMC=y |
72 | CONFIG_MMC_ARMMMCI=y | 76 | CONFIG_MMC_ARMMMCI=y |
73 | CONFIG_NEW_LEDS=y | 77 | CONFIG_NEW_LEDS=y |