projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b92f7
)
usb: dwc3-uniphier: Select PHY
author
Marek Vasut
<marex@denx.de>
Thu, 23 Feb 2023 16:29:24 +0000
(17:29 +0100)
committer
Tom Rini
<trini@konsulko.com>
Thu, 23 Feb 2023 16:33:00 +0000
(11:33 -0500)
Make sure the PHY subsystem is activated for the uniphier DWC3 glue
logic, as it depends on PHY implementation there.
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/usb/dwc3/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/Kconfig
b/drivers/usb/dwc3/Kconfig
index 7ddfa94e518d396dbd7102041ef0d6030627d44a..d1665f8c58dbcda4a7205f0df906e88d98d83cbe 100644
(file)
--- a/
drivers/usb/dwc3/Kconfig
+++ b/
drivers/usb/dwc3/Kconfig
@@
-57,6
+57,7
@@
config USB_DWC3_UNIPHIER
bool "DesignWare USB3 Host Support on UniPhier Platforms"
depends on ARCH_UNIPHIER && USB_DWC3
select USB_DWC3_GENERIC
+ select PHY
select PHY_UNIPHIER_USB3
help
Support of USB2/3 functionality in Socionext UniPhier platforms.