diff options
author | Julien Viard de Galbert <jviarddegalbert@online.net> | 2018-02-28 13:23:37 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-03-01 13:47:50 +0000 |
commit | a8c9efe655509a5f7773ab17e191bf1b1b58d3ef (patch) | |
tree | 5d374b5f5ba00da1c28a513559e6d19293c0fd74 /src/mainboard | |
parent | 9d231a9fd34670c235aa4baf88e6da9a225f56d1 (diff) | |
download | coreboot-a8c9efe655509a5f7773ab17e191bf1b1b58d3ef.tar.xz |
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')
-rw-r--r-- | src/mainboard/scaleway/tagada/Kconfig | 5 |
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 |