Ramuthevar Vadivel Murugan | 9227942 | 2019-12-17 09:56:58 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
Wan Ahmad Zainie | fa68703 | 2020-09-14 07:55:20 +0800 | [diff] [blame] | 3 | # Phy drivers for Intel platforms |
Ramuthevar Vadivel Murugan | 9227942 | 2019-12-17 09:56:58 +0800 | [diff] [blame] | 4 | # |
Wan Ahmad Zainie | 885c4f4 | 2020-09-14 07:55:22 +0800 | [diff] [blame] | 5 | config PHY_INTEL_KEEMBAY_EMMC |
| 6 | tristate "Intel Keem Bay EMMC PHY driver" |
Geert Uytterhoeven | 231655eb | 2020-11-10 15:46:00 +0100 | [diff] [blame] | 7 | depends on ARCH_KEEMBAY || COMPILE_TEST |
Wan Ahmad Zainie | 885c4f4 | 2020-09-14 07:55:22 +0800 | [diff] [blame] | 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 | |
Wan Ahmad Zainie | bf4d01e | 2020-11-16 20:08:31 +0800 | [diff] [blame] | 17 | config PHY_INTEL_KEEMBAY_USB |
| 18 | tristate "Intel Keem Bay USB PHY driver" |
| 19 | depends on ARCH_KEEMBAY || COMPILE_TEST |
| 20 | depends on HAS_IOMEM |
| 21 | select GENERIC_PHY |
| 22 | select REGMAP_MMIO |
| 23 | help |
| 24 | Choose this option if you have an Intel Keem Bay SoC. |
| 25 | |
| 26 | To compile this driver as a module, choose M here: the module |
| 27 | will be called phy-keembay-usb.ko. |
| 28 | |
Wan Ahmad Zainie | fa68703 | 2020-09-14 07:55:20 +0800 | [diff] [blame] | 29 | config PHY_INTEL_LGM_COMBO |
| 30 | bool "Intel Lightning Mountain ComboPHY driver" |
Dilip Kota | ac0a95a | 2020-05-19 14:19:21 +0800 | [diff] [blame] | 31 | depends on X86 || COMPILE_TEST |
| 32 | depends on OF && HAS_IOMEM |
| 33 | select MFD_SYSCON |
| 34 | select GENERIC_PHY |
| 35 | select REGMAP |
| 36 | help |
| 37 | Enable this to support Intel ComboPhy. |
| 38 | |
| 39 | This driver configures ComboPhy subsystem on Intel gateway |
| 40 | chipsets which provides PHYs for various controllers, EMAC, |
| 41 | SATA and PCIe. |
| 42 | |
Wan Ahmad Zainie | fa68703 | 2020-09-14 07:55:20 +0800 | [diff] [blame] | 43 | config PHY_INTEL_LGM_EMMC |
| 44 | tristate "Intel Lightning Mountain EMMC PHY driver" |
Geert Uytterhoeven | 4127cbc | 2020-05-07 13:36:26 +0200 | [diff] [blame] | 45 | depends on X86 || COMPILE_TEST |
Ramuthevar Vadivel Murugan | 9227942 | 2019-12-17 09:56:58 +0800 | [diff] [blame] | 46 | select GENERIC_PHY |
| 47 | help |
| 48 | Enable this to support the Intel EMMC PHY |