diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2014-09-16 19:52:04 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 23:27:03 +0200 |
commit | bf7389c49d1db5d731bbb9cece2fd95edc7a176a (patch) | |
tree | 520e3949a533464c97f2a2cf78e38fe5644e2089 /arch/arm/configs | |
parent | cb88e7cdd1547d280e1fe94502133daca2bfccc7 (diff) | |
download | linux-bf7389c49d1db5d731bbb9cece2fd95edc7a176a.tar.bz2 |
ARM: bcm2835: enable USB_DWC2_HOST in defconfig
It broke when host was moved into a separate module, in 47a1685 ("usb:
dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory"),
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 0302d293fba0..31cb07388885 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -98,6 +98,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=y CONFIG_LEDS_TRIGGER_CAMERA=y CONFIG_STAGING=y CONFIG_USB_DWC2=y +CONFIG_USB_DWC2_HOST=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y |