2005-04-16 22:20:36 +00:00
|
|
|
menu "Kernel hacking"
|
|
|
|
|
2006-07-03 07:24:46 +00:00
|
|
|
config TRACE_IRQFLAGS_SUPPORT
|
2011-01-05 11:47:15 +00:00
|
|
|
def_bool y
|
2006-07-03 07:24:46 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
2010-11-10 09:05:55 +00:00
|
|
|
config STRICT_DEVMEM
|
|
|
|
def_bool y
|
|
|
|
prompt "Filter access to /dev/mem"
|
|
|
|
---help---
|
|
|
|
This option restricts access to /dev/mem. If this option is
|
|
|
|
disabled, you allow userspace access to all memory, including
|
|
|
|
kernel and userspace memory. Accidental memory access is likely
|
|
|
|
to be disastrous.
|
|
|
|
Memory access is required for experts who want to debug the kernel.
|
|
|
|
|
|
|
|
If you are unsure, say Y.
|
|
|
|
|
2012-10-04 12:46:12 +00:00
|
|
|
config S390_PTDUMP
|
|
|
|
bool "Export kernel pagetable layout to userspace via debugfs"
|
|
|
|
depends on DEBUG_KERNEL
|
|
|
|
select DEBUG_FS
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to show the kernel pagetable layout in a
|
|
|
|
debugfs file. This information is only useful for kernel developers
|
|
|
|
who are working in architecture specific areas of the kernel.
|
|
|
|
It is probably not a good idea to enable this feature in a production
|
|
|
|
kernel.
|
|
|
|
If in doubt, say "N"
|
|
|
|
|
2011-03-15 16:08:22 +00:00
|
|
|
config DEBUG_SET_MODULE_RONX
|
|
|
|
def_bool y
|
|
|
|
depends on MODULES
|
2005-04-16 22:20:36 +00:00
|
|
|
endmenu
|