From: Vineet Gupta Date: Sat, 6 Apr 2013 08:46:20 +0000 (+0530) Subject: ARC: [kbuild] Include Kconfig.binfmt X-Git-Tag: v3.10-rc1~16^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5628832f4c2c2604d5c99f3c2ff8aa73b0b121b8;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 44541f1..c7ae858 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"