summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-02-20 10:44:33 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-20 10:44:33 +1100
commitd4e50a772dc97666fc9e6dedc4322ea05f326177 (patch)
tree668e61c88ddc437ab3271188bf56d0fb0eb5487c /init
parent3adafed6730b74b030966e954e1a12a8e353549b (diff)
parentfc32781bfdb56dad883469b65e468e749ef35fe5 (diff)
Merge remote-tracking branch 'arc/for-next'
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index be8b7f55312d..01180da49add 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1232,6 +1232,14 @@ config SYSCTL_EXCEPTION_TRACE
help
Enable support for /proc/sys/debug/exception-trace.
+config SYSCTL_ARCH_UNALIGN_ALLOW
+ bool
+ help
+ Enable support for /proc/sys/kernel/unaligned-trap
+ Allows arches to define/use @unaligned_enabled to runtime toggle
+ the unaligned access emulation.
+ see arch/parisc/kernel/unaligned.c for reference
+
config KALLSYMS
bool "Load all symbols for debugging/ksymoops" if EXPERT
default y