]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/Kconfig.debug
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / arch / powerpc / Kconfig.debug
index 863d877e0b5f7444f31239a2412bdec68165abea..21c9f304e96c50b7945ae4571a3fdf0363d924ce 100644 (file)
@@ -28,13 +28,6 @@ config PRINT_STACK_DEPTH
          too small and stack traces cause important information to
          scroll off the screen.
 
-config DEBUG_STACKOVERFLOW
-       bool "Check for stack overflows"
-       depends on DEBUG_KERNEL
-       help
-         This option will cause messages to be printed if free stack space
-         drops below a certain limit.
-
 config HCALL_STATS
        bool "Hypervisor call instrumentation"
        depends on PPC_PSERIES && DEBUG_FS && TRACEPOINTS
@@ -147,6 +140,13 @@ choice
          enable debugging for the wrong type of machine your kernel
          _will not boot_.
 
+config PPC_EARLY_DEBUG_BOOTX
+       bool "BootX or OpenFirmware"
+       depends on BOOTX_TEXT
+       help
+         Select this to enable early debugging for a machine using BootX
+         or OpenFirmware.
+
 config PPC_EARLY_DEBUG_LPAR
        bool "LPAR HV Console"
        depends on PPC_PSERIES