diff options
author | Eric Anholt <eric@anholt.net> | 2016-03-31 16:38:57 -0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-04-04 14:03:02 -0400 |
commit | 54fff103fd9b8312e8cb958dda3a0dc9d0793086 (patch) | |
tree | 3da96a7c1f886ae7ac09df6950900d52bc3ae824 /arch/arm/configs/multi_v7_defconfig | |
parent | abcfccdfa14c2e74ede1ee7c876a907274f6bfb5 (diff) |
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 | |||
611 | CONFIG_USB_MUSB_HDRC=m | 611 | CONFIG_USB_MUSB_HDRC=m |
612 | CONFIG_USB_MUSB_SUNXI=m | 612 | CONFIG_USB_MUSB_SUNXI=m |
613 | CONFIG_USB_DWC3=y | 613 | CONFIG_USB_DWC3=y |
614 | CONFIG_USB_DWC2=m | 614 | CONFIG_USB_DWC2=y |
615 | CONFIG_USB_CHIPIDEA=y | 615 | CONFIG_USB_CHIPIDEA=y |
616 | CONFIG_USB_CHIPIDEA_UDC=y | 616 | CONFIG_USB_CHIPIDEA_UDC=y |
617 | CONFIG_USB_CHIPIDEA_HOST=y | 617 | CONFIG_USB_CHIPIDEA_HOST=y |