diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-03 09:46:53 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-24 10:13:14 -0400 |
commit | 123860e1d311224237ea4131f398700ac40a00a3 (patch) | |
tree | d5d97952d1f5c3403095c32972fbd891948b1cab /arch/arm/mach-imx | |
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/mach-imx')
-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 | |||
173 | config MACH_SCB9328 | 173 | config MACH_SCB9328 |
174 | bool "Synertronixx scb9328" | 174 | bool "Synertronixx scb9328" |
175 | select IMX_HAVE_PLATFORM_IMX_UART | 175 | select IMX_HAVE_PLATFORM_IMX_UART |
176 | select SOC_IMX1 | ||
176 | help | 177 | help |
177 | Say Y here if you are using a Synertronixx scb9328 board | 178 | Say Y here if you are using a Synertronixx scb9328 board |
178 | 179 | ||