diff options
author | Quinn Jensen <qcjensen@gmail.com> | 2007-07-09 17:06:53 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-22 10:44:46 -0400 |
commit | 52c543f90c4095dff71dc125017594b61a753069 (patch) | |
tree | 0b88dafea91f1fd2cb44bb863271503e765f7156 /arch/arm/Kconfig | |
parent | 4b300c362d690c8e0788f69ed91c22a0a76f7ce2 (diff) |
[ARM] 4461/1: MXC platform and i.MX31ADS core support
This patch adds the foundation pieces for
the Freescale MXC platforms, including
i.MX2 and i.MX3 based systems.
The bare-bones MX31 support in this patch
boots to the rootdev panic with 8250 serial
console configured "console=ttyS0,115200".
It assumes that Redboot is the boot loader.
Signed-off-by: Quinn Jensen <quinn.jensen@freescale.com>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a44c6da9bf83..0658e5d85131 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -324,6 +324,12 @@ config ARCH_NS9XXX | |||
324 | 324 | ||
325 | <http://www.digi.com/products/microprocessors/index.jsp> | 325 | <http://www.digi.com/products/microprocessors/index.jsp> |
326 | 326 | ||
327 | config ARCH_MXC | ||
328 | bool "Freescale MXC/iMX-based" | ||
329 | select ARCH_MTD_XIP | ||
330 | help | ||
331 | Support for Freescale MXC/iMX-based family of processors | ||
332 | |||
327 | config ARCH_PNX4008 | 333 | config ARCH_PNX4008 |
328 | bool "Philips Nexperia PNX4008 Mobile" | 334 | bool "Philips Nexperia PNX4008 Mobile" |
329 | help | 335 | help |
@@ -456,6 +462,8 @@ source "arch/arm/mach-realview/Kconfig" | |||
456 | 462 | ||
457 | source "arch/arm/mach-at91/Kconfig" | 463 | source "arch/arm/mach-at91/Kconfig" |
458 | 464 | ||
465 | source "arch/arm/plat-mxc/Kconfig" | ||
466 | |||
459 | source "arch/arm/mach-netx/Kconfig" | 467 | source "arch/arm/mach-netx/Kconfig" |
460 | 468 | ||
461 | source "arch/arm/mach-ns9xxx/Kconfig" | 469 | source "arch/arm/mach-ns9xxx/Kconfig" |