summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-08-21 14:37:02 -0600
committerMartin Roth <martinroth@google.com>2015-08-26 15:08:49 +0000
commitc0c115b6579de2f3ffbdd94b286d5059b1dfe132 (patch)
tree24ee94bd9e4247f44aa118f2219743fb554c0a8e /src/mainboard/google/nyan/Kconfig
parent3ba501b86daaec299e9bf5b4e13934036ea5f696 (diff)
downloadcoreboot-c0c115b6579de2f3ffbdd94b286d5059b1dfe132.tar.gz
coreboot-c0c115b6579de2f3ffbdd94b286d5059b1dfe132.tar.bz2
coreboot-c0c115b6579de2f3ffbdd94b286d5059b1dfe132.zip
Google Kconfig: Add MAINBOARD_HAS_NATIVE_VGA_INIT in good places
Add 'select MAINBOARD_HAS_NATIVE_VGA_INIT' which is just used as a gate symbol to display MAINBOARD_DO_NATIVE_VGA_INIT to the mainboards that are already selecting MAINBOARD_DO_NATIVE_VGA_INIT. Since MAINBOARD_HAS_NATIVE_VGA_INIT is not used in any code, this should not have any other effects. This fixes the warning: warning: (BOARD_SPECIFIC_OPTIONS) selects MAINBOARD_DO_NATIVE_VGA_INIT which has unmet direct dependencies (VENDOR_ASUS && BOARD_ASUS_KFSN4_DRE || MAINBOARD_HAS_NATIVE_VGA_INIT) Change-Id: I8ceee69ebae90dc32f55df58c2e80fe25397f049 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: http://review.coreboot.org/11301 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/nyan/Kconfig')
-rw-r--r--src/mainboard/google/nyan/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig
index bd390e43a9d0..ce491e5e6f80 100644
--- a/src/mainboard/google/nyan/Kconfig
+++ b/src/mainboard/google/nyan/Kconfig
@@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_SPI
select TEGRA124_MODEL_CD570M
+ select MAINBOARD_HAS_NATIVE_VGA_INIT
select MAINBOARD_DO_NATIVE_VGA_INIT
select BOARD_ROMSIZE_KB_4096
select SPI_FLASH