diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-15 02:43:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-01-16 12:02:44 -0500 |
commit | b3df857fe6d3fffb108379637ea4a456ce6e09ba (patch) | |
tree | dc5aff8c022d0a7147b7fb40501605c4fa152d07 /vgasrc/Kconfig | |
parent | 5f4ce9e9bed74f84b6019524f356f125e0c3036e (diff) | |
download | seabios-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/Kconfig | 7 |
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" |