diff options
-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 |