From: Kevin O'Connor Date: Wed, 10 Jun 2015 14:44:32 +0000 (-0400) Subject: build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS X-Git-Tag: rel-1.9.0~138 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f24eb2f853d4aa28814761e0bbc7df78149f8029;p=people%2Fandrewcoop%2Fseabios.git 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 --- 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