mb/google/fizz: Set SMBIOS system type
Fizz variants will now correctly show their SMBIOS type as an all-in-one (karma) or a mini-pc (all other variants) rather than the default desktop type. Change-Id: Ida61c68d3664115ca29cb11e6820edb1496e4709 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86458 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
de964a7de3
commit
2974781987
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ config BOARD_GOOGLE_BASEBOARD_FIZZ
|
|||
select RT8168_GET_MAC_FROM_VPD
|
||||
select RT8168_SUPPORT_LEGACY_VPD_MAC
|
||||
select RT8168_SET_LED_MODE
|
||||
select SYSTEM_TYPE_MINIPC if !SYSTEM_TYPE_ALL_IN_ONE
|
||||
select TPM_GOOGLE_CR50
|
||||
|
||||
config BOARD_GOOGLE_FIZZ
|
||||
|
|
@ -34,6 +35,7 @@ config BOARD_GOOGLE_KARMA
|
|||
select DRIVERS_GENERIC_MAX98357A
|
||||
select DRIVERS_I2C_DA7219
|
||||
select EXCLUDE_NATIVE_SD_INTERFACE
|
||||
select SYSTEM_TYPE_ALL_IN_ONE
|
||||
|
||||
config BOARD_GOOGLE_ENDEAVOUR
|
||||
select BOARD_GOOGLE_BASEBOARD_FIZZ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue