blob: cf2bf2efc32f7233624f8dec60435f1c0c40d1eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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.
|