| # 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. |