diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/sparc/Kconfig.debug')
-rw-r--r-- | ANDROID_3.4.5/arch/sparc/Kconfig.debug | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/arch/sparc/Kconfig.debug b/ANDROID_3.4.5/arch/sparc/Kconfig.debug deleted file mode 100644 index 6db35fba..00000000 --- a/ANDROID_3.4.5/arch/sparc/Kconfig.debug +++ /dev/null @@ -1,24 +0,0 @@ -menu "Kernel hacking" - -config TRACE_IRQFLAGS_SUPPORT - bool - default y - -source "lib/Kconfig.debug" - -config DEBUG_DCFLUSH - bool "D-cache flush debugging" - depends on SPARC64 && DEBUG_KERNEL - -config MCOUNT - bool - depends on SPARC64 - depends on FUNCTION_TRACER - default y - -config FRAME_POINTER - bool - depends on MCOUNT - default y - -endmenu |