summaryrefslogtreecommitdiffstats
path: root/configs/evb-rk3328_defconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-11-29 10:52:47 +0100
committerMarek Vasut <marex@denx.de>2018-12-07 16:31:45 +0100
commit004787aeed487294f7a60e1b9fc71d0bb48de427 (patch)
tree4c1c9d4ec899f29e898cb11c634142289f67ccaa /configs/evb-rk3328_defconfig
parent0131162439508801b9f8a330fa731f04273c9337 (diff)
downloadu-boot-004787aeed487294f7a60e1b9fc71d0bb48de427.tar.gz
u-boot-004787aeed487294f7a60e1b9fc71d0bb48de427.tar.xz
u-boot-004787aeed487294f7a60e1b9fc71d0bb48de427.zip
configs: evb-rk3328: Enable CONFIG_USB_DWC3
This is now required because the PHY operations used by xhci-dwc3 are part of the dwc3 core. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'configs/evb-rk3328_defconfig')
-rw-r--r--configs/evb-rk3328_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3328_defconfig b/configs/evb-rk3328_defconfig
index 5b3bb8eae7..f0221633fa 100644
--- a/configs/evb-rk3328_defconfig
+++ b/configs/evb-rk3328_defconfig
@@ -49,6 +49,7 @@ CONFIG_BAUDRATE=1500000
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYSRESET=y
CONFIG_USB=y
+CONFIG_USB_DWC3=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_EHCI_HCD=y