blob: 761fe2b0b2f6dfe857050935a14f9679a3dbe1dd [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 -07002
Heiko Carstens1f194a42006-07-03 00:24:46 -07003config TRACE_IRQFLAGS_SUPPORT
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +01004 def_bool y
Heiko Carstens1f194a42006-07-03 00:24:46 -07005
Heiko Carstense76e82d2012-10-04 14:46:12 +02006config S390_PTDUMP
7 bool "Export kernel pagetable layout to userspace via debugfs"
8 depends on DEBUG_KERNEL
9 select DEBUG_FS
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090010 help
Heiko Carstense76e82d2012-10-04 14:46:12 +020011 Say Y here if you want to show the kernel pagetable layout in a
12 debugfs file. This information is only useful for kernel developers
13 who are working in architecture specific areas of the kernel.
14 It is probably not a good idea to enable this feature in a production
15 kernel.
16 If in doubt, say "N"
17
Heiko Carstens89175cf2017-01-11 09:14:52 +010018config EARLY_PRINTK
19 def_bool y