Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5de9ec4d authored by Sascha Hauer's avatar Sascha Hauer Committed by Greg Kroah-Hartman
Browse files

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: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2e5a08a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -544,11 +544,11 @@ config USB_HWA_HCD
	  will be called "hwa-hc".
	  will be called "hwa-hc".


config USB_IMX21_HCD
config USB_IMX21_HCD
       tristate "iMX21 HCD support"
       tristate "i.MX21 HCD support"
       depends on USB && ARM && MACH_MX21
       depends on USB && ARM && ARCH_MXC
       help
       help
         This driver enables support for the on-chip USB host in the
         This driver enables support for the on-chip USB host in the
         iMX21 processor.
         i.MX21 processor.


         To compile this driver as a module, choose M here: the
         To compile this driver as a module, choose M here: the
         module will be called "imx21-hcd".
         module will be called "imx21-hcd".