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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-01-06 14:29:47 -05:00 committed by Anas Nashif
commit a805c97edb

View file

@ -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.