aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-06-10 10:44:32 -0400
committerGerd Hoffmann <kraxel@redhat.com>2015-06-16 09:59:47 +0200
commitc186d54090c8b69c103aa3918ac8031e6ae1936a (patch)
tree8bda44ff4b4feb028cfa141c03094f57d8f4b252
parent781366747c4bbc7c1cb187e96863380794824e8f (diff)
downloadseabios-c186d54090c8b69c103aa3918ac8031e6ae1936a.zip
seabios-c186d54090c8b69c103aa3918ac8031e6ae1936a.tar.gz
seabios-c186d54090c8b69c103aa3918ac8031e6ae1936a.tar.bz2
build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS
Add the dependency to CONFIG_VGA_FIXUP_ASM so the menu option only appears when appropriate. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> (cherry picked from commit f24eb2f853d4aa28814761e0bbc7df78149f8029)
-rw-r--r--vgasrc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig
index 27a24c9..91d590a 100644
--- a/vgasrc/Kconfig
+++ b/vgasrc/Kconfig
@@ -91,6 +91,7 @@ menu "VGA ROM"
framebuffer is available.
config VGA_FIXUP_ASM
+ depends on BUILD_VGABIOS
bool "Fixup assembler to work with broken emulators"
default y
help