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.8.2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c186d54090c8b69c103aa3918ac8031e6ae1936a;p=seabios.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 (cherry picked from commit f24eb2f853d4aa28814761e0bbc7df78149f8029) --- 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