Skip to content

Commit

Permalink
USB host i.MX21: remove dependency on MACH_MX21
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
saschahauer authored and gregkh committed Aug 24, 2011
1 parent 2e5a08a commit 5de9ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -544,11 +544,11 @@ config USB_HWA_HCD
will be called "hwa-hc".

config USB_IMX21_HCD
tristate "iMX21 HCD support"
depends on USB && ARM && MACH_MX21
tristate "i.MX21 HCD support"
depends on USB && ARM && ARCH_MXC
help
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
module will be called "imx21-hcd".
Expand Down

0 comments on commit 5de9ec4

Please sign in to comment.