aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-12-20 10:40:51 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-12-20 10:40:51 -0500
commit8bcee1832d23869c2cdb6886ae5210b0143256f0 (patch)
tree9fac190248ed9ed10fe4e6f7b1b4cda8eaef7ddd /arch/arm/Kconfig
parent5ce2a2ddb5d75d5e2371e58011fc21351bf278cb (diff)
parent1cf215a5b43950d1a304373037828158057ff9fc (diff)
Merge branch 'rmobile/urgent' into rmobile-latest
Conflicts: arch/arm/mach-shmobile/include/mach/entry-macro.S Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 81c71daf1a90..38cc99bed75b 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)
@@ -1316,7 +1316,7 @@ config HZ
1316 1316
1317config THUMB2_KERNEL 1317config THUMB2_KERNEL
1318 bool "Compile the kernel in Thumb-2 mode" 1318 bool "Compile the kernel in Thumb-2 mode"
1319 depends on CPU_V7 && EXPERIMENTAL 1319 depends on CPU_V7 && !CPU_V6 && EXPERIMENTAL
1320 select AEABI 1320 select AEABI
1321 select ARM_ASM_UNIFIED 1321 select ARM_ASM_UNIFIED
1322 help 1322 help
@@ -1764,7 +1764,7 @@ comment "At least one emulation must be selected"
1764 1764
1765config FPE_NWFPE 1765config FPE_NWFPE
1766 bool "NWFPE math emulation" 1766 bool "NWFPE math emulation"
1767 depends on !AEABI || OABI_COMPAT 1767 depends on (!AEABI || OABI_COMPAT) && !THUMB2_KERNEL
1768 ---help--- 1768 ---help---
1769 Say Y to include the NWFPE floating point emulator in the kernel. 1769 Say Y to include the NWFPE floating point emulator in the kernel.
1770 This is necessary to run most binaries. Linux does not currently 1770 This is necessary to run most binaries. Linux does not currently