From b7cd906ac29aa4e6401ad4fbde030e7f2f34b540 Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Wed, 9 Mar 2022 19:47:49 +0100
Subject: [PATCH 1/1] CONFIG_FB_EFI=n

---
 patch_kernel_config.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl
index 0537c8c..030d49a 100644
--- a/patch_kernel_config.pl
+++ b/patch_kernel_config.pl
@@ -56,6 +56,7 @@ my %asahi_options = (
         'CONFIG_SPMI_APPLE' => 'y',
         'CONFIG_USB_DWC3' => 'y',
         'CONFIG_USB_DWC3_PCI' => 'y',
+        'CONFIG_FB_EFI' => 'n',
 );
 
 my %debian_options;
-- 
2.39.5