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:
parent
dd60a48763
commit
9d262b9e2d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue