mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:36:38 +07:00
7c7356bab8
The USB 3.0 PHY modules of R-Car Gen3 SoCs have: - Spread spectrum clock (ssc). - Using USB 2.0 EXTAL clock instead of USB 3.0 clock. - Enabling VBUS detection for usb3.0 peripheral. So, this driver supports these features. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
25 lines
680 B
Plaintext
25 lines
680 B
Plaintext
#
|
|
# Phy drivers for Renesas platforms
|
|
#
|
|
config PHY_RCAR_GEN2
|
|
tristate "Renesas R-Car generation 2 USB PHY driver"
|
|
depends on ARCH_RENESAS
|
|
depends on GENERIC_PHY
|
|
help
|
|
Support for USB PHY found on Renesas R-Car generation 2 SoCs.
|
|
|
|
config PHY_RCAR_GEN3_USB2
|
|
tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
|
|
depends on ARCH_RENESAS
|
|
depends on EXTCON
|
|
select GENERIC_PHY
|
|
help
|
|
Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
|
|
|
|
config PHY_RCAR_GEN3_USB3
|
|
tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
|
|
depends on ARCH_RENESAS || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
help
|
|
Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
|