aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/scaleway
diff options
context:
space:
mode:
authorJulien Viard de Galbert <jviarddegalbert@online.net>2018-02-28 13:23:37 +0100
committerNico Huber <nico.h@gmx.de>2018-03-01 13:47:50 +0000
commita8c9efe655509a5f7773ab17e191bf1b1b58d3ef (patch)
tree5d374b5f5ba00da1c28a513559e6d19293c0fd74 /src/mainboard/scaleway
parent9d231a9fd34670c235aa4baf88e6da9a225f56d1 (diff)
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>
Diffstat (limited to 'src/mainboard/scaleway')
-rw-r--r--src/mainboard/scaleway/tagada/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/scaleway/tagada/Kconfig b/src/mainboard/scaleway/tagada/Kconfig
index 53c1f6de04..d2b914dad2 100644
--- a/src/mainboard/scaleway/tagada/Kconfig
+++ b/src/mainboard/scaleway/tagada/Kconfig
@@ -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