diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-03 15:46:53 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-24 16:13:14 +0200 |
commit | 123860e1d311224237ea4131f398700ac40a00a3 (patch) | |
tree | d5d97952d1f5c3403095c32972fbd891948b1cab /arch/arm | |
parent | 22fe3b89695d0d53ed7f7ccd295b7063dfec42d3 (diff) |
ARM: imx: Synertronixx scb9328 needs to select SOC_IMX1
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>
Acked-by: Sascha Hauer <kernel@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index f25cf888f3d4..de1bc910dd07 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 |