aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-04-06 14:16:20 +0530
committerVineet Gupta <vgupta@synopsys.com>2013-04-09 17:27:01 +0530
commit5628832f4c2c2604d5c99f3c2ff8aa73b0b121b8 (patch)
tree4ee5cb5a3e3c75bca29fe09bcf7d82a4a8542e07 /arch/arc/Kconfig
parentARC: [kbuild] Allow platforms to disable LLSC for !SMP as well (diff)
downloadlinux-dev-5628832f4c2c2604d5c99f3c2ff8aa73b0b121b8.tar.xz
linux-dev-5628832f4c2c2604d5c99f3c2ff8aa73b0b121b8.zip
ARC: [kbuild] Include Kconfig.binfmt
commit "fs: make binfmt support for #! scripts modular and removable" made support for #!scripts optional - thus need to include the Kconfig file to get all relevant BINFMT_* Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-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
config GENERIC_HWEIGHT
def_bool y
-config BINFMT_ELF
- def_bool y
-
config STACKTRACE_SUPPORT
def_bool y
select STACKTRACE
@@ -439,6 +436,10 @@ config ARC_BUILTIN_DTB_NAME
source "kernel/Kconfig.preempt"
+menu "Executable file formats"
+source "fs/Kconfig.binfmt"
+endmenu
+
endmenu # "ARC Architecture Configuration"
source "mm/Kconfig"