summaryrefslogtreecommitdiff
path: root/drivers/phy/rockchip/Kconfig
blob: 84cc7c876d7f2b47eea8d25628cb6e228cc589a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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_TYPEC
	bool "Rockchip TYPEC PHY Driver"
	depends on ARCH_ROCKCHIP
	select PHY
	help
	  Enable this to support the Rockchip USB TYPEC PHY.

endmenu