aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/Kconfig
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-01-15 02:43:19 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-01-16 12:02:44 -0500
commitb3df857fe6d3fffb108379637ea4a456ce6e09ba (patch)
treedc5aff8c022d0a7147b7fb40501605c4fa152d07 /vgasrc/Kconfig
parent5f4ce9e9bed74f84b6019524f356f125e0c3036e (diff)
downloadseabios-b3df857fe6d3fffb108379637ea4a456ce6e09ba.tar.gz
vgabios: Make VBE code depend on a config setting.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/Kconfig')
-rw-r--r--vgasrc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig
index f6dfa660..881e9ec1 100644
--- a/vgasrc/Kconfig
+++ b/vgasrc/Kconfig
@@ -40,6 +40,13 @@ menu "VGA ROM"
bool
default !NO_VGABIOS
+ config VGA_VBE
+ depends on BUILD_VGABIOS
+ bool "Video BIOS Extensions (VBE)"
+ default y
+ help
+ Support VBE.
+
config VGA_PCI
depends on BUILD_VGABIOS
bool "PCI ROM Headers"