[SeaBIOS] [PATCH] build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS

Kevin O'Connor kevin at koconnor.net
Wed Jun 10 16:45:44 CEST 2015


Add the dependency to CONFIG_VGA_FIXUP_ASM so the menu option only
appears when appropriate.

Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
---
 vgasrc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
1.9.3




More information about the SeaBIOS mailing list