diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 0c9932f9f06b..0eb65f2ad8c9 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -309,6 +309,15 @@ config BUG | |||
309 | option for embedded systems with no facilities for reporting errors. | 309 | option for embedded systems with no facilities for reporting errors. |
310 | Just say Y. | 310 | Just say Y. |
311 | 311 | ||
312 | config DOUBLEFAULT | ||
313 | depends X86 | ||
314 | default y if X86 | ||
315 | bool "Enable doublefault exception handler" if EMBEDDED | ||
316 | help | ||
317 | This option allows trapping of rare doublefault exceptions that | ||
318 | would otherwise cause a system to silently reboot. Disabling this | ||
319 | option saves about 4k. | ||
320 | |||
312 | config BASE_FULL | 321 | config BASE_FULL |
313 | default y | 322 | default y |
314 | bool "Enable full-sized data structures for core" if EMBEDDED | 323 | bool "Enable full-sized data structures for core" if EMBEDDED |