switch-coreboot/src
Paul Menzel ea8f3b4aa0 northbridge/intel/i945/Kconfig: Select VGA
Commit 0092c999 (i945: Support text mode gfx init) [1] broke building
the Lenovo X60 with native graphics initialization by selecting
`CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT`.

        CC         northbridge/intel/i945/gma.ramstage.o
    src/northbridge/intel/i945/gma.c: In function 'intel_gma_init':
    src/northbridge/intel/i945/gma.c:398:2: error: implicit declaration of function 'vga_textmode_init' [-Werror=implicit-function-declaration]

Selecting the Kconfig variable VGA makes the declaration of the
function `vga_textmode_init()` to be included by the preprocessor.

[1] http://review.coreboot.org/6723

Change-Id: Iecbb2898193078b8738425cea13cb7e6da508cab
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/6947
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Tested-by: build bot (Jenkins)
2014-09-24 07:58:25 +02:00
..
arch coreboot arm64: Add support for arm64 into coreboot framework 2014-09-23 18:10:32 +02:00
console arm: Remove CAR_MIGRATE Kconfig and associated cruft 2014-09-15 17:38:28 +02:00
cpu arm: Remove CAR_MIGRATE Kconfig and associated cruft 2014-09-15 17:38:28 +02:00
device pnp: Allow setting of misc register 0xf4 in device tree 2014-09-17 17:34:16 +02:00
drivers spi: add Kconfig variable for dual-output read enable 2014-09-17 19:56:16 +02:00
ec chrome ec: Add support for limiting charger current 2014-09-19 21:38:34 +02:00
include Add check_member macro to allow clean and easy struct offset checking 2014-09-22 18:42:20 +02:00
lib rmodule: Fix rmodule.ld for 64-bit 2014-09-23 22:27:10 +02:00
mainboard google/{falco,peppy}/gma.c: Do not include non-existent "hda.h" 2014-09-22 21:29:15 +02:00
northbridge northbridge/intel/i945/Kconfig: Select VGA 2014-09-24 07:58:25 +02:00
soc tegra124/nyan: memory and display updates 2014-09-22 19:00:19 +02:00
southbridge haswell: Move to per-device ACPI 2014-09-22 20:06:13 +02:00
superio pnp: Allow setting of misc register 0xf4 in device tree 2014-09-17 17:34:16 +02:00
vendorcode tpm: Clean up I2C TPM driver 2014-09-10 19:37:49 +02:00
Kconfig coreboot arm64: Add support for arm64 into coreboot framework 2014-09-23 18:10:32 +02:00