summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-11 19:55:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-11 19:55:41 +0100
commit135c5ca4c2d66d0f4ddcb2246624ad61c975ef05 (patch)
treeb46ce96812cc4a1e29992a2894a345ce5f6d8f51 /target
parent21ded3cad03a92ea4dd8d70fa8e1e28ebab16227 (diff)
adktest: enable printk
It is rather useful for debugging. So enable printk and timing by default.
Diffstat (limited to 'target')
-rw-r--r--target/appliances/test.appliance1
-rw-r--r--target/linux/config/Config.in.debug3
2 files changed, 2 insertions, 2 deletions
diff --git a/target/appliances/test.appliance b/target/appliances/test.appliance
index 8f6abdb62..1dcbab2cd 100644
--- a/target/appliances/test.appliance
+++ b/target/appliances/test.appliance
@@ -3,7 +3,6 @@ config ADK_APPLIANCE_TEST
select ADK_PACKAGE_ADKTEST
select ADK_RUNTIME_START_SERVICES
select ADK_RUNTIME_START_ADKTEST
- select ADK_UCLIBC_TEST if ADK_TARGET_LIB_UCLIBC
select ADK_UCLIBC_TEST if ADK_TARGET_LIB_UCLIBC_NG
help
Create a small appliance for automatic testing.
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index 30551745e..900fc93ae 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -39,13 +39,14 @@ config ADK_KERNEL_KALLSYMS_ALL
config ADK_KERNEL_PRINTK
bool "printk support (disable to save space and quieten bootup)"
select ADK_KERNEL_EARLY_PRINTK
- default y if !ADK_APPLIANCE_TEST
+ default y
help
Disable printk to save space and quieten bootup.
config ADK_KERNEL_PRINTK_TIME
bool "timing information for printk"
depends on ADK_KERNEL_PRINTK
+ default y
help
Enable timing information for printk, to analyze kernel
bootup performance.