From 54d19f27193ef353c8822239cace6976c06ec659 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 23 Nov 2017 11:23:49 -0500 Subject: [PATCH] kconfig: update BOOT_BANNER help message USAP is a thing of the past, remove it and update the help message of this option. Signed-off-by: Anas Nashif --- kernel/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 4b66e98a715..17a0b4464a8 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -188,8 +188,9 @@ config BOOT_BANNER select PRINTK 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. + This option outputs a banner to the console device during boot up. It + also embeds a date & time stamp in the kernel if the BUILD_TIMESTAMP + option is enabled. config BOOT_DELAY int