Kconfig (d4263348f796f29546f90802177865dd4379dd0a) Kconfig (ff1f0018cf66080d8e6f59791e552615648a033a)
1#
2# PHY
3#
4
5menu "PHY Subsystem"
6
7config GENERIC_PHY
8 tristate "PHY Core"

--- 10 unchanged lines hidden (view full) ---

19 depends on HAS_IOMEM
20 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
21 help
22 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
23 and EXYNOS SoCs.
24
25config PHY_MVEBU_SATA
26 def_bool y
1#
2# PHY
3#
4
5menu "PHY Subsystem"
6
7config GENERIC_PHY
8 tristate "PHY Core"

--- 10 unchanged lines hidden (view full) ---

19 depends on HAS_IOMEM
20 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
21 help
22 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
23 and EXYNOS SoCs.
24
25config PHY_MVEBU_SATA
26 def_bool y
27 depends on ARCH_KIRKWOOD || ARCH_DOVE
27 depends on ARCH_KIRKWOOD || ARCH_DOVE || MACH_KIRKWOOD
28 depends on OF
29 select GENERIC_PHY
30
31config OMAP_USB2
32 tristate "OMAP USB2 PHY Driver"
33 depends on ARCH_OMAP2PLUS
34 depends on USB_PHY
35 select GENERIC_PHY

--- 32 unchanged lines hidden ---
28 depends on OF
29 select GENERIC_PHY
30
31config OMAP_USB2
32 tristate "OMAP USB2 PHY Driver"
33 depends on ARCH_OMAP2PLUS
34 depends on USB_PHY
35 select GENERIC_PHY

--- 32 unchanged lines hidden ---