From 59845e593278202211a0821f99cee44cc7e8394d Mon Sep 17 00:00:00 2001 From: nascs Date: Wed, 23 Oct 2024 16:45:14 +0800 Subject: [PATCH] feat: keep the logo until you log in to the fb console Signed-off-by: Nascs Fang --- linux/.common/kconfig.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/.common/kconfig.conf b/linux/.common/kconfig.conf index ee8e5519..da63f43e 100644 --- a/linux/.common/kconfig.conf +++ b/linux/.common/kconfig.conf @@ -393,6 +393,7 @@ CONFIG_W1_SLAVE_DS28E04=m # Add framebuffer support CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y # Add LED trigger support CONFIG_LEDS_TRIGGERS=y