aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-24 02:41:10 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-24 18:06:54 -0400
commit5de9ec4dc10e1a39b924fb165bcb3ddb6e8e6525 (patch)
treea79faa711db012e05a00c5fccc650fc0d17bcf5d
parent2e5a08a3693e4c5bd251afc13246bc86fc9fafc3 (diff)
USB host i.MX21: remove dependency on MACH_MX21
the MACH_MX* macros are scheduled for removal, so just depend on ARCH_MXC instead. The Kconfig text makes it clear on which SoC the driver runs on. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 5791fe97b4a6..13e1f672926d 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -544,11 +544,11 @@ config USB_HWA_HCD
544 will be called "hwa-hc". 544 will be called "hwa-hc".
545 545
546config USB_IMX21_HCD 546config USB_IMX21_HCD
547 tristate "iMX21 HCD support" 547 tristate "i.MX21 HCD support"
548 depends on USB && ARM && MACH_MX21 548 depends on USB && ARM && ARCH_MXC
549 help 549 help
550 This driver enables support for the on-chip USB host in the 550 This driver enables support for the on-chip USB host in the
551 iMX21 processor. 551 i.MX21 processor.
552 552
553 To compile this driver as a module, choose M here: the 553 To compile this driver as a module, choose M here: the
554 module will be called "imx21-hcd". 554 module will be called "imx21-hcd".