Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9acae6b authored by Paul Bolle's avatar Paul Bolle Committed by Chris Metcalf
Browse files

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> (tile only)
parent 1dda7bbe
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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