diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-07-18 11:31:48 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-10 12:30:36 +0000 |
commit | 96b8517ea623c2baeb6f14e7b091d1d966558ddc (patch) | |
tree | 79c0a2db2804ee62fa6360839d082e4e12ab3531 /src/mainboard/starlabs/starbook | |
parent | d02362e3548fd084dde05535a8e1849701dcf2b2 (diff) |
mb/starlabs/starbook: Select VALIDATE_INTEL_DESCRIPTOR
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I5dac42fb2239e7bc14dbe45442cc562927973b24
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76578
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook')
-rw-r--r-- | src/mainboard/starlabs/starbook/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index 3f6f17ec75..0f2a719973 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -13,6 +13,7 @@ config BOARD_STARLABS_STARBOOK_SERIES select NO_UART_ON_SUPERIO select SOC_INTEL_COMMON_BLOCK_HDA_VERB select SYSTEM_TYPE_LAPTOP + select VALIDATE_INTEL_DESCRIPTOR config BOARD_STARLABS_LABTOP_KBL select BOARD_ROMSIZE_KB_8192 |