diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 07:35:57 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 07:35:57 -0500 |
commit | 2ca1a615835d9f4990f42102ab1f2ef434e7e89c (patch) | |
tree | 726cf3d5f29a6c66c44e4bd68e7ebed2fd83d059 /arch/arm/plat-mxc/Kconfig | |
parent | e12f0102ac81d660c9f801d0a0e10ccf4537a9de (diff) | |
parent | 6a94cb73064c952255336cc57731904174b2c58f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
arch/x86/kernel/io_apic.c
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index b2a7e3fad117..9cc2b16fdf79 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -6,18 +6,27 @@ choice | |||
6 | prompt "MXC/iMX Base Type" | 6 | prompt "MXC/iMX Base Type" |
7 | default ARCH_MX3 | 7 | default ARCH_MX3 |
8 | 8 | ||
9 | config ARCH_MX1 | ||
10 | bool "MX1-based" | ||
11 | select CPU_ARM920T | ||
12 | help | ||
13 | This enables support for systems based on the Freescale i.MX1 family | ||
14 | |||
9 | config ARCH_MX2 | 15 | config ARCH_MX2 |
10 | bool "MX2-based" | 16 | bool "MX2-based" |
17 | select CPU_ARM926T | ||
11 | help | 18 | help |
12 | This enables support for systems based on the Freescale i.MX2 family | 19 | This enables support for systems based on the Freescale i.MX2 family |
13 | 20 | ||
14 | config ARCH_MX3 | 21 | config ARCH_MX3 |
15 | bool "MX3-based" | 22 | bool "MX3-based" |
23 | select CPU_V6 | ||
16 | help | 24 | help |
17 | This enables support for systems based on the Freescale i.MX3 family | 25 | This enables support for systems based on the Freescale i.MX3 family |
18 | 26 | ||
19 | endchoice | 27 | endchoice |
20 | 28 | ||
29 | source "arch/arm/mach-mx1/Kconfig" | ||
21 | source "arch/arm/mach-mx2/Kconfig" | 30 | source "arch/arm/mach-mx2/Kconfig" |
22 | source "arch/arm/mach-mx3/Kconfig" | 31 | source "arch/arm/mach-mx3/Kconfig" |
23 | 32 | ||