kernel: boot banner requires early console, so select it
If you select the BOOT_BANNER on its own, nothing happens and you are left to wonder what is going, it happens very early in the boot process and requires very early console initialisation. Change-Id: Id548491f7e3f7f399ddc572199ce39e6fc268ed4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f482200f9c
commit
d3fe63702f
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ config BOOT_BANNER
|
|||
prompt "Boot banner"
|
||||
default n
|
||||
select PRINTK
|
||||
depends on EARLY_CONSOLE
|
||||
select EARLY_CONSOLE
|
||||
help
|
||||
This option outputs a banner to the console device during boot up. It
|
||||
also embeds a date & time stamp in the kernel and in each USAP image.
|
||||
|
|
|
@ -71,7 +71,7 @@ config BOOT_BANNER
|
|||
prompt "Boot banner"
|
||||
default n
|
||||
select PRINTK
|
||||
depends on EARLY_CONSOLE
|
||||
select EARLY_CONSOLE
|
||||
help
|
||||
This option outputs a banner to the console device during boot up. It
|
||||
also embeds a date & time stamp in the kernel and in each USAP image.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue