diff mbox

[5/8] ARM: imx: allow configuration of the IMX50 SoC

Message ID 1382076260-6422-6-git-send-email-gerg@uclinux.org
State New
Headers show

Commit Message

Greg Ungerer Oct. 18, 2013, 6:04 a.m. UTC
From: Greg Ungerer <gerg@uclinux.org>

Allow the Freescale IMX50 SoC support code to be configured on.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
 arch/arm/mach-imx/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Shawn Guo Oct. 24, 2013, 3:17 p.m. UTC | #1
On Fri, Oct 18, 2013 at 04:04:17PM +1000, gerg@uclinux.org wrote:
> From: Greg Ungerer <gerg@uclinux.org>
> 
> Allow the Freescale IMX50 SoC support code to be configured on.
> 
> Signed-off-by: Greg Ungerer <gerg@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@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff mbox

Patch

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
+	select SOC_IMX5
+
+	help
+	  This enables support for Freescale i.MX50 processor.
+
 config	SOC_IMX53
 	bool "i.MX53 support"
 	select HAVE_IMX_SRC