Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Phy drivers for Intel platforms |
| 4 | # |
| 5 | config PHY_INTEL_KEEMBAY_EMMC |
| 6 | tristate "Intel Keem Bay EMMC PHY driver" |
| 7 | depends on ARCH_KEEMBAY || COMPILE_TEST |
| 8 | depends on HAS_IOMEM |
| 9 | select GENERIC_PHY |
| 10 | select REGMAP_MMIO |
| 11 | help |
| 12 | Choose this option if you have an Intel Keem Bay SoC. |
| 13 | |
| 14 | To compile this driver as a module, choose M here: the module |
| 15 | will be called phy-keembay-emmc.ko. |
| 16 | |
| 17 | config PHY_INTEL_LGM_COMBO |
| 18 | bool "Intel Lightning Mountain ComboPHY driver" |
| 19 | depends on X86 || COMPILE_TEST |
| 20 | depends on OF && HAS_IOMEM |
| 21 | select MFD_SYSCON |
| 22 | select GENERIC_PHY |
| 23 | select REGMAP |
| 24 | help |
| 25 | Enable this to support Intel ComboPhy. |
| 26 | |
| 27 | This driver configures ComboPhy subsystem on Intel gateway |
| 28 | chipsets which provides PHYs for various controllers, EMAC, |
| 29 | SATA and PCIe. |
| 30 | |
| 31 | config PHY_INTEL_LGM_EMMC |
| 32 | tristate "Intel Lightning Mountain EMMC PHY driver" |
| 33 | depends on X86 || COMPILE_TEST |
| 34 | select GENERIC_PHY |
| 35 | help |
| 36 | Enable this to support the Intel EMMC PHY |