[PATCH] mmc: mmc_mxc: Allow selection only for the correct platforms
Estevam Fabio-R49496
R49496 at freescale.com
Tue Feb 8 19:40:51 EST 2011
Chris?
-----Original Message-----
From: Sascha Hauer [mailto:s.hauer at pengutronix.de]
Sent: Friday, January 21, 2011 8:35 AM
To: Estevam Fabio-R49496
Cc: linux-mmc at vger.kernel.org; cjb at laptop.org; kernel at pengutronix.de; u.kleine-koenig at pengutronix.de; linux-arm-kernel at lists.infradead.org
Subject: Re: [PATCH] mmc: mmc_mxc: Allow selection only for the correct platforms
On Thu, Jan 20, 2011 at 03:02:59PM -0200, Fabio Estevam wrote:
> Currently MMC_MXC driver can be selected by all i.MX devices.
>
> Restrict its use only for the appropriate processors.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
Acked-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
> drivers/mmc/host/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index
> d618e86..a3a9ec1 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -288,7 +288,7 @@ config MMC_MSM
>
> config MMC_MXC
> tristate "Freescale i.MX2/3 Multimedia Card Interface support"
> - depends on ARCH_MXC
> + depends on MACH_MX21 || MACH_MX27 || ARCH_MX31
> help
> This selects the Freescale i.MX2/3 Multimedia card Interface.
> If you have a i.MX platform with a Multimedia Card slot,
> --
> 1.6.0.4
>
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the linux-arm-kernel
mailing list