diff options
| author | Marek Vasut <[email protected]> | 2023-02-23 17:29:24 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-23 11:33:00 -0500 |
| commit | b684ec8efe067377afd55c330b83bf533c88ef08 (patch) | |
| tree | 764f62b73b5333bdb0b9cd3aa76c11fb53bb540c | |
| parent | 97b92f7d1741a8bd5e0de64cd24f67bb4301c2e6 (diff) | |
usb: dwc3-uniphier: Select PHY
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 <[email protected]>
| -rw-r--r-- | drivers/usb/dwc3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 7ddfa94e518..d1665f8c58d 100644 --- 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. |
