aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arc/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 44541f14c692..c7ae85872e21 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -61,9 +61,6 @@ config GENERIC_CALIBRATE_DELAY
61config GENERIC_HWEIGHT 61config GENERIC_HWEIGHT
62 def_bool y 62 def_bool y
63 63
64config BINFMT_ELF
65 def_bool y
66
67config STACKTRACE_SUPPORT 64config STACKTRACE_SUPPORT
68 def_bool y 65 def_bool y
69 select STACKTRACE 66 select STACKTRACE
@@ -439,6 +436,10 @@ config ARC_BUILTIN_DTB_NAME
439 436
440source "kernel/Kconfig.preempt" 437source "kernel/Kconfig.preempt"
441 438
439menu "Executable file formats"
440source "fs/Kconfig.binfmt"
441endmenu
442
442endmenu # "ARC Architecture Configuration" 443endmenu # "ARC Architecture Configuration"
443 444
444source "mm/Kconfig" 445source "mm/Kconfig"