blob: 0247d93ab4017e400d9ce4587f54b94e84c225a4 [file] [log] [blame]
Jagan Teki70e882f2020-05-26 11:33:44 +08001#
2# Phy drivers for Rockchip platforms
3#
4
5menu "Rockchip PHY driver"
6
Chris Morgan486c4632023-03-24 13:53:06 -05007config PHY_ROCKCHIP_INNO_DSIDPHY
8 bool "Rockchip INNO DSIDPHY Driver"
9 depends on ARCH_ROCKCHIP
10 select PHY
11 select MIPI_DPHY_HELPERS
12 help
13 Support for Rockchip MIPI DPHY with Innosilicon IP block.
14
Jagan Teki70e882f2020-05-26 11:33:44 +080015config PHY_ROCKCHIP_INNO_USB2
16 bool "Rockchip INNO USB2PHY Driver"
17 depends on ARCH_ROCKCHIP
18 select PHY
19 help
20 Support for Rockchip USB2.0 PHY with Innosilicon IP block.
21
Jagan Teki0d2d0bf2023-02-17 17:28:41 +053022config PHY_ROCKCHIP_NANENG_COMBOPHY
23 bool "Support Rockchip NANENG combo PHY Driver"
24 depends on ARCH_ROCKCHIP
25 select PHY
26 help
27 Enable this to support the Rockchip NANENG combo PHY.
28
Jagan Teki9ab73482020-07-09 23:41:01 +053029config PHY_ROCKCHIP_PCIE
30 bool "Rockchip PCIe PHY Driver"
31 depends on ARCH_ROCKCHIP
32 select PHY
33 help
34 Enable this to support the Rockchip PCIe PHY.
35
Shawn Linaa2bd2e2021-01-15 18:01:21 +080036config PHY_ROCKCHIP_SNPS_PCIE3
37 bool "Rockchip Snps PCIe3 PHY Driver"
38 depends on PHY && ARCH_ROCKCHIP
39 help
40 Support for Rockchip PCIe3 PHY with Synopsys IP block.
Shawn Linc0649da2021-01-15 18:01:22 +080041 It could support PCIe Gen3 single root complex, and could
42 also be able splited into multiple combinations of lanes.
43
Frank Wang93543942023-05-29 13:01:33 +030044config PHY_ROCKCHIP_USBDP
45 tristate "Rockchip USBDP COMBO PHY Driver"
46 depends on ARCH_ROCKCHIP
47 select PHY
48 help
49 Enable this to support the Rockchip USB3.0/DP
50 combo PHY with Samsung IP block.
Shawn Linaa2bd2e2021-01-15 18:01:21 +080051
Jagan Teki573ba562020-05-26 11:33:45 +080052config PHY_ROCKCHIP_TYPEC
53 bool "Rockchip TYPEC PHY Driver"
54 depends on ARCH_ROCKCHIP
55 select PHY
56 help
57 Enable this to support the Rockchip USB TYPEC PHY.
58
Jagan Teki70e882f2020-05-26 11:33:44 +080059endmenu