Kconfig.debug (5a2dd72abdae75ea2960145e0549635ce4e0be96) Kconfig.debug (28794d34ecb6815a3fa0a4256027c9b081a17c5f)
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config PRINT_STACK_DEPTH
6 int "Stack depth to print" if DEBUG_KERNEL
7 default 64
8 help

--- 115 unchanged lines hidden (view full) ---

124 depends on DEBUG_KERNEL && PPC32
125 help
126 Include in-kernel support for the Abatron BDI2000 debugger.
127 Unless you are intending to debug the kernel with one of these
128 machines, say N here.
129
130config BOOTX_TEXT
131 bool "Support for early boot text console (BootX or OpenFirmware only)"
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config PRINT_STACK_DEPTH
6 int "Stack depth to print" if DEBUG_KERNEL
7 default 64
8 help

--- 115 unchanged lines hidden (view full) ---

124 depends on DEBUG_KERNEL && PPC32
125 help
126 Include in-kernel support for the Abatron BDI2000 debugger.
127 Unless you are intending to debug the kernel with one of these
128 machines, say N here.
129
130config BOOTX_TEXT
131 bool "Support for early boot text console (BootX or OpenFirmware only)"
132 depends on PPC_OF && PPC_MULTIPLATFORM
132 depends on PPC_OF && PPC_BOOK3S
133 help
134 Say Y here to see progress messages from the boot firmware in text
135 mode. Requires either BootX or Open Firmware.
136
137config PPC_EARLY_DEBUG
138 bool "Early debugging (dangerous)"
139 # PPC_EARLY_DEBUG on 440 leaves AS=1 mappings above the TLB high water
140 # mark, which doesn't work with current 440 KVM.

--- 128 unchanged lines hidden ---
133 help
134 Say Y here to see progress messages from the boot firmware in text
135 mode. Requires either BootX or Open Firmware.
136
137config PPC_EARLY_DEBUG
138 bool "Early debugging (dangerous)"
139 # PPC_EARLY_DEBUG on 440 leaves AS=1 mappings above the TLB high water
140 # mark, which doesn't work with current 440 KVM.

--- 128 unchanged lines hidden ---