aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index cde8d3fcec94..f8042835e746 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -336,6 +336,17 @@ config ARC_CURR_IN_REG
336 This reserved Register R25 to point to Current Task in 336 This reserved Register R25 to point to Current Task in
337 kernel mode. This saves memory access for each such access 337 kernel mode. This saves memory access for each such access
338 338
339
340config ARC_MISALIGN_ACCESS
341 bool "Emulate unaligned memory access (userspace only)"
342 default N
343 select SYSCTL_ARCH_UNALIGN_NO_WARN
344 select SYSCTL_ARCH_UNALIGN_ALLOW
345 help
346 This enables misaligned 16 & 32 bit memory access from user space.
347 Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide
348 potential bugs in code
349
339config ARC_STACK_NONEXEC 350config ARC_STACK_NONEXEC
340 bool "Make stack non-executable" 351 bool "Make stack non-executable"
341 default n 352 default n