diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-06-07 14:11:50 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-21 05:43:52 +0000 |
commit | 44a4c0a58dd4ef725c7ff24f9889b12d42a4c5f2 (patch) | |
tree | cecff76e46bfc92375824d6299b31f6acdd626bc /src/ec | |
parent | ee55d71c96d44dc966abfa155e2178569ddb6b02 (diff) |
ec/google/wilco: Fix comment about enclosure type
SYSTEM_TYPE_CONVERTIBLE is not valid SMBIOS enclosure type,
but selecting it implies SMBIOS_ENCLOSURE_CONVERTIBLE.
Change-Id: Ib658af7b80586428b22f08a738964637e1fbd17a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42141
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/wilco/acpi/vbtn.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/wilco/acpi/vbtn.asl b/src/ec/google/wilco/acpi/vbtn.asl index 6227367424..bc9dd3410c 100644 --- a/src/ec/google/wilco/acpi/vbtn.asl +++ b/src/ec/google/wilco/acpi/vbtn.asl @@ -5,7 +5,7 @@ * the Linux kernel at drivers/platform/x86/intel-vbtn.c * * For tablet/laptop and dock/undock events to work the board must - * select SYSTEM_TYPE_CONVERTIBLE for the SMBIOS enclosure type to + * have SMBIOS_ENCLOSURE_CONVERTIBLE for the SMBIOS enclosure type to * indicate the device is a convertible. */ |