From: "Rafael J. Wysocki" Signed-off-by: Rafael J. Wysocki Acked-by: Pavel Machek Signed-off-by: Andrew Morton --- kernel/power/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/power/Kconfig~pm-make-it-possible-to-disable-console-suspending-fix kernel/power/Kconfig --- a/kernel/power/Kconfig~pm-make-it-possible-to-disable-console-suspending-fix +++ a/kernel/power/Kconfig @@ -36,7 +36,7 @@ config PM_DEBUG code. This is helpful when debugging and reporting various PM bugs, like suspend support. -config PM_DISABLE_CONSOLE_SUSPEND +config DISABLE_CONSOLE_SUSPEND bool "Keep console(s) enabled during suspend/resume (DANGEROUS)" depends on PM && PM_DEBUG default n _