device/Kconfig: Gate early libgfxinit default on ChromeOS
Early libgfxinit is currently only used for ChromeOS ESOL features, so only auto-enable MAINBOARD_USE_EARLY_LIBGFXINIT when both MAINBOARD_HAS_EARLY_LIBGFXINIT and CHROMEOS are enabled, preventing unnecessary Ada toolchain requirements for non-ChromeOS builds. TEST=build/boot google/yaviks w/o CHROMEOS support, verify ADA/gnat not needed to compile. Change-Id: Ieec2a15783ce57015579d14aba0f67783c79b02c Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90636 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
parent
b8402a8dfc
commit
4030fc5f91
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ endchoice
|
|||
|
||||
choice
|
||||
prompt "Early (romstage) graphics initialization"
|
||||
default MAINBOARD_USE_EARLY_LIBGFXINIT if MAINBOARD_HAS_EARLY_LIBGFXINIT
|
||||
default MAINBOARD_USE_EARLY_LIBGFXINIT if MAINBOARD_HAS_EARLY_LIBGFXINIT && CHROMEOS
|
||||
default NO_EARLY_GFX_INIT
|
||||
|
||||
config NO_EARLY_GFX_INIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue