diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-05-16 14:49:57 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-05-31 17:18:59 +0200 |
commit | 8f3aaa8a4c84b3fc18bee57219b8e2927e996808 (patch) | |
tree | 77ecbb06c6e3c7390799e98c4815034f333a4ab4 /src/drivers/xgi/common/Kconfig | |
parent | ca543396a7338a47bf9578d058c6af4f9d8f8ee2 (diff) | |
download | coreboot-8f3aaa8a4c84b3fc18bee57219b8e2927e996808.tar.xz |
Fix leaking CONFIG_VGA=y
Items under DEVICE_SPECIFIC_OPTIONS got selected without
the driver being selected.
Change-Id: I1797fa6175620a9291873559a6308eaea85a090e
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/14823
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/drivers/xgi/common/Kconfig')
-rw-r--r-- | src/drivers/xgi/common/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/xgi/common/Kconfig b/src/drivers/xgi/common/Kconfig index e0ed9d6baa..a0b6fed53e 100644 --- a/src/drivers/xgi/common/Kconfig +++ b/src/drivers/xgi/common/Kconfig @@ -1,10 +1,3 @@ config DRIVERS_XGI_Z79_COMMON bool - -if !MAINBOARD_DO_NATIVE_VGA_INIT - -config DEVICE_SPECIFIC_OPTIONS # dummy - def_bool y select VGA - -endif # MAINBOARD_DO_NATIVE_VGA_INIT |