diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-04-06 04:46:20 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-04-09 07:57:01 -0400 |
commit | 5628832f4c2c2604d5c99f3c2ff8aa73b0b121b8 (patch) | |
tree | 4ee5cb5a3e3c75bca29fe09bcf7d82a4a8542e07 /arch/arc/Kconfig | |
parent | fbf8e13d31bafd1fd1135627b1eaaf70520cb8ab (diff) |
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/Kconfig | 7 |
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 | |||
61 | config GENERIC_HWEIGHT | 61 | config GENERIC_HWEIGHT |
62 | def_bool y | 62 | def_bool y |
63 | 63 | ||
64 | config BINFMT_ELF | ||
65 | def_bool y | ||
66 | |||
67 | config STACKTRACE_SUPPORT | 64 | config 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 | ||
440 | source "kernel/Kconfig.preempt" | 437 | source "kernel/Kconfig.preempt" |
441 | 438 | ||
439 | menu "Executable file formats" | ||
440 | source "fs/Kconfig.binfmt" | ||
441 | endmenu | ||
442 | |||
442 | endmenu # "ARC Architecture Configuration" | 443 | endmenu # "ARC Architecture Configuration" |
443 | 444 | ||
444 | source "mm/Kconfig" | 445 | source "mm/Kconfig" |