diff options
-rw-r--r-- | arch/xtensa/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 213ac3d9f950..a9bdb1c5f13d 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -281,21 +281,6 @@ endmenu | |||
281 | 281 | ||
282 | menu "Executable file formats" | 282 | menu "Executable file formats" |
283 | 283 | ||
284 | # only elf supported | ||
285 | config KCORE_ELF | ||
286 | def_bool y | ||
287 | depends on PROC_FS | ||
288 | help | ||
289 | If you enabled support for /proc file system then the file | ||
290 | /proc/kcore will contain the kernel core image in ELF format. This | ||
291 | can be used in gdb: | ||
292 | |||
293 | $ cd /usr/src/linux ; gdb vmlinux /proc/kcore | ||
294 | |||
295 | This is especially useful if you have compiled the kernel with the | ||
296 | "-g" option to preserve debugging information. It is mainly used | ||
297 | for examining kernel data structures on the live kernel. | ||
298 | |||
299 | source "fs/Kconfig.binfmt" | 284 | source "fs/Kconfig.binfmt" |
300 | 285 | ||
301 | endmenu | 286 | endmenu |