diff options
author | Eric Anholt <eric@anholt.net> | 2016-03-31 22:38:57 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-04-04 20:03:02 +0200 |
commit | 54fff103fd9b8312e8cb958dda3a0dc9d0793086 (patch) | |
tree | 3da96a7c1f886ae7ac09df6950900d52bc3ae824 /arch/arm/configs/multi_v7_defconfig | |
parent | ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC (diff) | |
download | linux-54fff103fd9b8312e8cb958dda3a0dc9d0793086.tar.xz linux-54fff103fd9b8312e8cb958dda3a0dc9d0793086.zip |
ARM: multi_v7_defconfig: Build in DWC2 USB support
This allows the Raspberry Pi 2 to be network booted from the
defconfig.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a913520b1d44..8079f7d0575b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -611,7 +611,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_MUSB_HDRC=m CONFIG_USB_MUSB_SUNXI=m CONFIG_USB_DWC3=y -CONFIG_USB_DWC2=m +CONFIG_USB_DWC2=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y |