blob: b794cdaf6a30cc482c8a7ac5e74428bc02aef139 [file] [log] [blame]
Jagan Teki70e882f2020-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 Teki9ab73482020-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
Shawn Linaa2bd2e2021-01-15 18:01:21 +080021config PHY_ROCKCHIP_SNPS_PCIE3
22 bool "Rockchip Snps PCIe3 PHY Driver"
23 depends on PHY && ARCH_ROCKCHIP
24 help
25 Support for Rockchip PCIe3 PHY with Synopsys IP block.
26
Jagan Teki573ba562020-05-26 11:33:45 +080027config PHY_ROCKCHIP_TYPEC
28 bool "Rockchip TYPEC PHY Driver"
29 depends on ARCH_ROCKCHIP
30 select PHY
31 help
32 Enable this to support the Rockchip USB TYPEC PHY.
33
Jagan Teki70e882f2020-05-26 11:33:44 +080034endmenu