Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (7160820d742a16313f7802e33c2956c19548e488)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Rockchip platforms
4#
5config PHY_ROCKCHIP_DP
6 tristate "Rockchip Display Port PHY Driver"
7 depends on ARCH_ROCKCHIP && OF
8 select GENERIC_PHY

--- 52 unchanged lines hidden (view full) ---

61 tristate "Rockchip Innosilicon MIPI/LVDS/TTL PHY driver"
62 depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
63 select GENERIC_PHY
64 select GENERIC_PHY_MIPI_DPHY
65 help
66 Enable this to support the Rockchip MIPI/LVDS/TTL PHY with
67 Innosilicon IP block.
68
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Rockchip platforms
4#
5config PHY_ROCKCHIP_DP
6 tristate "Rockchip Display Port PHY Driver"
7 depends on ARCH_ROCKCHIP && OF
8 select GENERIC_PHY

--- 52 unchanged lines hidden (view full) ---

61 tristate "Rockchip Innosilicon MIPI/LVDS/TTL PHY driver"
62 depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
63 select GENERIC_PHY
64 select GENERIC_PHY_MIPI_DPHY
65 help
66 Enable this to support the Rockchip MIPI/LVDS/TTL PHY with
67 Innosilicon IP block.
68
69config 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
69config PHY_ROCKCHIP_PCIE
70 tristate "Rockchip PCIe PHY Driver"
71 depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
72 depends on HAS_IOMEM
73 select GENERIC_PHY
74 select MFD_SYSCON
75 help
76 Enable this to support the Rockchip PCIe PHY.

--- 16 unchanged lines hidden ---
77config PHY_ROCKCHIP_PCIE
78 tristate "Rockchip PCIe PHY Driver"
79 depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
80 depends on HAS_IOMEM
81 select GENERIC_PHY
82 select MFD_SYSCON
83 help
84 Enable this to support the Rockchip PCIe PHY.

--- 16 unchanged lines hidden ---