2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-09-27 10:23:25 +04:00
|
|
|
#
|
|
|
|
# PHY
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "PHY Subsystem"
|
|
|
|
|
|
|
|
config GENERIC_PHY
|
2014-02-17 12:59:24 +04:00
|
|
|
bool "PHY Core"
|
2013-09-27 10:23:25 +04:00
|
|
|
help
|
|
|
|
Generic PHY support.
|
|
|
|
|
|
|
|
This framework is designed to provide a generic interface for PHY
|
|
|
|
devices present in the kernel. This layer will have the generic
|
|
|
|
API by which phy drivers can create PHY using the phy framework and
|
|
|
|
phy users can obtain reference to the PHY. All the users of this
|
|
|
|
framework should select this config.
|
|
|
|
|
2018-12-07 16:55:31 +03:00
|
|
|
config GENERIC_PHY_MIPI_DPHY
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Generic MIPI D-PHY support.
|
|
|
|
|
|
|
|
Provides a number of helpers a core functions for MIPI D-PHY
|
|
|
|
drivers to us.
|
|
|
|
|
2015-07-09 23:48:25 +03:00
|
|
|
config PHY_LPC18XX_USB_OTG
|
|
|
|
tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
|
|
|
|
depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
|
|
|
|
depends on MFD_SYSCON
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
|
|
|
|
|
|
|
|
This driver is need for USB0 support on LPC18xx/43xx and takes
|
|
|
|
care of enabling and clock setup.
|
|
|
|
|
2015-04-08 01:04:17 +03:00
|
|
|
config PHY_PISTACHIO_USB
|
|
|
|
tristate "IMG Pistachio USB2.0 PHY driver"
|
2021-07-23 05:25:39 +03:00
|
|
|
depends on MIPS || COMPILE_TEST
|
2015-04-08 01:04:17 +03:00
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
|
|
|
|
|
2014-08-08 22:34:32 +04:00
|
|
|
config PHY_XGENE
|
|
|
|
tristate "APM X-Gene 15Gbps PHY support"
|
|
|
|
depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
This option enables support for APM X-Gene SoC multi-purpose PHY.
|
|
|
|
|
2020-08-28 05:23:12 +03:00
|
|
|
config USB_LGM_PHY
|
|
|
|
tristate "INTEL Lightning Mountain USB PHY Driver"
|
2020-09-17 20:51:47 +03:00
|
|
|
depends on USB_SUPPORT
|
2021-01-29 16:17:53 +03:00
|
|
|
depends on X86 || COMPILE_TEST
|
2020-08-28 05:23:12 +03:00
|
|
|
select USB_PHY
|
|
|
|
select REGULATOR
|
|
|
|
select REGULATOR_FIXED_VOLTAGE
|
|
|
|
help
|
|
|
|
Enable this to support Intel DWC3 PHY USB phy. This driver provides
|
|
|
|
interface to interact with USB GEN-II and USB 3.x PHY that is part
|
|
|
|
of the Intel network SOC.
|
|
|
|
|
2021-05-10 08:10:05 +03:00
|
|
|
config PHY_CAN_TRANSCEIVER
|
|
|
|
tristate "CAN transceiver PHY"
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
This option enables support for CAN transceivers as a PHY. This
|
|
|
|
driver provides function for putting the transceivers in various
|
|
|
|
functional modes using gpios and sets the attribute max link
|
|
|
|
rate, for CAN drivers.
|
|
|
|
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/allwinner/Kconfig"
|
|
|
|
source "drivers/phy/amlogic/Kconfig"
|
|
|
|
source "drivers/phy/broadcom/Kconfig"
|
2018-08-09 13:30:30 +03:00
|
|
|
source "drivers/phy/cadence/Kconfig"
|
2018-11-15 17:12:47 +03:00
|
|
|
source "drivers/phy/freescale/Kconfig"
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/hisilicon/Kconfig"
|
2020-11-16 17:19:06 +03:00
|
|
|
source "drivers/phy/ingenic/Kconfig"
|
2017-08-20 01:18:21 +03:00
|
|
|
source "drivers/phy/lantiq/Kconfig"
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/marvell/Kconfig"
|
2017-08-03 13:01:02 +03:00
|
|
|
source "drivers/phy/mediatek/Kconfig"
|
2021-02-18 19:14:50 +03:00
|
|
|
source "drivers/phy/microchip/Kconfig"
|
2017-05-23 03:37:23 +03:00
|
|
|
source "drivers/phy/motorola/Kconfig"
|
2018-10-04 15:22:07 +03:00
|
|
|
source "drivers/phy/mscc/Kconfig"
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/qualcomm/Kconfig"
|
2017-08-17 13:33:22 +03:00
|
|
|
source "drivers/phy/ralink/Kconfig"
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/renesas/Kconfig"
|
|
|
|
source "drivers/phy/rockchip/Kconfig"
|
|
|
|
source "drivers/phy/samsung/Kconfig"
|
2018-08-22 06:50:32 +03:00
|
|
|
source "drivers/phy/socionext/Kconfig"
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/st/Kconfig"
|
2015-11-11 20:24:21 +03:00
|
|
|
source "drivers/phy/tegra/Kconfig"
|
2017-05-11 09:47:42 +03:00
|
|
|
source "drivers/phy/ti/Kconfig"
|
2019-12-17 04:56:58 +03:00
|
|
|
source "drivers/phy/intel/Kconfig"
|
2020-06-29 15:00:53 +03:00
|
|
|
source "drivers/phy/xilinx/Kconfig"
|
2016-10-01 15:19:00 +03:00
|
|
|
|
2013-09-27 10:23:25 +04:00
|
|
|
endmenu
|