Kconfig (a02001086bbfb4da35d1228bebc2f1b442db455f) Kconfig (1b3e3aa6c5c7a86ae09459f5734283b991dd7939)
1#
2# Physical Layer USB driver configuration
3#
4menu "USB Physical Layer drivers"
5
6config USB_PHY
7 def_bool n
8

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

15 select USB_PHY
16 help
17 Enable this to support the USB OTG transceiver in AB8500 chip.
18 This transceiver supports high and full speed devices plus,
19 in host mode, low speed.
20
21config FSL_USB2_OTG
22 bool "Freescale USB OTG Transceiver Driver"
1#
2# Physical Layer USB driver configuration
3#
4menu "USB Physical Layer drivers"
5
6config USB_PHY
7 def_bool n
8

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

15 select USB_PHY
16 help
17 Enable this to support the USB OTG transceiver in AB8500 chip.
18 This transceiver supports high and full speed devices plus,
19 in host mode, low speed.
20
21config FSL_USB2_OTG
22 bool "Freescale USB OTG Transceiver Driver"
23 depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM_RUNTIME
23 depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM
24 select USB_OTG
25 select USB_PHY
26 help
27 Enable this to support Freescale USB OTG transceiver.
28
29config ISP1301_OMAP
30 tristate "Philips ISP1301 with OMAP OTG"
31 depends on I2C && ARCH_OMAP_OTG

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

148 required after resetting the hardware and power management.
149 This driver is required even for peripheral only or host only
150 mode configurations.
151 This driver is not supported on boards like trout which
152 has an external PHY.
153
154config USB_MV_OTG
155 tristate "Marvell USB OTG support"
24 select USB_OTG
25 select USB_PHY
26 help
27 Enable this to support Freescale USB OTG transceiver.
28
29config ISP1301_OMAP
30 tristate "Philips ISP1301 with OMAP OTG"
31 depends on I2C && ARCH_OMAP_OTG

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

148 required after resetting the hardware and power management.
149 This driver is required even for peripheral only or host only
150 mode configurations.
151 This driver is not supported on boards like trout which
152 has an external PHY.
153
154config USB_MV_OTG
155 tristate "Marvell USB OTG support"
156 depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
156 depends on USB_EHCI_MV && USB_MV_UDC && PM
157 select USB_OTG
158 select USB_PHY
159 help
160 Say Y here if you want to build Marvell USB OTG transciever
161 driver in kernel (including PXA and MMP series). This driver
162 implements role switch between EHCI host driver and gadget driver.
163
164 To compile this driver as a module, choose M here.

--- 52 unchanged lines hidden ---
157 select USB_OTG
158 select USB_PHY
159 help
160 Say Y here if you want to build Marvell USB OTG transciever
161 driver in kernel (including PXA and MMP series). This driver
162 implements role switch between EHCI host driver and gadget driver.
163
164 To compile this driver as a module, choose M here.

--- 52 unchanged lines hidden ---