]> 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)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Jun 2015 07:59:47 +0000 (09:59 +0200)
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)

vgasrc/Kconfig

index 27a24c95d84c31175cd8323c56f75930c76498dc..91d590ae2902e72356d18d7614fe9e862480e345 100644 (file)
@@ -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