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>
This commit is contained in:
Jean Lucas 2016-01-27 16:04:43 -05:00 committed by Martin Roth
parent 5166827c57
commit 6d2ca02101
1 changed files with 1 additions and 1 deletions

View File

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