diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 19:18:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 19:18:17 +0100 |
commit | 2e07ff18d429eba848413488bd220fef4b024dea (patch) | |
tree | 32580004089bd6b61cf56447c4a1744186d28295 /target/linux/config/Config.in.debug | |
parent | ce0418c732e0d950d3a3c0b2b6726a691b8a0eca (diff) | |
parent | 803b9757e040cc1a9090de4ac5572290c83d31fe (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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 23c0bd8d2..019c439d8 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -30,7 +30,7 @@ config ADK_KERNEL_EARLY_PRINTK default n config ADK_KERNEL_PRINTK - prompt "Enable printk to save space and quieten bootup" + prompt "printk support (disable to save space and quieten bootup)" boolean select ADK_KERNEL_EARLY_PRINTK default y @@ -39,7 +39,7 @@ config ADK_KERNEL_PRINTK Disable printk to save space and quieten bootup. config ADK_KERNEL_PRINTK_TIME - prompt "Enable timing information for printk" + prompt "timing information for printk" boolean depends on ADK_KERNEL_PRINTK default n |