diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 1a1f114a37e8..9ac522a40130 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -327,6 +327,12 @@ config DOUBLEFAULT | |||
327 | would otherwise cause a system to silently reboot. Disabling this | 327 | would otherwise cause a system to silently reboot. Disabling this |
328 | option saves about 4k. | 328 | option saves about 4k. |
329 | 329 | ||
330 | config ELF_CORE | ||
331 | default y | ||
332 | bool "Enable ELF core dumps" if EMBEDDED | ||
333 | help | ||
334 | Enable support for generating core dumps. Disabling saves about 4k. | ||
335 | |||
330 | config BASE_FULL | 336 | config BASE_FULL |
331 | default y | 337 | default y |
332 | bool "Enable full-sized data structures for core" if EMBEDDED | 338 | bool "Enable full-sized data structures for core" if EMBEDDED |