mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
94e487a41f
This driver handles usb phy power on and shutdown for hi3660 Soc of Hisilicon. Cc: Andy Shevchenko <andy.shevchenko@gmail.com> Cc: Kishon Vijay Abraham I <kishon@ti.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Pengcheng Li <lpc.li@hisilicon.com> Cc: Jianguo Sun <sunjianguo1@huawei.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Jiancheng Xue <xuejiancheng@hisilicon.com> Cc: John Stultz <john.stultz@linaro.org> Cc: Binghui Wang <wangbinghui@hisilicon.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Yu Chen <chenyu56@huawei.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
#
|
|
# Phy drivers for Hisilicon platforms
|
|
#
|
|
config PHY_HI6220_USB
|
|
tristate "hi6220 USB PHY support"
|
|
depends on (ARCH_HISI && ARM64) || COMPILE_TEST
|
|
depends on HAS_IOMEM
|
|
select GENERIC_PHY
|
|
select MFD_SYSCON
|
|
help
|
|
Enable this to support the HISILICON HI6220 USB PHY.
|
|
|
|
To compile this driver as a module, choose M here.
|
|
|
|
config PHY_HI3660_USB
|
|
tristate "hi3660 USB PHY support"
|
|
depends on (ARCH_HISI && ARM64) || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
select MFD_SYSCON
|
|
help
|
|
Enable this to support the HISILICON HI3660 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
|
|
select GENERIC_PHY
|
|
select MFD_SYSCON
|
|
help
|
|
Enable this to support the HISILICON STB SoCs COMBPHY.
|
|
If unsure, say N.
|
|
|
|
config PHY_HISI_INNO_USB2
|
|
tristate "HiSilicon INNO USB2 PHY support"
|
|
depends on (ARCH_HISI && ARM64) || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
select MFD_SYSCON
|
|
help
|
|
Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
|
|
USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|
|
USB host port to accept one USB device.
|
|
|
|
config PHY_HIX5HD2_SATA
|
|
tristate "HIX5HD2 SATA PHY Driver"
|
|
depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
|
|
select GENERIC_PHY
|
|
select MFD_SYSCON
|
|
help
|
|
Support for SATA PHY on Hisilicon hix5hd2 Soc.
|