diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-05 22:23:34 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-10 00:19:31 (GMT) |
commit | 25085236c67a68e6d50e7bfa79d41c870df4047e (patch) | |
tree | 1a62cc51a15fc9d8dca13571d09713dfccb03756 /configs/rpi_defconfig | |
parent | 91b00b5fcc42a138ad4cd030748463df85774bfc (diff) | |
download | u-boot-25085236c67a68e6d50e7bfa79d41c870df4047e.tar.xz |
dm: arm: rpi: Move to driver model for USB
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>
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index a07d698..7ee2dee 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -17,6 +17,7 @@ CONFIG_OF_EMBED=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_WHITE_ON_BLACK=y |