summaryrefslogtreecommitdiff
path: root/vgasrc
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-06-10 10:44:32 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-06-15 10:19:05 -0400
commitf24eb2f853d4aa28814761e0bbc7df78149f8029 (patch)
tree7115ce67af44048ecb678fb16685f222d4d7699d /vgasrc
parentd6aca44a2306392ad0e926396c49ff1da362daf6 (diff)
downloadqemu-seabios-f24eb2f853d4aa28814761e0bbc7df78149f8029.tar.gz
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>
Diffstat (limited to 'vgasrc')
-rw-r--r--vgasrc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig
index 2837f3e..f5098a4 100644
--- a/vgasrc/Kconfig
+++ b/vgasrc/Kconfig
@@ -110,6 +110,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