]> xenbits.xensource.com Git - seabios.git/commitdiff
build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS
authorKevin O'Connor <kevin@koconnor.net>
Wed, 10 Jun 2015 14:44:32 +0000 (10:44 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 15 Jun 2015 14:19:05 +0000 (10:19 -0400)
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>
vgasrc/Kconfig

index 2837f3e067b67e6e05c831d3de85ee60e2493e7f..f5098a4bdd2a33300760b7905367fcfbabc3b6a4 100644 (file)
@@ -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