blob: 84cc7c876d7f2b47eea8d25628cb6e228cc589a9 [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 Teki573ba562020-05-26 11:33:45 +080014config PHY_ROCKCHIP_TYPEC
15 bool "Rockchip TYPEC PHY Driver"
16 depends on ARCH_ROCKCHIP
17 select PHY
18 help
19 Enable this to support the Rockchip USB TYPEC PHY.
20
Jagan Teki70e882f2020-05-26 11:33:44 +080021endmenu