diff options
author | Nico Huber <nico.huber@secunet.com> | 2017-05-19 15:08:21 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-02 18:35:41 +0200 |
commit | ce642f08b953dd752c5edeb1899b193c202d22fd (patch) | |
tree | d5452bfe430dc4426f188f96e7e4c863242d1bd1 /src/mainboard/lenovo/t530/Kconfig | |
parent | 41807626e2eeae3077e5c366c2a7810f7ebba7f2 (diff) | |
download | coreboot-ce642f08b953dd752c5edeb1899b193c202d22fd.tar.xz |
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/mainboard/lenovo/t530/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 76147fce7d..d1c924ab60 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -15,8 +15,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select HAVE_ACPI_RESUME - select MAINBOARD_HAS_NATIVE_VGA_INIT - select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG select INTEL_INT15 select SANDYBRIDGE_IVYBRIDGE_LVDS select ENABLE_VMX |