Kconfig (fa687038ba7f71ab2e5ae8701eaf95c72102cd01) | Kconfig (885c4f4d6cf448f6e64f407c48d8cfbecef3fb14) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Phy drivers for Intel platforms 4# | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Phy drivers for Intel platforms 4# |
5config PHY_INTEL_KEEMBAY_EMMC 6 tristate "Intel Keem Bay EMMC PHY driver" 7 depends on (OF && ARM64) || 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 |
|
5config PHY_INTEL_LGM_COMBO 6 bool "Intel Lightning Mountain ComboPHY driver" 7 depends on X86 || COMPILE_TEST 8 depends on OF && HAS_IOMEM 9 select MFD_SYSCON 10 select GENERIC_PHY 11 select REGMAP 12 help --- 12 unchanged lines hidden --- | 17config 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 --- 12 unchanged lines hidden --- |