From c186d54090c8b69c103aa3918ac8031e6ae1936a Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 10 Jun 2015 10:44:32 -0400 Subject: [PATCH] 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) --- 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 -- 2.39.5