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 <pranavayn@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90997
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
This commit is contained in:
Pranava Y N 2026-01-29 19:59:36 +05:30 committed by Subrata Banik
commit 9d262b9e2d

View file

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