summaryrefslogtreecommitdiff
path: root/drivers/phy/rockchip/Kconfig
blob: 13057639403785531d2259b03838b5d048e5d7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# 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.

config PHY_ROCKCHIP_NANENG_COMBOPHY
	bool "Support Rockchip NANENG combo PHY Driver"
	depends on ARCH_ROCKCHIP
	select PHY
	help
	  Enable this to support the Rockchip NANENG combo PHY.

config PHY_ROCKCHIP_PCIE
	bool "Rockchip PCIe PHY Driver"
	depends on ARCH_ROCKCHIP
	select PHY
	help
	  Enable this to support the Rockchip PCIe PHY.

config PHY_ROCKCHIP_SNPS_PCIE3
	bool "Rockchip Snps PCIe3 PHY Driver"
	depends on PHY && ARCH_ROCKCHIP
	help
	  Support for Rockchip PCIe3 PHY with Synopsys IP block.
	  It could support PCIe Gen3 single root complex, and could
	  also be able splited into multiple combinations of lanes.


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.

endmenu