Hello Julius Werner, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31206
to look at the new patch set (#4).
Change subject: Kconfig: Add system type entries for common enclosures ......................................................................
Kconfig: Add system type entries for common enclosures
These are more common system types and in some cases it is important to know when a device is a convertible or a tablet or detachable instead of just a laptop. This also adds SYSTEM_TYPE_DESKTOP so it can be an explicit choice instead of just having no other type selected.
This change will select the appropriate SMBIOS enclosure type based on the selected system type.
This is important for the Intel Virtual Button driver as it does a check on the SMBIOS enclosure type and only enables the tablet mode events if it is set to convertible: https://patchwork.kernel.org/patch/10236253/
Change-Id: I148ec2329a1dd38ad55c60ba277a514c66376fcc Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/Kconfig M src/arch/x86/acpi.c 2 files changed, 29 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/31206/4