diff options
| author | Stanley Chang <stanley_chang@realtek.com> | 2023-07-25 11:31:53 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-07-26 06:38:14 +0200 |
| commit | 134e6d25f6bd06071e5aac0a7eefcea6f7713955 (patch) | |
| tree | ac78ae9a612080f5492601ce0a3f9731d6927713 /drivers/phy/Kconfig | |
| parent | a08799cf17c22375752abfad3b4a2b34b3acb287 (diff) | |
| download | linux-134e6d25f6bd06071e5aac0a7eefcea6f7713955.tar.gz linux-134e6d25f6bd06071e5aac0a7eefcea6f7713955.tar.bz2 linux-134e6d25f6bd06071e5aac0a7eefcea6f7713955.zip | |
phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY
Realtek DHC (digital home center) RTD SoCs support DWC3 XHCI USB
controller. Added the driver to drive the USB 2.0 PHY transceivers.
Signed-off-by: Stanley Chang <stanley_chang@realtek.com>
Link: https://lore.kernel.org/r/20230725033318.8361-2-stanley_chang@realtek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/Kconfig')
| -rw-r--r-- | drivers/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 8dba9596408f..aac670b90589 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -87,6 +87,7 @@ source "drivers/phy/motorola/Kconfig" source "drivers/phy/mscc/Kconfig" source "drivers/phy/qualcomm/Kconfig" source "drivers/phy/ralink/Kconfig" +source "drivers/phy/realtek/Kconfig" source "drivers/phy/renesas/Kconfig" source "drivers/phy/rockchip/Kconfig" source "drivers/phy/samsung/Kconfig" |
