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 <ivy.jian@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86396
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
Ivy Jian 2025-02-13 14:42:14 +08:00 committed by Matt DeVillier
commit ac6212805d

View file

@ -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