diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 09:27:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 09:27:48 +0200 |
commit | 62b184310a21dec12f5b31ee725ec5d342a48c1c (patch) | |
tree | f4894c38ac33759656fff5aef58d9efc52c8c78c /target | |
parent | a991f1139cda852f14038edbdccb6c8b4ad74f58 (diff) |
add bin/daemon users for ltp, finetune ltp
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 |