21 lines
504 B
Plaintext
21 lines
504 B
Plaintext
|
#
|
||
|
# Phy drivers for Hisilicon platforms
|
||
|
#
|
||
|
config PHY_HI6220_USB
|
||
|
tristate "hi6220 USB PHY support"
|
||
|
depends on (ARCH_HISI && ARM64) || COMPILE_TEST
|
||
|
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_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.
|