diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-09-26 08:56:38 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-09-27 16:20:16 +0000 |
commit | 0c9d8a4ef57aa96773815d60ed8e08af27af12fb (patch) | |
tree | 5f5ccec5ecd37aba50eeabb8300d92a746c2036e /configs | |
parent | 5ebe4310875f5eb01bda69c144204ba8d89f967e (diff) |
configs: Build test CONFIG_BOOTSPLASH
Change-Id: I306d107720d51c2b378f739f68c31b8642f7354a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35615
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.emulation_qemu_x86_i440fx_noserial | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.emulation_qemu_x86_i440fx_noserial b/configs/config.emulation_qemu_x86_i440fx_noserial index 66b46c76b8..2902d02a95 100644 --- a/configs/config.emulation_qemu_x86_i440fx_noserial +++ b/configs/config.emulation_qemu_x86_i440fx_noserial @@ -4,3 +4,5 @@ CONFIG_COLLECT_TIMESTAMPS=y CONFIG_CONSOLE_POST=y CONFIG_LINEAR_FRAMEBUFFER=y # CONFIG_CONSOLE_SERIAL is not set +CONFIG_BOOTSPLASH=y +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y |