diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7b17f9d72ba1..98a0ed52b5c3 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -368,10 +368,10 @@ config X86_RDC321X | |||
368 | as R-8610-(G). | 368 | as R-8610-(G). |
369 | If you don't have one of these chips, you should say N here. | 369 | If you don't have one of these chips, you should say N here. |
370 | 370 | ||
371 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 371 | config SCHED_OMIT_FRAME_POINTER |
372 | def_bool y | 372 | def_bool y |
373 | prompt "Single-depth WCHAN output" | 373 | prompt "Single-depth WCHAN output" |
374 | depends on X86_32 | 374 | depends on X86 |
375 | help | 375 | help |
376 | Calculate simpler /proc/<PID>/wchan values. If this option | 376 | Calculate simpler /proc/<PID>/wchan values. If this option |
377 | is disabled then wchan values will recurse back to the | 377 | is disabled then wchan values will recurse back to the |