Blame view

arch/s390/Kconfig.debug 619 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
  menu "Kernel hacking"
1f194a4c3   Heiko Carstens   [PATCH] lockdep: ...
3
  config TRACE_IRQFLAGS_SUPPORT
6f9a3c330   Martin Schwidefsky   [S390] cleanup s3...
4
  	def_bool y
1f194a4c3   Heiko Carstens   [PATCH] lockdep: ...
5

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
  source "lib/Kconfig.debug"
e76e82d77   Heiko Carstens   s390/mm: add page...
7
8
9
10
11
12
13
14
15
16
17
  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"
89175cf76   Heiko Carstens   s390: provide scl...
18
19
  config EARLY_PRINTK
  	def_bool y
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20
  endmenu