diff options
Diffstat (limited to 'target/linux/config/Config.in.debug')
-rw-r--r-- | target/linux/config/Config.in.debug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 9c2d6701b..9373b912f 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -56,8 +56,12 @@ config ADK_KERNEL_BUG help Enable if you need BUGS() in the kernel. +config ADK_KERNEL_ELF_CORE + bool + config ADK_KERNEL_COREDUMP bool "Enable coredumps" + select ADK_KERNEL_ELF_CORE help Enable if you need coredumps. |