2005-04-17 06:20:36 +08:00
|
|
|
menu "Kernel hacking"
|
|
|
|
|
2006-07-03 15:24:46 +08:00
|
|
|
config TRACE_IRQFLAGS_SUPPORT
|
2011-01-05 19:47:15 +08:00
|
|
|
def_bool y
|
2006-07-03 15:24:46 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
2012-10-04 20:46:12 +08: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"
|
|
|
|
|
2017-01-11 16:14:52 +08:00
|
|
|
config EARLY_PRINTK
|
|
|
|
def_bool y
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
endmenu
|