diff options
| author | Minda Chen <minda.chen@starfivetech.com> | 2023-06-29 15:51:13 +0800 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2023-07-12 22:27:44 +0530 |
| commit | 16d3a71c20cf2e7cb5f0fef669fe8dc7c2cfd87d (patch) | |
| tree | 1456d1f39f515589fb2b5b47f9f25b4411a2da5c /drivers/phy/starfive/Kconfig | |
| parent | 69d41115b83905d77474846cbcea91b84bbb7175 (diff) | |
| download | lwn-16d3a71c20cf2e7cb5f0fef669fe8dc7c2cfd87d.tar.gz lwn-16d3a71c20cf2e7cb5f0fef669fe8dc7c2cfd87d.zip | |
phy: starfive: Add JH7110 USB 2.0 PHY driver
Add Starfive JH7110 SoC USB 2.0 PHY driver support.
USB 2.0 PHY default connect to Cadence USB controller.
Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20230629075115.11934-4-minda.chen@starfivetech.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/starfive/Kconfig')
| -rw-r--r-- | drivers/phy/starfive/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/phy/starfive/Kconfig b/drivers/phy/starfive/Kconfig new file mode 100644 index 000000000000..65b5f879bbf9 --- /dev/null +++ b/drivers/phy/starfive/Kconfig @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Phy drivers for StarFive platforms +# + +config PHY_STARFIVE_JH7110_USB + tristate "Starfive JH7110 USB 2.0 PHY support" + depends on USB_SUPPORT + select GENERIC_PHY + help + Enable this to support the StarFive USB 2.0 PHY, + used with the Cadence USB controller. + If M is selected, the module will be called + phy-jh7110-usb.ko. |
