menu "Kernel hacking" config [31mCONFIG_TRACE_IRQFLAGS_SUPPORT[0m def_bool y source "lib/Kconfig.debug" config [31mCONFIG_S390_PTDUMP[0m bool "Export kernel pagetable layout to userspace via debugfs" depends on [31mCONFIG_DEBUG_KERNEL[0m select [31mCONFIG_DEBUG_FS[0m ---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" config [31mCONFIG_DEBUG_SET_MODULE_RONX[0m def_bool y depends on [31mCONFIG_MODULES[0m endmenu |