diff options
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r-- | arch/blackfin/Kconfig.debug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index c8ff41eebc98..5f981d9ca625 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
@@ -204,11 +204,11 @@ config DEBUG_BFIN_HWTRACE_EXPAND_LEN | |||
204 | 4 for (2^4) 16k, or 4096 entries | 204 | 4 for (2^4) 16k, or 4096 entries |
205 | 205 | ||
206 | config DEBUG_BFIN_NO_KERN_HWTRACE | 206 | config DEBUG_BFIN_NO_KERN_HWTRACE |
207 | bool "Trace user apps (turn off hwtrace in kernel)" | 207 | bool "Turn off hwtrace in CPLB handlers" |
208 | depends on DEBUG_BFIN_HWTRACE_ON | 208 | depends on DEBUG_BFIN_HWTRACE_ON |
209 | default n | 209 | default y |
210 | help | 210 | help |
211 | Some pieces of the kernel contain a lot of flow changes which can | 211 | The CPLB error handler contains a lot of flow changes which can |
212 | quickly fill up the hardware trace buffer. When debugging crashes, | 212 | quickly fill up the hardware trace buffer. When debugging crashes, |
213 | the hardware trace may indicate that the problem lies in kernel | 213 | the hardware trace may indicate that the problem lies in kernel |
214 | space when in reality an application is buggy. | 214 | space when in reality an application is buggy. |