diff options
author | Jean Lucas <jean@4ray.co> | 2016-01-27 16:04:43 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-29 17:02:26 +0100 |
commit | 6d2ca021014aa967fc0be83f2f0d76e423db2037 (patch) | |
tree | 3000fb408541216de1bf68d126a93614a4094e5f | |
parent | 5166827c57a95eb1e86e20799fe4e511e0eda8d7 (diff) |
google/peppy/Kconfig: Move select MAINBOARD_DO_NATIVE_VGA_INIT
Move the default select of "Use native graphics initialization" for
Peppy to the ChromeOS section as SeaBIOS (default payload) requires a
vBIOS and takes twice as long to load with this option enabled. For the
same reasons, this option shouldn't be enabled by default (def_bool y).
Change-Id: I1f2163e0a1e4bf8e5041dad150bdf7de804fb4db
Signed-off-by: Jean Lucas <jean@4ray.co>
Reviewed-on: https://review.coreboot.org/13493
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | src/mainboard/google/peppy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/peppy/Kconfig b/src/mainboard/google/peppy/Kconfig index 428d2930bc..3e12a00ba6 100644 --- a/src/mainboard/google/peppy/Kconfig +++ b/src/mainboard/google/peppy/Kconfig @@ -17,12 +17,12 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_NATIVE_VGA_INIT - select MAINBOARD_DO_NATIVE_VGA_INIT select INTEL_DP select INTEL_DDI select INTEL_INT15 config CHROMEOS + select MAINBOARD_DO_NATIVE_VGA_INIT select CHROMEOS_VBNV_CMOS select LID_SWITCH select EC_SOFTWARE_SYNC |