Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Phy drivers for Hisilicon platforms
3#
4config PHY_HI6220_USB
5 tristate "hi6220 USB PHY support"
6 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
7 select GENERIC_PHY
8 select MFD_SYSCON
9 help
10 Enable this to support the HISILICON HI6220 USB PHY.
11
12 To compile this driver as a module, choose M here.
13
14config PHY_HIX5HD2_SATA
15 tristate "HIX5HD2 SATA PHY Driver"
16 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
17 select GENERIC_PHY
18 select MFD_SYSCON
19 help
20 Support for SATA PHY on Hisilicon hix5hd2 Soc.