From d18db73d4997b08606d5186eee58f38c400281b6 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 4 Nov 2017 12:33:41 -0500 Subject: google mainboards: select SYSTEM_TYPE_LAPTOP where appropriate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some Google boards are missing this selection, leading them to being incorrectly identified as type 'Desktop' in SMBIOS type 3 table. Correct this by adding 'select SYSTEM_TYPE_LAPTOP' to the boards' Kconfigs. TEST: boot Linux and check correct chassis type listed via dmidecode Change-Id: Ib1145e314812a3f300cfd1a435a687aa0862158a Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/22340 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/mainboard/google/auron/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/auron/Kconfig') diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig index 8cf7e8f968..791dcba5ef 100644 --- a/src/mainboard/google/auron/Kconfig +++ b/src/mainboard/google/auron/Kconfig @@ -11,6 +11,7 @@ config BOARD_GOOGLE_BASEBOARD_AURON select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_LPC_TPM select INTEL_INT15 + select SYSTEM_TYPE_LAPTOP if BOARD_GOOGLE_BASEBOARD_AURON -- cgit v1.2.3