blob: 82b63e60c5a226bded68c9fe4a0c469c4049e63f [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +05302#
3# PHY
4#
5
6menu "PHY Subsystem"
7
8config GENERIC_PHY
Hans de Goedeb51fbf92014-02-17 14:29:24 +05309 bool "PHY Core"
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +053010 help
11 Generic PHY support.
12
13 This framework is designed to provide a generic interface for PHY
14 devices present in the kernel. This layer will have the generic
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.
18
Maxime Riparddddc97e2018-12-07 14:55:31 +010019config GENERIC_PHY_MIPI_DPHY
20 bool
21 help
22 Generic MIPI D-PHY support.
23
24 Provides a number of helpers a core functions for MIPI D-PHY
25 drivers to us.
26
Joachim Eastwoodcbf919b2015-07-09 22:48:25 +020027config PHY_LPC18XX_USB_OTG
28 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
29 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
30 depends on MFD_SYSCON
31 select GENERIC_PHY
32 help
33 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
34
35 This driver is need for USB0 support on LPC18xx/43xx and takes
36 care of enabling and clock setup.
37
Andrew Bresticker57991eb2015-04-07 15:04:17 -070038config PHY_PISTACHIO_USB
39 tristate "IMG Pistachio USB2.0 PHY driver"
Jiaxun Yange238f10d2021-07-23 10:25:39 +080040 depends on MIPS || COMPILE_TEST
Andrew Bresticker57991eb2015-04-07 15:04:17 -070041 select GENERIC_PHY
42 help
43 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
44
Linus Torvalds10c8e052014-08-08 11:34:32 -070045config PHY_XGENE
46 tristate "APM X-Gene 15Gbps PHY support"
47 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
48 select GENERIC_PHY
49 help
50 This option enables support for APM X-Gene SoC multi-purpose PHY.
51
Ramuthevar Vadivel Murugan1cce8f72020-08-28 10:23:12 +080052config USB_LGM_PHY
53 tristate "INTEL Lightning Mountain USB PHY Driver"
Randy Dunlap9b1e5212020-09-17 10:51:47 -070054 depends on USB_SUPPORT
Geert Uytterhoeven6b46e602021-01-29 14:17:53 +010055 depends on X86 || COMPILE_TEST
Ramuthevar Vadivel Murugan1cce8f72020-08-28 10:23:12 +080056 select USB_PHY
57 select REGULATOR
58 select REGULATOR_FIXED_VOLTAGE
59 help
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
62 of the Intel network SOC.
63
Aswath Govindrajua4a86d22021-05-10 10:40:05 +053064config PHY_CAN_TRANSCEIVER
65 tristate "CAN transceiver PHY"
66 select GENERIC_PHY
67 help
68 This option enables support for CAN transceivers as a PHY. This
69 driver provides function for putting the transceivers in various
70 functional modes using gpios and sets the attribute max link
71 rate, for CAN drivers.
72
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053073source "drivers/phy/allwinner/Kconfig"
74source "drivers/phy/amlogic/Kconfig"
75source "drivers/phy/broadcom/Kconfig"
Scott Telfordc8b427e2018-08-09 11:30:30 +010076source "drivers/phy/cadence/Kconfig"
Li Junefe81be2018-11-15 15:12:47 +010077source "drivers/phy/freescale/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053078source "drivers/phy/hisilicon/Kconfig"
周琰杰 (Zhou Yanjie)31de3132020-11-16 22:19:06 +080079source "drivers/phy/ingenic/Kconfig"
Hauke Mehrtensdea54fb2017-08-20 00:18:21 +020080source "drivers/phy/lantiq/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053081source "drivers/phy/marvell/Kconfig"
Chunfeng Yuncd4ec4b2017-08-03 18:01:02 +080082source "drivers/phy/mediatek/Kconfig"
Steen Hegelund2ff8a1ee2021-02-18 17:14:50 +010083source "drivers/phy/microchip/Kconfig"
Tony Lindgren6d6ce402017-05-22 17:37:23 -070084source "drivers/phy/motorola/Kconfig"
Quentin Schulz51f6b412018-10-04 14:22:07 +020085source "drivers/phy/mscc/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053086source "drivers/phy/qualcomm/Kconfig"
John Crispin2411a732017-08-17 11:33:22 +010087source "drivers/phy/ralink/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053088source "drivers/phy/renesas/Kconfig"
89source "drivers/phy/rockchip/Kconfig"
90source "drivers/phy/samsung/Kconfig"
Kunihiko Hayashi5ab43d02018-08-22 12:50:32 +090091source "drivers/phy/socionext/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053092source "drivers/phy/st/Kconfig"
Thierry Reding53d2a712015-11-11 18:24:21 +010093source "drivers/phy/tegra/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053094source "drivers/phy/ti/Kconfig"
Ramuthevar Vadivel Murugan92279422019-12-17 09:56:58 +080095source "drivers/phy/intel/Kconfig"
Anurag Kumar Vulisha4a33bea2020-06-29 15:00:53 +030096source "drivers/phy/xilinx/Kconfig"
Martin Blumenstingl7965ba02016-10-01 14:19:00 +020097
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +053098endmenu