Kconfig (3473065927a877e0a15c4d4b64f245ccaba24e3f) | Kconfig (bf4d01e107e3fdc03104fa0db96d8d2721529eb6) |
---|---|
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" | 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 ARCH_KEEMBAY || COMPILE_TEST | 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 | 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 |
17config 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 |
|
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 --- | 29config PHY_INTEL_LGM_COMBO 30 bool "Intel Lightning Mountain ComboPHY driver" 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 --- 12 unchanged lines hidden --- |