2020-05-26 03:33:44 +00:00
|
|
|
#
|
|
|
|
# Phy drivers for Rockchip platforms
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Rockchip PHY driver"
|
|
|
|
|
|
|
|
config PHY_ROCKCHIP_INNO_USB2
|
|
|
|
bool "Rockchip INNO USB2PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP
|
|
|
|
select PHY
|
|
|
|
help
|
|
|
|
Support for Rockchip USB2.0 PHY with Innosilicon IP block.
|
|
|
|
|
2020-07-09 18:11:01 +00:00
|
|
|
config PHY_ROCKCHIP_PCIE
|
|
|
|
bool "Rockchip PCIe PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP
|
|
|
|
select PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip PCIe PHY.
|
|
|
|
|
2020-05-26 03:33:45 +00:00
|
|
|
config PHY_ROCKCHIP_TYPEC
|
|
|
|
bool "Rockchip TYPEC PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP
|
|
|
|
select PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip USB TYPEC PHY.
|
|
|
|
|
2020-05-26 03:33:44 +00:00
|
|
|
endmenu
|