[U-Boot] [PATCH 19/20] arm: rpi: Move to driver model for USB
Simon Glass
sjg at chromium.org
Wed Jul 8 04:53:51 CEST 2015
Start using driver model for USB on the Raspberry Pi. The dwc2 supports
this now so this is just a config change.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
configs/rpi_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 94e298b..f2e8ab1 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -4,3 +4,5 @@ CONFIG_TARGET_RPI=y
CONFIG_CMD_NET=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b"
+CONFIG_USB=y
+CONFIG_DM_USB=y
--
2.4.3.573.g4eafbef
More information about the U-Boot
mailing list