From a7cb24f774e37a58a862de8756b1492e6cb5c320 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 3 Aug 2021 20:50:03 +0800 Subject: [PATCH] x86: crownbay: Enable SeaBIOS support Enable SeaBIOS support for any kernel that requires legacy BIOS services. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- configs/crownbay_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index d7ee0fe45e..1923f89b9a 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -12,6 +12,7 @@ CONFIG_DISABLE_IGD=y CONFIG_SMP=y CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y +CONFIG_SEABIOS=y CONFIG_FIT=y CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_USE_BOOTARGS=y -- 2.39.5