Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 2 | # |
| 3 | # Phy drivers for Rockchip platforms |
| 4 | # |
| 5 | config PHY_ROCKCHIP_DP |
| 6 | tristate "Rockchip Display Port PHY Driver" |
| 7 | depends on ARCH_ROCKCHIP && OF |
| 8 | select GENERIC_PHY |
| 9 | help |
| 10 | Enable this to support the Rockchip Display Port PHY. |
| 11 | |
Ezequiel Garcia | 37abc18 | 2020-08-25 19:07:10 -0300 | [diff] [blame] | 12 | config PHY_ROCKCHIP_DPHY_RX0 |
| 13 | tristate "Rockchip MIPI Synopsys DPHY RX0 driver" |
| 14 | depends on ARCH_ROCKCHIP || COMPILE_TEST |
| 15 | select GENERIC_PHY_MIPI_DPHY |
| 16 | select GENERIC_PHY |
| 17 | help |
| 18 | Enable this to support the Rockchip MIPI Synopsys DPHY RX0 |
| 19 | associated to the Rockchip ISP module present in RK3399 SoCs. |
| 20 | |
| 21 | To compile this driver as a module, choose M here: the module |
| 22 | will be called phy-rockchip-dphy-rx0. |
| 23 | |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 24 | config PHY_ROCKCHIP_EMMC |
| 25 | tristate "Rockchip EMMC PHY Driver" |
| 26 | depends on ARCH_ROCKCHIP && OF |
| 27 | select GENERIC_PHY |
| 28 | help |
| 29 | Enable this to support the Rockchip EMMC PHY. |
| 30 | |
Zheng Yang | 53706a1 | 2018-09-07 12:28:02 +0200 | [diff] [blame] | 31 | config PHY_ROCKCHIP_INNO_HDMI |
| 32 | tristate "Rockchip INNO HDMI PHY Driver" |
| 33 | depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF |
| 34 | depends on COMMON_CLK |
Tiezhu Yang | ab7dd20 | 2020-11-24 19:11:27 +0800 | [diff] [blame] | 35 | depends on HAS_IOMEM |
Zheng Yang | 53706a1 | 2018-09-07 12:28:02 +0200 | [diff] [blame] | 36 | select GENERIC_PHY |
| 37 | help |
| 38 | Enable this to support the Rockchip Innosilicon HDMI PHY. |
| 39 | |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 40 | config PHY_ROCKCHIP_INNO_USB2 |
| 41 | tristate "Rockchip INNO USB2PHY Driver" |
| 42 | depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF |
| 43 | depends on COMMON_CLK |
| 44 | depends on EXTCON |
| 45 | depends on USB_SUPPORT |
| 46 | select GENERIC_PHY |
| 47 | select USB_COMMON |
| 48 | help |
| 49 | Support for Rockchip USB2.0 PHY with Innosilicon IP block. |
| 50 | |
Heiko Stuebner | bd1f775 | 2021-06-10 23:29:35 +0200 | [diff] [blame] | 51 | config PHY_ROCKCHIP_INNO_CSIDPHY |
| 52 | tristate "Rockchip Innosilicon MIPI CSI PHY driver" |
| 53 | depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF |
| 54 | select GENERIC_PHY |
| 55 | select GENERIC_PHY_MIPI_DPHY |
| 56 | help |
| 57 | Enable this to support the Rockchip MIPI CSI PHY with |
| 58 | Innosilicon IP block. |
| 59 | |
Wyon Bi | b7535a3 | 2019-10-24 00:38:51 +0200 | [diff] [blame] | 60 | config PHY_ROCKCHIP_INNO_DSIDPHY |
| 61 | tristate "Rockchip Innosilicon MIPI/LVDS/TTL PHY driver" |
| 62 | depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF |
| 63 | select GENERIC_PHY |
Heiko Stuebner | f0684c1 | 2019-11-08 01:06:40 +0100 | [diff] [blame] | 64 | select GENERIC_PHY_MIPI_DPHY |
Wyon Bi | b7535a3 | 2019-10-24 00:38:51 +0200 | [diff] [blame] | 65 | help |
| 66 | Enable this to support the Rockchip MIPI/LVDS/TTL PHY with |
| 67 | Innosilicon IP block. |
| 68 | |
Yifeng Zhao | 7160820 | 2022-02-08 17:13:25 +0800 | [diff] [blame] | 69 | config PHY_ROCKCHIP_NANENG_COMBO_PHY |
| 70 | tristate "Rockchip NANENG COMBO PHY Driver" |
| 71 | depends on ARCH_ROCKCHIP && OF |
| 72 | select GENERIC_PHY |
| 73 | help |
| 74 | Enable this to support the Rockchip PCIe/USB3.0/SATA/QSGMII |
| 75 | combo PHY with NaNeng IP block. |
| 76 | |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 77 | config PHY_ROCKCHIP_PCIE |
| 78 | tristate "Rockchip PCIe PHY Driver" |
| 79 | depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST |
Masahiro Yamada | bb0e500 | 2018-03-06 20:18:49 +0900 | [diff] [blame] | 80 | depends on HAS_IOMEM |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 81 | select GENERIC_PHY |
| 82 | select MFD_SYSCON |
| 83 | help |
| 84 | Enable this to support the Rockchip PCIe PHY. |
| 85 | |
| 86 | config PHY_ROCKCHIP_TYPEC |
| 87 | tristate "Rockchip TYPEC PHY Driver" |
| 88 | depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST) |
| 89 | select EXTCON |
| 90 | select GENERIC_PHY |
| 91 | select RESET_CONTROLLER |
| 92 | help |
| 93 | Enable this to support the Rockchip USB TYPEC PHY. |
| 94 | |
| 95 | config PHY_ROCKCHIP_USB |
| 96 | tristate "Rockchip USB2 PHY Driver" |
| 97 | depends on ARCH_ROCKCHIP && OF |
| 98 | select GENERIC_PHY |
| 99 | help |
| 100 | Enable this to support the Rockchip USB 2.0 PHY. |