blob: 4cef568231bf08cde753a83901c0a14be0b97c1d [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
Sakari Ailusd0ec7b92023-10-17 11:03:54 +030021 select GENERIC_PHY
Maxime Riparddddc97e2018-12-07 14:55:31 +010022 help
23 Generic MIPI D-PHY support.
24
25 Provides a number of helpers a core functions for MIPI D-PHY
26 drivers to us.
27
Joachim Eastwoodcbf919b2015-07-09 22:48:25 +020028config PHY_LPC18XX_USB_OTG
29 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
30 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
31 depends on MFD_SYSCON
32 select GENERIC_PHY
33 help
34 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
35
36 This driver is need for USB0 support on LPC18xx/43xx and takes
37 care of enabling and clock setup.
38
Andrew Bresticker57991eb2015-04-07 15:04:17 -070039config PHY_PISTACHIO_USB
40 tristate "IMG Pistachio USB2.0 PHY driver"
Jiaxun Yange238f10d2021-07-23 10:25:39 +080041 depends on MIPS || COMPILE_TEST
Andrew Bresticker57991eb2015-04-07 15:04:17 -070042 select GENERIC_PHY
43 help
44 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
45
Linus Torvalds10c8e052014-08-08 11:34:32 -070046config PHY_XGENE
47 tristate "APM X-Gene 15Gbps PHY support"
Mark Brown84a59a32023-03-06 17:05:35 +000048 depends on HAS_IOMEM && OF && (ARCH_XGENE || COMPILE_TEST)
Linus Torvalds10c8e052014-08-08 11:34:32 -070049 select GENERIC_PHY
50 help
51 This option enables support for APM X-Gene SoC multi-purpose PHY.
52
Ramuthevar Vadivel Murugan1cce8f72020-08-28 10:23:12 +080053config USB_LGM_PHY
54 tristate "INTEL Lightning Mountain USB PHY Driver"
Randy Dunlap9b1e5212020-09-17 10:51:47 -070055 depends on USB_SUPPORT
Geert Uytterhoeven6b46e602021-01-29 14:17:53 +010056 depends on X86 || COMPILE_TEST
Ramuthevar Vadivel Murugan1cce8f72020-08-28 10:23:12 +080057 select USB_PHY
58 select REGULATOR
59 select REGULATOR_FIXED_VOLTAGE
60 help
61 Enable this to support Intel DWC3 PHY USB phy. This driver provides
62 interface to interact with USB GEN-II and USB 3.x PHY that is part
63 of the Intel network SOC.
64
Aswath Govindrajua4a86d22021-05-10 10:40:05 +053065config PHY_CAN_TRANSCEIVER
66 tristate "CAN transceiver PHY"
67 select GENERIC_PHY
Aswath Govindrajue4d43712022-04-08 16:43:16 +053068 select MULTIPLEXER
Aswath Govindrajua4a86d22021-05-10 10:40:05 +053069 help
70 This option enables support for CAN transceivers as a PHY. This
71 driver provides function for putting the transceivers in various
72 functional modes using gpios and sets the attribute max link
73 rate, for CAN drivers.
74
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053075source "drivers/phy/allwinner/Kconfig"
76source "drivers/phy/amlogic/Kconfig"
77source "drivers/phy/broadcom/Kconfig"
Scott Telfordc8b427e2018-08-09 11:30:30 +010078source "drivers/phy/cadence/Kconfig"
Li Junefe81be2018-11-15 15:12:47 +010079source "drivers/phy/freescale/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053080source "drivers/phy/hisilicon/Kconfig"
周琰杰 (Zhou Yanjie)31de3132020-11-16 22:19:06 +080081source "drivers/phy/ingenic/Kconfig"
Hauke Mehrtensdea54fb2017-08-20 00:18:21 +020082source "drivers/phy/lantiq/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053083source "drivers/phy/marvell/Kconfig"
Chunfeng Yuncd4ec4b2017-08-03 18:01:02 +080084source "drivers/phy/mediatek/Kconfig"
Steen Hegelund2ff8a1ee2021-02-18 17:14:50 +010085source "drivers/phy/microchip/Kconfig"
Tony Lindgren6d6ce40f2017-05-22 17:37:23 -070086source "drivers/phy/motorola/Kconfig"
Quentin Schulz51f6b412018-10-04 14:22:07 +020087source "drivers/phy/mscc/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053088source "drivers/phy/qualcomm/Kconfig"
John Crispin2411a732017-08-17 11:33:22 +010089source "drivers/phy/ralink/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053090source "drivers/phy/renesas/Kconfig"
91source "drivers/phy/rockchip/Kconfig"
92source "drivers/phy/samsung/Kconfig"
Kunihiko Hayashi5ab43d02018-08-22 12:50:32 +090093source "drivers/phy/socionext/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053094source "drivers/phy/st/Kconfig"
Minda Chen16d3a712023-06-29 15:51:13 +080095source "drivers/phy/starfive/Kconfig"
Vincent Shih99d9ccd2022-07-25 10:44:11 +080096source "drivers/phy/sunplus/Kconfig"
Thierry Reding53d2a712015-11-11 18:24:21 +010097source "drivers/phy/tegra/Kconfig"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053098source "drivers/phy/ti/Kconfig"
Ramuthevar Vadivel Murugan92279422019-12-17 09:56:58 +080099source "drivers/phy/intel/Kconfig"
Anurag Kumar Vulisha4a33bea2020-06-29 15:00:53 +0300100source "drivers/phy/xilinx/Kconfig"
Martin Blumenstingl7965ba02016-10-01 14:19:00 +0200101
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +0530102endmenu