device/Kconfig: make sure display can't be selected by accident

Make sure display can't be selected by accident when NO_GFX_INIT is selected.

Change-Id: Iec5a47f84b8c776a45edc6f4b31a03b9ac714b4e
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36444
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Michael Niewöhner 2019-10-29 20:38:10 +01:00 committed by Nico Huber
parent 3480457285
commit 1513d72a38
1 changed files with 3 additions and 0 deletions

View File

@ -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.