From a805c97edb0ded02c0afc7d939f3120303704dbb Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 6 Jan 2018 14:29:47 -0500 Subject: [PATCH] kernel: enable boot banner by default Have all samples and tests print the banner and timestamp. This can easily be turned off if needed. Signed-off-by: Anas Nashif --- kernel/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 8261dedfae2..c0508432864 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -183,7 +183,7 @@ config KERNEL_DEBUG config BOOT_BANNER bool prompt "Boot banner" - default n + default y depends on CONSOLE_HAS_DRIVER select PRINTK select EARLY_CONSOLE @@ -208,6 +208,7 @@ config BOOT_DELAY config BUILD_TIMESTAMP bool + default y prompt "Build Timestamp" help Build timestamp and add it to the boot banner.