Kconfig.debug (f9cd49033b349b8be3bb1f01b39eed837853d880) Kconfig.debug (d1a1dc0be866219f7a613c6368c6a036b8eefe03)
1menu "Kernel hacking"
2
3config TRACE_IRQFLAGS_SUPPORT
4 bool
5 default y
6
7source "lib/Kconfig.debug"
8

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

62 depends on CMDLINE_BOOL
63 help
64 By setting this option to 'Y' you will have your kernel ignore
65 command line arguments from firmware or second stage bootloader.
66 Instead, the built-in command line will be used exclusively.
67
68 Normally, you will choose 'N' here.
69
1menu "Kernel hacking"
2
3config TRACE_IRQFLAGS_SUPPORT
4 bool
5 default y
6
7source "lib/Kconfig.debug"
8

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

62 depends on CMDLINE_BOOL
63 help
64 By setting this option to 'Y' you will have your kernel ignore
65 command line arguments from firmware or second stage bootloader.
66 Instead, the built-in command line will be used exclusively.
67
68 Normally, you will choose 'N' here.
69
70config DEBUG_STACKOVERFLOW
71 bool "Check for stack overflows"
72 depends on DEBUG_KERNEL
73 help
74 This option will cause messages to be printed if free stack space
75 drops below a certain limit(2GB on MIPS). The debugging option
76 provides another way to check stack overflow happened on kernel mode
77 stack usually caused by nested interruption.
78
79config SMTC_IDLE_HOOK_DEBUG
80 bool "Enable additional debug checks before going into CPU idle loop"
81 depends on DEBUG_KERNEL && MIPS_MT_SMTC
82 help
83 This option enables Enable additional debug checks before going into
84 CPU idle loop. For details on these checks, see
85 arch/mips/kernel/smtc.c. This debugging option result in significant
86 overhead so should be disabled in production kernels.

--- 45 unchanged lines hidden ---
70config SMTC_IDLE_HOOK_DEBUG
71 bool "Enable additional debug checks before going into CPU idle loop"
72 depends on DEBUG_KERNEL && MIPS_MT_SMTC
73 help
74 This option enables Enable additional debug checks before going into
75 CPU idle loop. For details on these checks, see
76 arch/mips/kernel/smtc.c. This debugging option result in significant
77 overhead so should be disabled in production kernels.

--- 45 unchanged lines hidden ---