mb/scaleway/tagada: set SMBIOS Enclosure Type in Kconfig
Change-Id: I7acffcf3fc36742c77ce00b253f5b0a68d435798 Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net> Reviewed-on: https://review.coreboot.org/24911 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9d231a9fd3
commit
a8c9efe655
|
@ -2,6 +2,7 @@
|
|||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2014 - 2017 Intel Corporation.
|
||||
## Copyright (C) 2017 - 2018 Online SAS
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
|
@ -33,4 +34,8 @@ config MAINBOARD_VENDOR
|
|||
string
|
||||
default "Scaleway"
|
||||
|
||||
config SMBIOS_ENCLOSURE_TYPE
|
||||
hex
|
||||
default 0x19
|
||||
|
||||
endif # BOARD_SCALEWAY_TAGADA
|
||||
|
|
Loading…
Reference in New Issue