aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2017-05-19 15:08:21 +0200
committerMartin Roth <martinroth@google.com>2017-06-02 18:35:41 +0200
commitce642f08b953dd752c5edeb1899b193c202d22fd (patch)
treed5452bfe430dc4426f188f96e7e4c863242d1bd1 /src/northbridge/intel/x4x/Kconfig
parent41807626e2eeae3077e5c366c2a7810f7ebba7f2 (diff)
Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
* Rename it to HAVE_VGA_TEXT_FRAMEBUFFER. * Let drivers select it if they are in charge. * Don't select it on the mainboard level if a driver handles it. Change-Id: I2d9d09be9aa6d019e77460e69a245ad2d8cda4ea Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/19791 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/northbridge/intel/x4x/Kconfig')
-rw-r--r--src/northbridge/intel/x4x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index f5dd39eb55..aef21b5e8b 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -25,6 +25,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
select VGA
select INTEL_GMA_ACPI
select RELOCATABLE_RAMSTAGE
+ select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
config CBFS_SIZE
hex