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>
This commit is contained in:
Sascha Hauer
2011-08-24 08:41:11 +02:00
committed by Greg Kroah-Hartman
parent 5d7a1c8a81
commit 2e5a08a369

View File

@@ -255,12 +255,11 @@ config USB_S3C_HSOTG
integrated into the S3C64XX series SoC. integrated into the S3C64XX series SoC.
config USB_IMX config USB_IMX
tristate "Freescale IMX USB Peripheral Controller" tristate "Freescale i.MX1 USB Peripheral Controller"
depends on ARCH_MX1 depends on ARCH_MXC
help help
Freescale's IMX series include an integrated full speed Freescale's i.MX1 includes an integrated full speed
USB 1.1 device controller. The controller in the IMX series USB 1.1 device controller.
is register-compatible.
It has Six fixed-function endpoints, as well as endpoint It has Six fixed-function endpoints, as well as endpoint
zero (for control transfers). zero (for control transfers).