#
# PHY drivers for Socionext platforms.
#

config PHY_UNIPHIER_AHCI
	tristate "UniPhier AHCI PHY driver"
	depends on ARCH_UNIPHIER || COMPILE_TEST
	depends on OF && HAS_IOMEM
	default SATA_AHCI_PLATFORM
	select GENERIC_PHY
	help
	  Enable this to support PHY implemented in AHCI controller
	  on UniPhier SoCs.
