diff mbox

ARM: imx: Synertronixx scb9328 needs to select SOC_IMX1

Message ID 2223651.9m9to5aFxT@wuerfel
State New
Headers show

Commit Message

Arnd Bergmann June 21, 2013, 11:29 p.m. UTC
This is required for building a kernel that enables only
scb9328 and would not get the i.MX1 specific files
otherwise.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Sascha Hauer <kernel@pengutronix.de>

Comments

Sascha Hauer June 22, 2013, 5:09 a.m. UTC | #1
On Sat, Jun 22, 2013 at 01:29:12AM +0200, Arnd Bergmann wrote:
> This is required for building a kernel that enables only
> scb9328 and would not get the i.MX1 specific files
> otherwise.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Sascha Hauer <kernel@pengutronix.de>

Acked-by: Sascha Hauer <kernel@pengutronix.de>

> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index eef9590..60661a4 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -173,6 +173,7 @@ config ARCH_MX1ADS
>  config MACH_SCB9328
>  	bool "Synertronixx scb9328"
>  	select IMX_HAVE_PLATFORM_IMX_UART
> +	select SOC_IMX1
>  	help
>  	  Say Y here if you are using a Synertronixx scb9328 board
>  
> 
>
diff mbox

Patch

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index eef9590..60661a4 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -173,6 +173,7 @@  config ARCH_MX1ADS
 config MACH_SCB9328
 	bool "Synertronixx scb9328"
 	select IMX_HAVE_PLATFORM_IMX_UART
+	select SOC_IMX1
 	help
 	  Say Y here if you are using a Synertronixx scb9328 board