diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 16:22:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 16:22:19 +0100 |
commit | 6e58f05aaae4943de494bc30dd3bf184a6d676f2 (patch) | |
tree | 708ee5f6f46f5bd2db6c4ec1cce2a1922df4076a /target/linux/config/Config.in.debug | |
parent | 214429f44ebf9c57af50b9475c4dbec3d58fb089 (diff) | |
parent | f1623c84fde6428190d0dcdcf4471938ec0ae109 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.debug')
-rw-r--r-- | target/linux/config/Config.in.debug | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 6236b329b..46942160f 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -25,6 +25,34 @@ config ADK_QUIET_KERNEL help Make bootup quiet without messages from the kernel. +config ADK_KERNEL_EARLY_PRINTK + boolean + default n + +config ADK_KERNEL_PRINTK + prompt "Enable printk to save space and quieten bootup" + boolean + select ADK_KERNEL_EARLY_PRINTK + default y + help + Disable printk to save space and quieten bootup. + +config ADK_KERNEL_PRINTK_TIME + prompt "Enable timing information for printk" + boolean + depends on ADK_KERNEL_PRINTK + default n + help + Enable timing information for printk, to analyze kernel + bootup performance. + +config ADK_KERNEL_BUG + prompt "Enable BUGS() in the kernel" + boolean + default n + help + Enable if you need BUGS() in the kernel. + config ADK_KERNEL_NETCONSOLE prompt "Netconsole" boolean |