
8 Jul
2015
8 Jul
'15
4:53 a.m.
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@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