[PATCH] mx25: move ARCH_MXC_IOMUX_V3 to the ARCH level
Sascha Hauer
s.hauer at pengutronix.de
Wed Feb 24 04:45:40 EST 2010
On Wed, Feb 24, 2010 at 11:31:31AM +0200, Baruch Siach wrote:
> ARCH_MXC_IOMUX_V3 is not specific to the i.MX25 PDK platform. Thus,
> ARCH_MXC_IOMUX_V3 should be selected by ARCH_MX25.
>
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Ok, applied.
Sascha
> ---
> arch/arm/mach-mx25/Kconfig | 1 -
> arch/arm/plat-mxc/Kconfig | 1 +
> 2 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-mx25/Kconfig b/arch/arm/mach-mx25/Kconfig
> index cc28f56..54d2173 100644
> --- a/arch/arm/mach-mx25/Kconfig
> +++ b/arch/arm/mach-mx25/Kconfig
> @@ -3,7 +3,6 @@ if ARCH_MX25
> comment "MX25 platforms:"
>
> config MACH_MX25_3DS
> - select ARCH_MXC_IOMUX_V3
> bool "Support MX25PDK (3DS) Platform"
>
> endif
> diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
> index 2a049df..31a1f40 100644
> --- a/arch/arm/plat-mxc/Kconfig
> +++ b/arch/arm/plat-mxc/Kconfig
> @@ -24,6 +24,7 @@ config ARCH_MX25
> bool "MX25-based"
> select CPU_ARM926T
> select COMMON_CLKDEV
> + select ARCH_MXC_IOMUX_V3
> select HAVE_FB_IMX
> help
> This enables support for systems based on the Freescale i.MX25 family
> --
> 1.6.6.1
>
>
--
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