aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-24 02:41:11 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-24 18:06:54 -0400
commit2e5a08a3693e4c5bd251afc13246bc86fc9fafc3 (patch)
treedb1ab8aed2855d8267451f7ff9270a032cde4be3 /drivers/usb/gadget/Kconfig
parent5d7a1c8a81244e8ea16d9a87b4434557f9103e3c (diff)
USB gadget i.MX1: remove dependency on ARCH_MXC
The ARCH_MX1 scheduled for removal. Instead, depend on ARCH_MXC and make clear in the Kconfig text that only i.MX1 has this hardware. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index bb799d5b9ab6..fe5637983892 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -255,12 +255,11 @@ config USB_S3C_HSOTG
255 integrated into the S3C64XX series SoC. 255 integrated into the S3C64XX series SoC.
256 256
257config USB_IMX 257config USB_IMX
258 tristate "Freescale IMX USB Peripheral Controller" 258 tristate "Freescale i.MX1 USB Peripheral Controller"
259 depends on ARCH_MX1 259 depends on ARCH_MXC
260 help 260 help
261 Freescale's IMX series include an integrated full speed 261 Freescale's i.MX1 includes an integrated full speed
262 USB 1.1 device controller. The controller in the IMX series 262 USB 1.1 device controller.
263 is register-compatible.
264 263
265 It has Six fixed-function endpoints, as well as endpoint 264 It has Six fixed-function endpoints, as well as endpoint
266 zero (for control transfers). 265 zero (for control transfers).