diff options
author | Wolfgang Müller | 2022-04-28 18:41:57 +0200 |
---|---|---|
committer | Wolfgang Müller | 2022-07-10 19:07:43 +0200 |
commit | 4110cf4d81f9c6ce4d0c5a29808f855b664c1f65 (patch) | |
tree | 32222785362eb3cc43da6b967f5b2fb1da1e8c01 | |
parent | e0ede7cf39e513bd24d05080616f17e955d25943 (diff) | |
download | kernfrag-4110cf4d81f9c6ce4d0c5a29808f855b664c1f65.tar.gz |
fragments: Enable the EFI framebuffer console for EFI systems
Support for this was lacking before, making EFI systems unusable after
boot since there was no output on the screen.
-rw-r--r-- | fragments/boot/efi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fragments/boot/efi b/fragments/boot/efi index c3dd195..633dae3 100644 --- a/fragments/boot/efi +++ b/fragments/boot/efi @@ -3,3 +3,8 @@ CONFIG_EFI_STUB=y CONFIG_EFI_VARS=y CONFIG_RESET_ATTACK_MITIGATION=y CONFIG_EFIVAR_FS=y + +CONFIG_FB=y +CONFIG_FB_EFI=y +CONFIG_FB_SIMPLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y |