diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-04-08 15:05:13 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-04-13 11:14:11 +0000 |
commit | 2f4dde6b9e7ec45a02becbb768a743908426c76d (patch) | |
tree | 3c087173562df6a927b0b599fb87ec52533c6563 /src | |
parent | 99f54a60bf27dc8f31d79a30f09f94b83856ef00 (diff) | |
download | coreboot-2f4dde6b9e7ec45a02becbb768a743908426c76d.tar.xz |
mb/scaleway/tagada: Document what the selected SMBIOS enclosure type means
This makes the Kconfig file more informative to read.
Change-Id: Icdf4184c8db9cfed4863d9e9f3b714d67f44a4bd
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/25624
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Julien Viard de Galbert <jviarddegalbert@online.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/scaleway/tagada/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/scaleway/tagada/Kconfig b/src/mainboard/scaleway/tagada/Kconfig index 4d6a035753..9530505c42 100644 --- a/src/mainboard/scaleway/tagada/Kconfig +++ b/src/mainboard/scaleway/tagada/Kconfig @@ -44,6 +44,6 @@ config BMC_INFO_LOC config SMBIOS_ENCLOSURE_TYPE hex - default 0x19 + default 0x19 # SMBIOS_ENCLOSURE_MULTI_SYSTEM_CHASSIS endif # BOARD_SCALEWAY_TAGADA |