[PATCH 5/8] ARM: imx: allow configuration of the IMX50 SoC
Shawn Guo
shawn.guo at linaro.org
Thu Oct 24 11:17:11 EDT 2013
On Fri, Oct 18, 2013 at 04:04:17PM +1000, gerg at uclinux.org wrote:
> From: Greg Ungerer <gerg at uclinux.org>
>
> Allow the Freescale IMX50 SoC support code to be configured on.
>
> Signed-off-by: Greg Ungerer <gerg at uclinux.org>
> ---
> arch/arm/mach-imx/Kconfig | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 29a8af6..8497b26 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -772,6 +772,15 @@ endchoice
>
> comment "Device tree only"
>
> +config SOC_IMX50
> + bool "i.MX50 support"
> + select HAVE_IMX_SRC
> + select IMX_HAVE_PLATFORM_IMX2_WDT
Do you really need to select IMX_HAVE_PLATFORM_IMX2_WDT?
Shawn
> + select SOC_IMX5
> +
> + help
> + This enables support for Freescale i.MX50 processor.
> +
> config SOC_IMX53
> bool "i.MX53 support"
> select HAVE_IMX_SRC
> --
> 1.8.1.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
More information about the linux-arm-kernel
mailing list