diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-07-18 16:05:05 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-23 08:03:14 +0000 |
commit | 333ad475fa6c0b267cb14f7ac1e9822157ff7fa5 (patch) | |
tree | 29c23b7cbb9843bc2602442c441ca10c98112f7e /src | |
parent | edf51d2352bd00f025b9129fd3cc4d20f935d0d4 (diff) |
mb/apple/macbookair4_2/Kconfig: Don't select VGA
CONFIG_VGA is only used with C native graphic textmode.
Change-Id: Iafa9e96fd001cd148889ef534e6499f562e7dec6
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/27530
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/apple/macbookair4_2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbookair4_2/Kconfig b/src/mainboard/apple/macbookair4_2/Kconfig index bdfe667cba..347cba283f 100644 --- a/src/mainboard/apple/macbookair4_2/Kconfig +++ b/src/mainboard/apple/macbookair4_2/Kconfig @@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SERIRQ_CONTINUOUS_MODE select SOUTHBRIDGE_INTEL_BD82X6X select SYSTEM_TYPE_LAPTOP - select VGA config HAVE_IFD_BIN bool |