52c543f90c
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>
21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
if ARCH_MXC
|
|
|
|
menu "Freescale MXC Implementations"
|
|
|
|
choice
|
|
prompt "MXC/iMX System Type"
|
|
default 0
|
|
|
|
config ARCH_MX3
|
|
bool "MX3-based"
|
|
help
|
|
This enables support for systems based on the Freescale i.MX3 family
|
|
|
|
endchoice
|
|
|
|
source "arch/arm/mach-mx3/Kconfig"
|
|
|
|
endmenu
|
|
|
|
endif
|