Kconfig: Allow native vga init to be selectable for SeaBIOS payload
Change-Id: I1508f3d3c56cb9afbf4a23355831549552a62866 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6891 Tested-by: build bot (Jenkins) Reviewed-by: Kevin O'Connor <kevin@koconnor.net> Reviewed-by: Martin Roth <gaumless@gmail.com>
This commit is contained in:
4
payloads/external/SeaBIOS/Makefile.inc
vendored
4
payloads/external/SeaBIOS/Makefile.inc
vendored
@ -36,6 +36,10 @@ ifneq ($(CONFIG_SEABIOS_MALLOC_UPPERMEMORY),y)
|
||||
endif
|
||||
ifneq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y)
|
||||
echo "# CONFIG_THREAD_OPTIONROMS is not set" >> seabios/.config
|
||||
endif
|
||||
ifeq ($(CONFIG_SEABIOS_VGA_COREBOOT),y)
|
||||
echo "CONFIG_VGA_COREBOOT=y" >> seabios/.config
|
||||
echo "CONFIG_BUILD_VGABIOS=y" >> seabios/.config
|
||||
endif
|
||||
# This shows how to force a previously set .config option *off*
|
||||
#echo "# CONFIG_SMBIOS is not set" >> seabios/.config
|
||||
|
Reference in New Issue
Block a user