summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
author=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= <arve@android.com>2011-10-09 02:15:24 +0100
committerAndy Green <andy.green@linaro.org>2011-10-09 02:15:24 +0100
commit18d6ccb7d30c7a76bd53e6137fbc2c7b9b731a99 (patch)
treea9ed4d604a3493b4574b00194649fcf65a37bef0 /init
parentd4fd8ffb676b7fd6e0180f8073678e8922a653cd (diff)
Add build option to to set the default panic timeout.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d62778390e5..0b012a71825 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -915,6 +915,12 @@ config SYSCTL
config ANON_INODES
bool
+config PANIC_TIMEOUT
+ int "Default panic timeout"
+ default 0
+ help
+ Set default panic timeout.
+
menuconfig EXPERT
bool "Configure standard kernel features (expert users)"
# Unhide debug options, to make the on-by-default options visible