2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-05-11 14:47:42 +08:00
|
|
|
#
|
|
|
|
# Phy drivers for Rockchip platforms
|
|
|
|
#
|
|
|
|
config PHY_ROCKCHIP_DP
|
|
|
|
tristate "Rockchip Display Port PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP && OF
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip Display Port PHY.
|
|
|
|
|
2020-08-26 06:07:10 +08:00
|
|
|
config PHY_ROCKCHIP_DPHY_RX0
|
|
|
|
tristate "Rockchip MIPI Synopsys DPHY RX0 driver"
|
|
|
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
|
|
|
select GENERIC_PHY_MIPI_DPHY
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip MIPI Synopsys DPHY RX0
|
|
|
|
associated to the Rockchip ISP module present in RK3399 SoCs.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called phy-rockchip-dphy-rx0.
|
|
|
|
|
2017-05-11 14:47:42 +08:00
|
|
|
config PHY_ROCKCHIP_EMMC
|
|
|
|
tristate "Rockchip EMMC PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP && OF
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip EMMC PHY.
|
|
|
|
|
2018-09-07 18:28:02 +08:00
|
|
|
config PHY_ROCKCHIP_INNO_HDMI
|
|
|
|
tristate "Rockchip INNO HDMI PHY Driver"
|
|
|
|
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
|
|
|
|
depends on COMMON_CLK
|
2020-11-24 19:11:27 +08:00
|
|
|
depends on HAS_IOMEM
|
2018-09-07 18:28:02 +08:00
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip Innosilicon HDMI PHY.
|
|
|
|
|
2017-05-11 14:47:42 +08:00
|
|
|
config PHY_ROCKCHIP_INNO_USB2
|
|
|
|
tristate "Rockchip INNO USB2PHY Driver"
|
|
|
|
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
|
|
|
|
depends on COMMON_CLK
|
|
|
|
depends on EXTCON
|
|
|
|
depends on USB_SUPPORT
|
|
|
|
select GENERIC_PHY
|
|
|
|
select USB_COMMON
|
|
|
|
help
|
|
|
|
Support for Rockchip USB2.0 PHY with Innosilicon IP block.
|
|
|
|
|
2021-06-11 05:29:35 +08:00
|
|
|
config PHY_ROCKCHIP_INNO_CSIDPHY
|
|
|
|
tristate "Rockchip Innosilicon MIPI CSI PHY driver"
|
|
|
|
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
|
|
|
|
select GENERIC_PHY
|
|
|
|
select GENERIC_PHY_MIPI_DPHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip MIPI CSI PHY with
|
|
|
|
Innosilicon IP block.
|
|
|
|
|
2019-10-24 06:38:51 +08:00
|
|
|
config PHY_ROCKCHIP_INNO_DSIDPHY
|
|
|
|
tristate "Rockchip Innosilicon MIPI/LVDS/TTL PHY driver"
|
|
|
|
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
|
|
|
|
select GENERIC_PHY
|
2019-11-08 08:06:40 +08:00
|
|
|
select GENERIC_PHY_MIPI_DPHY
|
2019-10-24 06:38:51 +08:00
|
|
|
help
|
|
|
|
Enable this to support the Rockchip MIPI/LVDS/TTL PHY with
|
|
|
|
Innosilicon IP block.
|
|
|
|
|
2022-02-08 17:13:25 +08:00
|
|
|
config PHY_ROCKCHIP_NANENG_COMBO_PHY
|
|
|
|
tristate "Rockchip NANENG COMBO PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP && OF
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip PCIe/USB3.0/SATA/QSGMII
|
|
|
|
combo PHY with NaNeng IP block.
|
|
|
|
|
2017-05-11 14:47:42 +08:00
|
|
|
config PHY_ROCKCHIP_PCIE
|
|
|
|
tristate "Rockchip PCIe PHY Driver"
|
|
|
|
depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
|
2018-03-06 19:18:49 +08:00
|
|
|
depends on HAS_IOMEM
|
2017-05-11 14:47:42 +08:00
|
|
|
select GENERIC_PHY
|
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip PCIe PHY.
|
|
|
|
|
2024-02-14 19:45:37 +08:00
|
|
|
config PHY_ROCKCHIP_SAMSUNG_HDPTX
|
|
|
|
tristate "Rockchip Samsung HDMI/eDP Combo PHY driver"
|
|
|
|
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
|
2024-06-29 08:26:58 +08:00
|
|
|
depends on HAS_IOMEM
|
2024-02-14 19:45:37 +08:00
|
|
|
select GENERIC_PHY
|
2024-06-29 08:26:58 +08:00
|
|
|
select MFD_SYSCON
|
2024-04-09 06:29:25 +08:00
|
|
|
select RATIONAL
|
2024-02-14 19:45:37 +08:00
|
|
|
help
|
|
|
|
Enable this to support the Rockchip HDMI/eDP Combo PHY
|
|
|
|
with Samsung IP block.
|
|
|
|
|
2022-08-26 03:38:34 +08:00
|
|
|
config PHY_ROCKCHIP_SNPS_PCIE3
|
|
|
|
tristate "Rockchip Snps PCIe3 PHY Driver"
|
|
|
|
depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
|
|
|
|
depends on HAS_IOMEM
|
|
|
|
select GENERIC_PHY
|
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip snps PCIe3 PHY.
|
|
|
|
|
2017-05-11 14:47:42 +08:00
|
|
|
config PHY_ROCKCHIP_TYPEC
|
|
|
|
tristate "Rockchip TYPEC PHY Driver"
|
|
|
|
depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
|
|
|
|
select EXTCON
|
|
|
|
select GENERIC_PHY
|
|
|
|
select RESET_CONTROLLER
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip USB TYPEC PHY.
|
|
|
|
|
|
|
|
config PHY_ROCKCHIP_USB
|
|
|
|
tristate "Rockchip USB2 PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP && OF
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip USB 2.0 PHY.
|
2024-04-09 06:50:29 +08:00
|
|
|
|
|
|
|
config PHY_ROCKCHIP_USBDP
|
|
|
|
tristate "Rockchip USBDP COMBO PHY Driver"
|
|
|
|
depends on ARCH_ROCKCHIP && OF
|
2024-04-16 01:42:25 +08:00
|
|
|
depends on TYPEC
|
2024-04-09 06:50:29 +08:00
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Rockchip USB3.0/DP combo PHY with
|
|
|
|
Samsung IP block. This is required for USB3 support on RK3588.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called phy-rockchip-usbdp
|