Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) Kconfig (644930cbad32c0a850aaeed11eb2a49b492bf51a)
1#
2# Phy drivers for Marvell platforms
3#
4config ARMADA375_USBCLUSTER_PHY
5 def_bool y
6 depends on MACH_ARMADA_375 || COMPILE_TEST
7 depends on OF && HAS_IOMEM
8 select GENERIC_PHY

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

54 depends on HAS_IOMEM
55 select GENERIC_PHY
56 help
57 Enable this to support Marvell USB 2.0 PHY driver for Marvell
58 SoC. This driver will do the PHY initialization and shutdown.
59 The PHY driver will be used by Marvell udc/ehci/otg driver.
60
61 To compile this driver as a module, choose M here.
1#
2# Phy drivers for Marvell platforms
3#
4config ARMADA375_USBCLUSTER_PHY
5 def_bool y
6 depends on MACH_ARMADA_375 || COMPILE_TEST
7 depends on OF && HAS_IOMEM
8 select GENERIC_PHY

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

54 depends on HAS_IOMEM
55 select GENERIC_PHY
56 help
57 Enable this to support Marvell USB 2.0 PHY driver for Marvell
58 SoC. This driver will do the PHY initialization and shutdown.
59 The PHY driver will be used by Marvell udc/ehci/otg driver.
60
61 To compile this driver as a module, choose M here.
62
63config PHY_PXA_USB
64 tristate "Marvell PXA USB PHY Driver"
65 depends on ARCH_PXA || ARCH_MMP
66 select GENERIC_PHY
67 help
68 Enable this to support Marvell PXA USB PHY driver for Marvell
69 SoC. This driver will do the PHY initialization and shutdown.
70 The PHY driver will be used by Marvell udc/ehci/otg driver.
71
72 To compile this driver as a module, choose M here.