From: Paul Bolle Date: Fri, 22 Mar 2013 00:40:51 +0000 (+0100) Subject: arch: remove KCORE_ELF again [tile] X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d9acae6baf41c0561f8c532b20cfd955fd1edc2d;p=openwrt%2Fstaging%2Fblogic.git 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) --- diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index d8885fd87603..7b82e68c5f55 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