Jagan Teki | 70e882f | 2020-05-26 11:33:44 +0800 | [diff] [blame] | 1 | # |
| 2 | # Phy drivers for Rockchip platforms |
| 3 | # |
| 4 | |
| 5 | menu "Rockchip PHY driver" |
| 6 | |
| 7 | config 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 Teki | 573ba56 | 2020-05-26 11:33:45 +0800 | [diff] [blame^] | 14 | config 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 Teki | 70e882f | 2020-05-26 11:33:44 +0800 | [diff] [blame] | 21 | endmenu |