Kconfig (666fab4a3ea143315a9c059fad9f3a0f1365d54b) Kconfig (231655eb55b0f9899054dec9432482dbf986a9c5)
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 (OF && ARM64) || COMPILE_TEST
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.

--- 21 unchanged lines hidden ---
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.

--- 21 unchanged lines hidden ---