From 37ef6bc245564df58c89d16646e1a99dd19e0b5c Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Fri, 30 Jan 2026 17:01:39 +0530 Subject: [PATCH] mb/google/bluey: Enable vboot lid switch support With the ChromeEC driver now supporting lid state retrieval via host commands for non-LPC platforms, enable VBOOT_LID_SWITCH for Bluey. This allows the mainboard to utilize vboot features that depend on the lid status, such as preventing boot when the lid is closed. BUG=none TEST=Verify LID status on Google/Quartz. Change-Id: Idfc45258170e86a673aede9fc63a87a9a2ca3c3b Signed-off-by: Kapil Porwal Reviewed-on: https://review.coreboot.org/c/coreboot/+/91009 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/bluey/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index 4cbb5e06ba..2021787699 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -149,6 +149,7 @@ config MAINBOARD_VENDOR config VBOOT select VBOOT_ALWAYS_ENABLE_DISPLAY + select VBOOT_LID_SWITCH if MAINBOARD_HAS_CHROME_EC select VBOOT_NO_BOARD_SUPPORT if BOARD_GOOGLE_MODEL_BLUEY select VBOOT_VBNV_FLASH