diff options
Diffstat (limited to 'drivers/usb/otg/Kconfig')
-rw-r--r-- | drivers/usb/otg/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig index 5c87db06b598..13fd1ddf742f 100644 --- a/drivers/usb/otg/Kconfig +++ b/drivers/usb/otg/Kconfig | |||
@@ -116,6 +116,16 @@ config FSL_USB2_OTG | |||
116 | help | 116 | help |
117 | Enable this to support Freescale USB OTG transceiver. | 117 | Enable this to support Freescale USB OTG transceiver. |
118 | 118 | ||
119 | config USB_MXS_PHY | ||
120 | tristate "Freescale MXS USB PHY support" | ||
121 | depends on ARCH_MXC || ARCH_MXS | ||
122 | select STMP_DEVICE | ||
123 | select USB_OTG_UTILS | ||
124 | help | ||
125 | Enable this to support the Freescale MXS USB PHY. | ||
126 | |||
127 | MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x. | ||
128 | |||
119 | config USB_MV_OTG | 129 | config USB_MV_OTG |
120 | tristate "Marvell USB OTG support" | 130 | tristate "Marvell USB OTG support" |
121 | depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND | 131 | depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND |