blob: 2318e71f356815d4b5718f67cb4b4dc7c8a63598 [file] [log] [blame]
Jagan Tekiac97a9e2020-05-26 11:33:44 +08001#
2# Phy drivers for Rockchip platforms
3#
4
5menu "Rockchip PHY driver"
6
7config PHY_ROCKCHIP_INNO_USB2
8 bool "Rockchip INNO USB2PHY Driver"
9 depends on ARCH_ROCKCHIP
10 select PHY
11 help
12 Support for Rockchip USB2.0 PHY with Innosilicon IP block.
13
Jagan Teki7bdeb4e2020-07-09 23:41:01 +053014config PHY_ROCKCHIP_PCIE
15 bool "Rockchip PCIe PHY Driver"
16 depends on ARCH_ROCKCHIP
17 select PHY
18 help
19 Enable this to support the Rockchip PCIe PHY.
20
Jagan Teki214de082020-05-26 11:33:45 +080021config PHY_ROCKCHIP_TYPEC
22 bool "Rockchip TYPEC PHY Driver"
23 depends on ARCH_ROCKCHIP
24 select PHY
25 help
26 Enable this to support the Rockchip USB TYPEC PHY.
27
Jagan Tekiac97a9e2020-05-26 11:33:44 +080028endmenu