linux/drivers/phy/eswin/Kconfig
Yulin Lu 67ee9ccaa3 phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver
Create the eswin phy driver directory and add support for the
SATA PHY driver on the EIC7700 SoC platform.

Signed-off-by: Yulin Lu <luyulin@eswincomputing.com>
Link: https://patch.msgid.link/20260205082219.1521-1-luyulin@eswincomputing.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2026-02-27 20:40:30 +05:30

15 lines
436 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
#
# Phy drivers for ESWIN platforms
#
config PHY_EIC7700_SATA
tristate "eic7700 Sata SerDes/PHY driver"
depends on ARCH_ESWIN || COMPILE_TEST
depends on HAS_IOMEM
select GENERIC_PHY
help
Enable this to support SerDes/Phy found on ESWIN's
EIC7700 SoC. This Phy supports SATA 1.5 Gb/s,
SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds.
It supports one SATA host port to accept one SATA device.