commit | 141e7994016a66378b1371db14e859039d692ce3 | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Tue May 08 15:39:13 2007 +0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:53:08 2012 -0700 |
tree | 427c20c8003b3f632c1f47ec001028864a113449 | |
parent | 07f174eba06628bac59377b5a5ed282a660d3204 [diff] [blame] |
Add build option to to set the default panic timeout.
diff --git a/init/Kconfig b/init/Kconfig index 6cfd71d..a7cffc8 100644 --- a/init/Kconfig +++ b/init/Kconfig
@@ -953,6 +953,12 @@ 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