From d9acae6baf41c0561f8c532b20cfd955fd1edc2d Mon Sep 17 00:00:00 2001
From: Paul Bolle <pebolle@tiscali.nl>
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 <pebolle@tiscali.nl>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> (tile only)
---
 arch/tile/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

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
-- 
GitLab