diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-04 03:20:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 15:33:02 +0200 |
commit | 88d372be36012a267e098c119c741f6a44ddecd4 (patch) | |
tree | 4738e6e1412fa67607639ba7ddf09fc6044414d4 /target | |
parent | 5854e2b72c3814196bd0d2158c302d1632a94b30 (diff) |
enable printk
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 7b867f62c..e25a0a733 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -34,7 +34,6 @@ config ADK_KERNEL_PRINTK boolean select ADK_KERNEL_EARLY_PRINTK default y - depends on !ADK_PKG_TEST help Disable printk to save space and quieten bootup. |