diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e4a7f808fa06..28be08c09bab 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -674,7 +674,7 @@ config STACKTRACE | |||
674 | 674 | ||
675 | config DEBUG_STACK_USAGE | 675 | config DEBUG_STACK_USAGE |
676 | bool "Stack utilization instrumentation" | 676 | bool "Stack utilization instrumentation" |
677 | depends on DEBUG_KERNEL && !IA64 && !PARISC | 677 | depends on DEBUG_KERNEL && !IA64 && !PARISC && !METAG |
678 | help | 678 | help |
679 | Enables the display of the minimum amount of free stack which each | 679 | Enables the display of the minimum amount of free stack which each |
680 | task has ever had available in the sysrq-T and sysrq-P debug output. | 680 | task has ever had available in the sysrq-T and sysrq-P debug output. |
@@ -855,7 +855,7 @@ config FRAME_POINTER | |||
855 | bool "Compile the kernel with frame pointers" | 855 | bool "Compile the kernel with frame pointers" |
856 | depends on DEBUG_KERNEL && \ | 856 | depends on DEBUG_KERNEL && \ |
857 | (CRIS || M68K || FRV || UML || \ | 857 | (CRIS || M68K || FRV || UML || \ |
858 | AVR32 || SUPERH || BLACKFIN || MN10300) || \ | 858 | AVR32 || SUPERH || BLACKFIN || MN10300 || METAG) || \ |
859 | ARCH_WANT_FRAME_POINTERS | 859 | ARCH_WANT_FRAME_POINTERS |
860 | default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS | 860 | default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS |
861 | help | 861 | help |