Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Like HAVE_VGA_TEXT_FRAMEBUFFER, these are selected by graphics drivers that support a linear framebuffer. Some related settings moved to the drivers (i.e. for rockchip/rk3288 and nvidia/tegra124) since they are hardcoded. Change-Id: Iff6dac5a5f61af49456bc6312e7a376def02ab00 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/19800 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
ce642f08b9
commit
7971582ec4
28 changed files with 52 additions and 21 deletions
|
|
@ -99,6 +99,7 @@ config GOP_SUPPORT
|
|||
bool "Enable GOP support"
|
||||
default n
|
||||
select ADD_VBT_DATA_FILE
|
||||
select HAVE_LINEAR_FRAMEBUFFER
|
||||
|
||||
config USE_GENERIC_FSP_CAR_INC
|
||||
bool
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
config PLATFORM_USES_FSP2_0
|
||||
bool
|
||||
select UDK_2015_BINDING
|
||||
select HAVE_LINEAR_FRAMEBUFFER
|
||||
help
|
||||
Include FSP 2.0 wrappers and functionality
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue