]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/phy/Kconfig
phy: omap-usb2: Add different compatible for OMAP5
[mirror_ubuntu-hirsute-kernel.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
069d2e26
SN
18config PHY_EXYNOS_MIPI_VIDEO
19 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
13454e5e
SN
20 depends on HAS_IOMEM
21 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
22 select GENERIC_PHY
23 default y if ARCH_S5PV210 || ARCH_EXYNOS
069d2e26
SN
24 help
25 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
26 and EXYNOS SoCs.
27
e3eae857
AL
28config PHY_MVEBU_SATA
29 def_bool y
06c886a9 30 depends on ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE
e3eae857
AL
31 depends on OF
32 select GENERIC_PHY
33
5d93d1e7
KVA
34config OMAP_USB2
35 tristate "OMAP USB2 PHY Driver"
36 depends on ARCH_OMAP2PLUS
88207842 37 depends on USB_PHY
5d93d1e7 38 select GENERIC_PHY
5d93d1e7
KVA
39 select OMAP_CONTROL_USB
40 help
41 Enable this to support the transceiver that is part of SOC. This
42 driver takes care of all the PHY functionality apart from comparator.
43 The USB OTG controller communicates with the comparator using this
44 driver.
45
a70143bb
KVA
46config TI_PIPE3
47 tristate "TI PIPE3 PHY Driver"
48 depends on ARCH_OMAP2PLUS || COMPILE_TEST
49 select GENERIC_PHY
50 select OMAP_CONTROL_USB
51 help
52 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
53 driver takes care of all the PHY functionality apart from comparator.
54 This driver interacts with the "OMAP Control PHY Driver" to power
55 on/off the PHY.
56
6747caa7
KVA
57config TWL4030_USB
58 tristate "TWL4030 USB Transceiver Driver"
59 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
88207842 60 depends on USB_PHY
6747caa7 61 select GENERIC_PHY
6747caa7
KVA
62 help
63 Enable this to support the USB OTG transceiver on TWL4030
64 family chips (including the TWL5030 and TPS659x0 devices).
65 This transceiver supports high and full speed devices plus,
66 in host mode, low speed.
67
74988e8b
JH
68config PHY_EXYNOS_DP_VIDEO
69 tristate "EXYNOS SoC series Display Port PHY driver"
70 depends on OF
a50ce20e
SN
71 depends on ARCH_EXYNOS || COMPILE_TEST
72 default ARCH_EXYNOS
74988e8b
JH
73 select GENERIC_PHY
74 help
75 Support for Display Port PHY found on Samsung EXYNOS SoCs.
76
7597fdfc
MP
77config BCM_KONA_USB2_PHY
78 tristate "Broadcom Kona USB2 PHY Driver"
79 depends on GENERIC_PHY
06c304e8 80 depends on HAS_IOMEM
7597fdfc
MP
81 help
82 Enable this to support the Broadcom Kona USB 2.0 PHY.
83
bcff4cba
YK
84config PHY_EXYNOS5250_SATA
85 tristate "Exynos5250 Sata SerDes/PHY driver"
86 depends on SOC_EXYNOS5250
87 depends on HAS_IOMEM
88 depends on OF
89 select GENERIC_PHY
90 select I2C
91 select I2C_S3C2410
92 select MFD_SYSCON
93 help
94 Enable this to support SATA SerDes/Phy found on Samsung's
95 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
96 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
97 port to accept one SATA device.
98
ba4bdc9e
HG
99config PHY_SUN4I_USB
100 tristate "Allwinner sunxi SoC USB PHY driver"
101 depends on ARCH_SUNXI && HAS_IOMEM && OF
102 select GENERIC_PHY
103 help
104 Enable this to support the transceiver that is part of Allwinner
105 sunxi SoCs.
106
107 This driver controls the entire USB PHY block, both the USB OTG
108 parts, as well as the 2 regular USB 2 host PHYs.
109
06fb0137
KD
110config PHY_SAMSUNG_USB2
111 tristate "Samsung USB 2.0 PHY driver"
112 select GENERIC_PHY
113 select MFD_SYSCON
114 help
115 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
116 SoCs. This driver provides the interface for USB 2.0 PHY. Support for
117 particular SoCs has to be enabled in addition to this driver. Number
118 and type of supported phys depends on the SoC.
119
120config PHY_EXYNOS4210_USB2
121 bool "Support for Exynos 4210"
122 depends on PHY_SAMSUNG_USB2
123 depends on CPU_EXYNOS4210
124 help
125 Enable USB PHY support for Exynos 4210. This option requires that
126 Samsung USB 2.0 PHY driver is enabled and means that support for this
127 particular SoC is compiled in the driver. In case of Exynos 4210 four
128 phys are available - device, host, HSIC0 and HSIC1.
129
130config PHY_EXYNOS4X12_USB2
131 bool "Support for Exynos 4x12"
132 depends on PHY_SAMSUNG_USB2
133 depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412)
134 help
135 Enable USB PHY support for Exynos 4x12. This option requires that
136 Samsung USB 2.0 PHY driver is enabled and means that support for this
137 particular SoC is compiled in the driver. In case of Exynos 4x12 four
138 phys are available - device, host, HSIC0 and HSIC1.
64bf2b23
KD
139
140config PHY_EXYNOS5250_USB2
141 bool "Support for Exynos 5250"
142 depends on PHY_SAMSUNG_USB2
143 depends on SOC_EXYNOS5250
144 help
145 Enable USB PHY support for Exynos 5250. This option requires that
146 Samsung USB 2.0 PHY driver is enabled and means that support for this
147 particular SoC is compiled in the driver. In case of Exynos 5250 four
148 phys are available - device, host, HSIC0 and HSIC.
149
ff764963 150endmenu