• Home
  • Raw
  • Download

Lines Matching +full:phy +full:- +full:select

1 # SPDX-License-Identifier: GPL-2.0-only
3 # PHY
6 menu "PHY Subsystem"
9 bool "PHY Core"
11 Generic PHY support.
13 This framework is designed to provide a generic interface for PHY
15 API by which phy drivers can create PHY using the phy framework and
16 phy users can obtain reference to the PHY. All the users of this
17 framework should select this config.
22 Generic MIPI D-PHY support.
24 Provides a number of helpers a core functions for MIPI D-PHY
28 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
31 select GENERIC_PHY
33 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
39 tristate "IMG Pistachio USB2.0 PHY driver"
41 select GENERIC_PHY
43 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
46 tristate "APM X-Gene 15Gbps PHY support"
48 select GENERIC_PHY
50 This option enables support for APM X-Gene SoC multi-purpose PHY.
53 tristate "INTEL Lightning Mountain USB PHY Driver"
56 select USB_PHY
57 select REGULATOR
58 select REGULATOR_FIXED_VOLTAGE
60 Enable this to support Intel DWC3 PHY USB phy. This driver provides
61 interface to interact with USB GEN-II and USB 3.x PHY that is part
64 source "drivers/phy/allwinner/Kconfig"
65 source "drivers/phy/amlogic/Kconfig"
66 source "drivers/phy/broadcom/Kconfig"
67 source "drivers/phy/cadence/Kconfig"
68 source "drivers/phy/freescale/Kconfig"
69 source "drivers/phy/hisilicon/Kconfig"
70 source "drivers/phy/lantiq/Kconfig"
71 source "drivers/phy/marvell/Kconfig"
72 source "drivers/phy/mediatek/Kconfig"
73 source "drivers/phy/motorola/Kconfig"
74 source "drivers/phy/mscc/Kconfig"
75 source "drivers/phy/qualcomm/Kconfig"
76 source "drivers/phy/ralink/Kconfig"
77 source "drivers/phy/renesas/Kconfig"
78 source "drivers/phy/rockchip/Kconfig"
79 source "drivers/phy/samsung/Kconfig"
80 source "drivers/phy/socionext/Kconfig"
81 source "drivers/phy/st/Kconfig"
82 source "drivers/phy/tegra/Kconfig"
83 source "drivers/phy/ti/Kconfig"
84 source "drivers/phy/intel/Kconfig"
85 source "drivers/phy/xilinx/Kconfig"