Merge branch 'fix/rcar' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-2.6-block.git] / drivers / phy / Kconfig
CommitLineData
ff764963
KVA
1#
2# PHY
3#
4
5menu "PHY Subsystem"
6
7config GENERIC_PHY
b51fbf9f 8 bool "PHY Core"
ff764963
KVA
9 help
10 Generic PHY support.
11
12 This framework is designed to provide a generic interface for PHY
13 devices present in the kernel. This layer will have the generic
14 API by which phy drivers can create PHY using the phy framework and
15 phy users can obtain reference to the PHY. All the users of this
16 framework should select this config.
17
cbf919bd
JE
18config PHY_LPC18XX_USB_OTG
19 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
20 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
21 depends on MFD_SYSCON
22 select GENERIC_PHY
23 help
24 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
25
26 This driver is need for USB0 support on LPC18xx/43xx and takes
27 care of enabling and clock setup.
28
57991eba
AB
29config PHY_PISTACHIO_USB
30 tristate "IMG Pistachio USB2.0 PHY driver"
31 depends on MACH_PISTACHIO
32 select GENERIC_PHY
33 help
34 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
35
10c8e056
LT
36config PHY_XGENE
37 tristate "APM X-Gene 15Gbps PHY support"
38 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
39 select GENERIC_PHY
40 help
41 This option enables support for APM X-Gene SoC multi-purpose PHY.
42
0b56e9a7
VG
43source "drivers/phy/allwinner/Kconfig"
44source "drivers/phy/amlogic/Kconfig"
45source "drivers/phy/broadcom/Kconfig"
46source "drivers/phy/hisilicon/Kconfig"
dea54fba 47source "drivers/phy/lantiq/Kconfig"
0b56e9a7 48source "drivers/phy/marvell/Kconfig"
cd4ec4b0 49source "drivers/phy/mediatek/Kconfig"
6d6ce40f 50source "drivers/phy/motorola/Kconfig"
0b56e9a7 51source "drivers/phy/qualcomm/Kconfig"
2411a736 52source "drivers/phy/ralink/Kconfig"
0b56e9a7
VG
53source "drivers/phy/renesas/Kconfig"
54source "drivers/phy/rockchip/Kconfig"
55source "drivers/phy/samsung/Kconfig"
56source "drivers/phy/st/Kconfig"
53d2a715 57source "drivers/phy/tegra/Kconfig"
0b56e9a7 58source "drivers/phy/ti/Kconfig"
7965ba05 59
ff764963 60endmenu