mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
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>
15 lines
436 B
Plaintext
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.
|