From: Thomas Glanzmann Date: Wed, 9 Mar 2022 18:47:49 +0000 (+0100) Subject: CONFIG_FB_EFI=n X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/b7cd906ac29aa4e6401ad4fbde030e7f2f34b540 CONFIG_FB_EFI=n --- 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;