aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-10-22 09:32:05 +0800
committerEric Miao <eric.miao@linaro.org>2011-10-22 09:32:05 +0800
commit596804675e0eae9abac11e8d65bf132f77845bf3 (patch)
treef52fb0f8d2aaf38a6fb0e729e9ad293205c1b09d /arch/arm/Kconfig
parent78b86052c5e36ba18b70f4b2ea6f518a2c9dbc1d (diff)
parent0927679c26e461abdce8704bfb5dea7646570109 (diff)
Merge branch 'linaro-android-3.1-fport' of git://git.linaro.org/people/jstultz/android into lt-3.1-android
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 67fd3fd3076..68c438a45aa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1734,6 +1734,15 @@ config DEPRECATED_PARAM_STRUCT
This was deprecated in 2001 and announced to live on for 5 years.
Some old boot loaders still use this way.
+config ARM_FLUSH_CONSOLE_ON_RESTART
+ bool "Force flush the console on restart"
+ help
+ If the console is locked while the system is rebooted, the messages
+ in the temporary logbuffer would not have propogated to all the
+ console drivers. This option forces the console lock to be
+ released if it failed to be acquired, which will cause all the
+ pending messages to be flushed.
+
endmenu
menu "Boot options"