From ac6212805d471c20d91ba79ab0d71c79d9c62336 Mon Sep 17 00:00:00 2001 From: Ivy Jian Date: Thu, 13 Feb 2025 14:42:14 +0800 Subject: [PATCH] src/Kconfig: Add config SYSTEM_TYPE_BOX Add config SYSTEM_TYPE_BOX to allow proper system type selection for devices like chromebox, mac-mini etc. Change-Id: I887413cbc09fb0725b2ffd621fe10991b7dbcf6d Signed-off-by: Ivy Jian Reviewed-on: https://review.coreboot.org/c/coreboot/+/86396 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Eric Lai --- src/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Kconfig b/src/Kconfig index 320d6db32c..1d71840308 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -652,6 +652,13 @@ endmenu # load site-local kconfig to allow user specific defaults and overrides source "site-local/Kconfig" +config SYSTEM_TYPE_BOX + default n + bool + help + For devices like chromebox, mac-mini etc. These devices + without built-in display and operates on AC supply alone. + config SYSTEM_TYPE_LAPTOP default n bool