aboutsummaryrefslogtreecommitdiff
path: root/src/device/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r--src/device/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 9ae3bbd1de..f7adb07917 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -15,17 +15,20 @@ menu "Devices"
config HAVE_VGA_TEXT_FRAMEBUFFER
bool
+ depends on !NO_GFX_INIT
help
Selected by graphics drivers that support legacy VGA text mode.
config HAVE_VBE_LINEAR_FRAMEBUFFER
bool
+ depends on !NO_GFX_INIT
help
Selected by graphics drivers that can set up a VBE linear-framebuffer
mode.
config HAVE_LINEAR_FRAMEBUFFER
bool
+ depends on !NO_GFX_INIT
help
Selected by graphics drivers that can set up a generic linear
framebuffer.