1# 2# Phy drivers for Rockchip platforms 3# 4 5menu "Rockchip PHY driver" 6 7config 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 15config PHY_ROCKCHIP_INNO_HDMI 16 bool "Rockchip INNO HDMI PHY Driver" 17 depends on ARCH_ROCKCHIP 18 select PHY 19 help 20 Enable this to support the Rockchip Innosilicon HDMI PHY. 21 22config PHY_ROCKCHIP_INNO_USB2 23 bool "Rockchip INNO USB2PHY Driver" 24 depends on ARCH_ROCKCHIP 25 select PHY 26 help 27 Support for Rockchip USB2.0 PHY with Innosilicon IP block. 28 29config PHY_ROCKCHIP_NANENG_COMBOPHY 30 bool "Support Rockchip NANENG combo PHY Driver" 31 depends on ARCH_ROCKCHIP 32 select PHY 33 help 34 Enable this to support the Rockchip NANENG combo PHY. 35 36config PHY_ROCKCHIP_PCIE 37 bool "Rockchip PCIe PHY Driver" 38 depends on ARCH_ROCKCHIP 39 select PHY 40 help 41 Enable this to support the Rockchip PCIe PHY. 42 43config PHY_ROCKCHIP_SNPS_PCIE3 44 bool "Rockchip Snps PCIe3 PHY Driver" 45 depends on PHY && ARCH_ROCKCHIP 46 help 47 Support for Rockchip PCIe3 PHY with Synopsys IP block. 48 It could support PCIe Gen3 single root complex, and could 49 also be able splited into multiple combinations of lanes. 50 51config PHY_ROCKCHIP_USBDP 52 tristate "Rockchip USBDP COMBO PHY Driver" 53 depends on ARCH_ROCKCHIP 54 select PHY 55 help 56 Enable this to support the Rockchip USB3.0/DP 57 combo PHY with Samsung IP block. 58 59config PHY_ROCKCHIP_TYPEC 60 bool "Rockchip TYPEC PHY Driver" 61 depends on ARCH_ROCKCHIP 62 select PHY 63 help 64 Enable this to support the Rockchip USB TYPEC PHY. 65 66endmenu 67