From 9d262b9e2d48d04ee537f33da52baa7f0bb17426 Mon Sep 17 00:00:00 2001 From: Pranava Y N Date: Thu, 29 Jan 2026 19:59:36 +0530 Subject: [PATCH] mb/starlabs/common: Define type for Kconfigs Define `BOOTMEDIA_SMM_BWP`, `BOOTMEDIA_SMM_PWP_RUNTIME_OPTION` and `DRIVERS_EFI_FW_INFO` Kconfig type as bool to satisfy Kconfig lint requirements. TEST=None Change-Id: Ie798378665e6bd3e00ce271e17b36e81df92e2ad Signed-off-by: Pranava Y N Reviewed-on: https://review.coreboot.org/c/coreboot/+/90997 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Subrata Banik Reviewed-by: Sean Rhodes Reviewed-by: Jon Murphy --- src/mainboard/starlabs/common/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/starlabs/common/Kconfig b/src/mainboard/starlabs/common/Kconfig index e4361dea5f..f5496b05c0 100644 --- a/src/mainboard/starlabs/common/Kconfig +++ b/src/mainboard/starlabs/common/Kconfig @@ -5,13 +5,13 @@ if VENDOR_STARLABS menu "Star Labs Settings" config BOOTMEDIA_SMM_BWP - default y + def_bool y config BOOTMEDIA_SMM_BWP_RUNTIME_OPTION - default y + def_bool y config DRIVERS_EFI_FW_INFO - default y + def_bool y config MB_COMMON_DIR string