aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/hisilicon/Kconfig
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-06-25 09:45:53 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-06-25 10:02:02 +0200
commit8de6b7edd493af5587e479afa85706d6fe9c5725 (patch)
tree37deac645f176f39e916172e730f3db97ccf8dc2 /drivers/phy/hisilicon/Kconfig
parentstaging: rtl8188eu: remove include/rtw_debug.h header (diff)
downloadlinux-8de6b7edd493af5587e479afa85706d6fe9c5725.tar.gz
linux-8de6b7edd493af5587e479afa85706d6fe9c5725.tar.bz2
linux-8de6b7edd493af5587e479afa85706d6fe9c5725.zip
phy: phy-hi3670-usb3: move driver from staging into phy
The phy USB3 driver for Hisilicon 970 (hi3670) is ready for mainstream. Mode it from staging into the main driver's phy/ directory. Acked-by: Rob Herring <robh@kernel.org> Acked-By: Vinod Koul <vkoul@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/dcf66a01aaeaab93cda52f9a283ecbdf9fa71bb8.1624606660.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/hisilicon/Kconfig')
-rw-r--r--drivers/phy/hisilicon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/hisilicon/Kconfig b/drivers/phy/hisilicon/Kconfig
index 1c73053bcc98..4d008cfc279c 100644
--- a/drivers/phy/hisilicon/Kconfig
+++ b/drivers/phy/hisilicon/Kconfig
@@ -23,6 +23,16 @@ config PHY_HI3660_USB
To compile this driver as a module, choose M here.
+config PHY_HI3670_USB
+ tristate "hi3670 USB PHY support"
+ depends on (ARCH_HISI && ARM64) || COMPILE_TEST
+ select GENERIC_PHY
+ select MFD_SYSCON
+ help
+ Enable this to support the HISILICON HI3670 USB PHY.
+
+ To compile this driver as a module, choose M here.
+
config PHY_HISTB_COMBPHY
tristate "HiSilicon STB SoCs COMBPHY support"
depends on (ARCH_HISI && ARM64) || COMPILE_TEST