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:
parent
a2eaae57f0
commit
a805c97edb
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue