aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-12-22 17:46:24 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-22 17:46:24 -0500
commit25cf0398bdf365d027e171116aa4a281e9cd3c1c (patch)
treea8be3d3d314625a376be0e62c67809dc22274dd4 /arch/arm/Kconfig
parent9326845f45650f6af9953a4b6a31e89b54fab82f (diff)
parent59bdd133561a432c4655146e283caf85fa64c2fb (diff)
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 49778bb43782..d571cdb79d81 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -9,7 +9,7 @@ config ARM
9 select GENERIC_ATOMIC64 if (!CPU_32v6K || !AEABI) 9 select GENERIC_ATOMIC64 if (!CPU_32v6K || !AEABI)
10 select HAVE_OPROFILE if (HAVE_PERF_EVENTS) 10 select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
11 select HAVE_ARCH_KGDB 11 select HAVE_ARCH_KGDB
12 select HAVE_KPROBES if (!XIP_KERNEL) 12 select HAVE_KPROBES if (!XIP_KERNEL && !THUMB2_KERNEL)
13 select HAVE_KRETPROBES if (HAVE_KPROBES) 13 select HAVE_KRETPROBES if (HAVE_KPROBES)
14 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) 14 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
15 select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL) 15 select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
@@ -1000,8 +1000,8 @@ source arch/arm/mm/Kconfig
1000 1000
1001config IWMMXT 1001config IWMMXT
1002 bool "Enable iWMMXt support" 1002 bool "Enable iWMMXt support"
1003 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK 1003 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4
1004 default y if PXA27x || PXA3xx || ARCH_MMP 1004 default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP
1005 help 1005 help
1006 Enable support for iWMMXt context switching at run time if 1006 Enable support for iWMMXt context switching at run time if
1007 running on a CPU that supports it. 1007 running on a CPU that supports it.
@@ -1314,7 +1314,7 @@ config HZ
1314 1314
1315config THUMB2_KERNEL 1315config THUMB2_KERNEL
1316 bool "Compile the kernel in Thumb-2 mode" 1316 bool "Compile the kernel in Thumb-2 mode"
1317 depends on CPU_V7 && EXPERIMENTAL 1317 depends on CPU_V7 && !CPU_V6 && EXPERIMENTAL
1318 select AEABI 1318 select AEABI
1319 select ARM_ASM_UNIFIED 1319 select ARM_ASM_UNIFIED
1320 help 1320 help
@@ -1762,7 +1762,7 @@ comment "At least one emulation must be selected"
1762 1762
1763config FPE_NWFPE 1763config FPE_NWFPE
1764 bool "NWFPE math emulation" 1764 bool "NWFPE math emulation"
1765 depends on !AEABI || OABI_COMPAT 1765 depends on (!AEABI || OABI_COMPAT) && !THUMB2_KERNEL
1766 ---help--- 1766 ---help---
1767 Say Y to include the NWFPE floating point emulator in the kernel. 1767 Say Y to include the NWFPE floating point emulator in the kernel.
1768 This is necessary to run most binaries. Linux does not currently 1768 This is necessary to run most binaries. Linux does not currently