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:
parent
4aeaa453e3
commit
ac6212805d
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue