diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index b5bfea3e3..38b1f20f1 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -46,6 +46,14 @@ config ADK_KERNEL_BUG help Enable if you need BUGS() in the kernel. +config ADK_KERNEL_COREDUMP + prompt "Enable coredumps" + boolean + default y if ADK_PACKAGE_LTP + default n + help + Enable if you need coredumps. + config ADK_KERNEL_NETCONSOLE prompt "Netconsole support" boolean |