arch: remove KCORE_ELF again [tile]
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 22 Mar 2013 00:40:51 +0000 (01:40 +0100)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 22 Mar 2013 19:47:11 +0000 (15:47 -0400)
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 <pebolle@tiscali.nl>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> (tile only)
arch/tile/Kconfig

index d8885fd..7b82e68 100644 (file)
@@ -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