From d9acae6baf41c0561f8c532b20cfd955fd1edc2d Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Fri, 22 Mar 2013 01:40:51 +0100 Subject: [PATCH] arch: remove KCORE_ELF again [tile] The Kconfig symbol KCORE_ELF was removed in v2.6.0, but reappeared in two architectures. It is useless. Remove it again. Signed-off-by: Paul Bolle Signed-off-by: Chris Metcalf (tile only) --- arch/tile/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index d8885fd..7b82e68 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -414,11 +414,6 @@ endmenu menu "Executable file formats" -# only elf supported -config KCORE_ELF - def_bool y - depends on PROC_FS - source "fs/Kconfig.binfmt" endmenu -- 2.7.4