diff options
-rw-r--r-- | target/linux/x86/64/config-default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 0f23a9df75..f1349f80e1 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -115,9 +115,10 @@ CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_CMDLINE=y -# CONFIG_FB_EFI is not set +CONFIG_FB_EFI=y CONFIG_FB_HYPERV=y CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_SIMPLE=y CONFIG_FB_TILEBLITTING=y # CONFIG_FB_VESA is not set # CONFIG_FONTS is not set |