summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:41:00 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:41:00 -0800
commita70c0eab1897b2bb15d89f43267828682950842e (patch)
tree3b53319c93e0a73db1d8df5947e6ed621ccbb5df /arch/arm/Kconfig
parent83adb17804d48ead8fc91a8ab7dda81db13b9444 (diff)
parent7f9ed524778bcdcd8a51bdeab2095655fb57c431 (diff)
Merge branch 'korg-android-3.1' into korg-android+linux-tegra-3.1
Conflicts: arch/arm/mm/cache-l2x0.c drivers/misc/Kconfig drivers/misc/Makefile Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
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 231112d20132..40a6d155c7b1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1738,6 +1738,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"