blob: e14eaad11dd5aec3c330a0ac43d1e9d24b91bb41 [file] [log] [blame]
Quinn Jensen52c543f2007-07-09 22:06:53 +01001if ARCH_MXC
2
3menu "Freescale MXC Implementations"
4
5choice
Juergen Beisert1bd55a42008-07-05 10:03:02 +02006 prompt "MXC/iMX Base Type"
Robert Schwebeld2db9aa2008-04-02 10:29:30 +01007 default ARCH_MX3
Quinn Jensen52c543f2007-07-09 22:06:53 +01008
Juergen Beisert1bd55a42008-07-05 10:03:02 +02009config ARCH_MX2
10 bool "MX2-based"
11 help
12 This enables support for systems based on the Freescale i.MX2 family
13
Quinn Jensen52c543f2007-07-09 22:06:53 +010014config ARCH_MX3
15 bool "MX3-based"
16 help
17 This enables support for systems based on the Freescale i.MX3 family
18
19endchoice
20
Juergen Beisert1bd55a42008-07-05 10:03:02 +020021source "arch/arm/mach-mx2/Kconfig"
Quinn Jensen52c543f2007-07-09 22:06:53 +010022source "arch/arm/mach-mx3/Kconfig"
23
24endmenu
25
26endif