aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r--arch/powerpc/Kconfig.debug11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 08f7cc0a1953..a1098e23221f 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -27,15 +27,6 @@ config DEBUG_STACK_USAGE
27 27
28 This option will slow down process creation somewhat. 28 This option will slow down process creation somewhat.
29 29
30config DEBUG_PAGEALLOC
31 bool "Debug page memory allocations"
32 depends on DEBUG_KERNEL && !HIBERNATION
33 help
34 Unmap pages from the kernel linear mapping after free_pages().
35 This results in a large slowdown, but helps to find certain types
36 of memory corruptions.
37
38
39config HCALL_STATS 30config HCALL_STATS
40 bool "Hypervisor call instrumentation" 31 bool "Hypervisor call instrumentation"
41 depends on PPC_PSERIES && DEBUG_FS 32 depends on PPC_PSERIES && DEBUG_FS
@@ -129,7 +120,7 @@ config BDI_SWITCH
129 120
130config BOOTX_TEXT 121config BOOTX_TEXT
131 bool "Support for early boot text console (BootX or OpenFirmware only)" 122 bool "Support for early boot text console (BootX or OpenFirmware only)"
132 depends on PPC_OF && PPC_MULTIPLATFORM 123 depends on PPC_OF && PPC_BOOK3S
133 help 124 help
134 Say Y here to see progress messages from the boot firmware in text 125 Say Y here to see progress messages from the boot firmware in text
135 mode. Requires either BootX or Open Firmware. 126 mode. Requires either BootX or Open Firmware.