]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/s390/Kconfig.debug
Expand root=PARTUUID=UUID syntax to support selecting a root partition by
[karo-tx-linux.git] / arch / s390 / Kconfig.debug
1 menu "Kernel hacking"
2
3 config TRACE_IRQFLAGS_SUPPORT
4         def_bool y
5
6 source "lib/Kconfig.debug"
7
8 config STRICT_DEVMEM
9         def_bool y
10         prompt "Filter access to /dev/mem"
11         ---help---
12           This option restricts access to /dev/mem.  If this option is
13           disabled, you allow userspace access to all memory, including
14           kernel and userspace memory. Accidental memory access is likely
15           to be disastrous.
16           Memory access is required for experts who want to debug the kernel.
17
18           If you are unsure, say Y.
19
20 config DEBUG_SET_MODULE_RONX
21         def_bool y
22         depends on MODULES
23 endmenu