diff options
author | Nico Huber <nico.huber@secunet.com> | 2017-05-22 13:22:09 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-06-08 14:31:43 +0200 |
commit | 26ce9af9a04ae282ff7c186eac0476f13a37cfa0 (patch) | |
tree | 543b7ea904c49ddee9389efe38e8254e61a39808 /src/mainboard/asus/kgpe-d16/Kconfig | |
parent | eb881d46e2aa13e0c11bcbd029c4368f71cd85c9 (diff) | |
download | coreboot-26ce9af9a04ae282ff7c186eac0476f13a37cfa0.tar.xz |
device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT
MAINBOARD_FORCE_NATIVE_VGA_INIT is to be selected instead of the user
option MAINBOARD_DO_NATIVE_VGA_INIT. The distinction is necessary to
use the latter in a choice.
Change-Id: I689aa5cadea9e1091180fd38b1dc093c6938d69c
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/19813
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/asus/kgpe-d16/Kconfig')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index c86937d5f0..b73bbc5e4e 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -33,7 +33,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_RESUME select DRIVERS_I2C_W83795 select DRIVERS_ASPEED_AST2050 - select MAINBOARD_DO_NATIVE_VGA_INIT + select MAINBOARD_FORCE_NATIVE_VGA_INIT select MAINBOARD_HAS_NATIVE_VGA_INIT config MAINBOARD_DIR |