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:
Anas Nashif 2016-10-06 13:08:38 -04:00 committed by Anas Nashif
commit d3fe63702f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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