]> Git Repo - linux.git/blob - drivers/phy/intel/Kconfig
tracing/boot: Add per-instance tracing_on option support
[linux.git] / drivers / phy / intel / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Phy drivers for Intel Lightning Mountain(LGM) platform
4 #
5 config PHY_INTEL_COMBO
6         bool "Intel 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
13           Enable this to support Intel ComboPhy.
14
15           This driver configures ComboPhy subsystem on Intel gateway
16           chipsets which provides PHYs for various controllers, EMAC,
17           SATA and PCIe.
18
19 config PHY_INTEL_EMMC
20         tristate "Intel EMMC PHY driver"
21         depends on X86 || COMPILE_TEST
22         select GENERIC_PHY
23         help
24           Enable this to support the Intel EMMC PHY
This page took 0.039139 seconds and 4 git commands to generate.