blob: 2cfdfbf8d3209bb15a5b0232e2147d8f55e99eb9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002menu "Kernel hacking"
3
Heiko Carstens1f194a42006-07-03 00:24:46 -07004config TRACE_IRQFLAGS_SUPPORT
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +01005 def_bool y
Heiko Carstens1f194a42006-07-03 00:24:46 -07006
Linus Torvalds1da177e2005-04-16 15:20:36 -07007source "lib/Kconfig.debug"
8
Heiko Carstense76e82d2012-10-04 14:46:12 +02009config S390_PTDUMP
10 bool "Export kernel pagetable layout to userspace via debugfs"
11 depends on DEBUG_KERNEL
12 select DEBUG_FS
13 ---help---
14 Say Y here if you want to show the kernel pagetable layout in a
15 debugfs file. This information is only useful for kernel developers
16 who are working in architecture specific areas of the kernel.
17 It is probably not a good idea to enable this feature in a production
18 kernel.
19 If in doubt, say "N"
20
Heiko Carstens89175cf2017-01-11 09:14:52 +010021config EARLY_PRINTK
22 def_bool y
23
Linus Torvalds1da177e2005-04-16 15:20:36 -070024endmenu