You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
680 B
24 lines
680 B
#
|
|
# 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.
|
|
|