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 <pebolle@tiscali.nl>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> (tile only)
This commit is contained in:
Paul Bolle 2013-03-22 01:40:51 +01:00 committed by Chris Metcalf
parent 1dda7bbe11
commit d9acae6baf
1 changed files with 0 additions and 5 deletions

View 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