diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2020-08-26 00:07:10 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-08-31 14:58:21 +0200 |
commit | 37abc181bbac235633ae23f94d81138c20a4c147 (patch) | |
tree | fc385b50cfad05f1b93fafc0346f0d711567252e /drivers/phy/rockchip/Kconfig | |
parent | phy: socionext: Add UniPhier AHCI PHY driver support (diff) | |
download | linux-37abc181bbac235633ae23f94d81138c20a4c147.tar.xz linux-37abc181bbac235633ae23f94d81138c20a4c147.zip |
phy: Move phy-rockchip-dphy-rx0 out of staging
There is no need for this driver to be in staging.
Let's promote it!
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Link: https://lore.kernel.org/r/20200825220710.634106-1-ezequiel@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/rockchip/Kconfig')
-rw-r--r-- | drivers/phy/rockchip/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig index 0824b9dd5683..c2f22f90736c 100644 --- a/drivers/phy/rockchip/Kconfig +++ b/drivers/phy/rockchip/Kconfig @@ -9,6 +9,18 @@ config PHY_ROCKCHIP_DP help Enable this to support the Rockchip Display Port PHY. +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. + config PHY_ROCKCHIP_EMMC tristate "Rockchip EMMC PHY Driver" depends on ARCH_ROCKCHIP && OF |