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

Commit 5e44fd01 authored by Paul Bolle's avatar Paul Bolle Committed by Chris Zankel
Browse files

xtensa: remove KCORE_ELF again



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: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 93e294ac
Loading
Loading
Loading
Loading
+0 −15
Original line number Original line Diff line number Diff line
@@ -281,21 +281,6 @@ endmenu


menu "Executable file formats"
menu "Executable file formats"


# only elf supported
config KCORE_ELF
	def_bool y
        depends on PROC_FS
        help
          If you enabled support for /proc file system then the file
          /proc/kcore will contain the kernel core image in ELF format. This
          can be used in gdb:

          $ cd /usr/src/linux ; gdb vmlinux /proc/kcore

          This is especially useful if you have compiled the kernel with the
          "-g" option to preserve debugging information. It is mainly used
	  for examining kernel data structures on the live kernel.

source "fs/Kconfig.binfmt"
source "fs/Kconfig.binfmt"


endmenu
endmenu