2007-07-10 05:06:53 +08:00
|
|
|
if ARCH_MXC
|
|
|
|
|
|
|
|
menu "Freescale MXC Implementations"
|
|
|
|
|
|
|
|
choice
|
2008-07-05 16:03:02 +08:00
|
|
|
prompt "MXC/iMX Base Type"
|
2008-04-02 17:29:30 +08:00
|
|
|
default ARCH_MX3
|
2007-07-10 05:06:53 +08:00
|
|
|
|
2008-07-05 16:03:02 +08:00
|
|
|
config ARCH_MX2
|
|
|
|
bool "MX2-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX2 family
|
|
|
|
|
2007-07-10 05:06:53 +08:00
|
|
|
config ARCH_MX3
|
|
|
|
bool "MX3-based"
|
|
|
|
help
|
|
|
|
This enables support for systems based on the Freescale i.MX3 family
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2008-07-05 16:03:02 +08:00
|
|
|
source "arch/arm/mach-mx2/Kconfig"
|
2007-07-10 05:06:53 +08:00
|
|
|
source "arch/arm/mach-mx3/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|