diff options
author | Jianjun Wang <jianjun.wang@mediatek.com> | 2022-06-17 10:02:46 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-05 08:28:38 +0300 |
commit | e4e46bc71c18407c087bbade3c92d4554207be21 (patch) | |
tree | 48717d0c91ac6fb93d3395d7cdb3860c03dc1e36 /drivers/phy/mediatek/Kconfig | |
parent | 3a8802528db4341cd0a5fe06c777878ce7157143 (diff) | |
download | linux-e4e46bc71c18407c087bbade3c92d4554207be21.tar.xz |
phy: mediatek: Add PCIe PHY driver
Add PCIe GEN3 PHY driver support on MediaTek chipsets.
Signed-off-by: Jianjun Wang <jianjun.wang@mediatek.com>
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Reviewed-by: AngeloGioachino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220617070246.20142-3-jianjun.wang@mediatek.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/mediatek/Kconfig')
-rw-r--r-- | drivers/phy/mediatek/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/phy/mediatek/Kconfig b/drivers/phy/mediatek/Kconfig index 55f8e6c048ab..dfb18b490d07 100644 --- a/drivers/phy/mediatek/Kconfig +++ b/drivers/phy/mediatek/Kconfig @@ -2,6 +2,17 @@ # # Phy drivers for Mediatek devices # +config PHY_MTK_PCIE + tristate "MediaTek PCIe-PHY Driver" + depends on ARCH_MEDIATEK || COMPILE_TEST + depends on OF + select GENERIC_PHY + help + Say 'Y' here to add support for MediaTek PCIe PHY driver. + This driver create the basic PHY instance and provides initialize + callback for PCIe GEN3 port, it supports software efuse + initialization. + config PHY_MTK_TPHY tristate "MediaTek T-PHY Driver" depends on ARCH_MEDIATEK || COMPILE_TEST |