X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/4abf6f9d04238160f698ecd14ab510bebb64d1c1..b7cd906ac29aa4e6401ad4fbde030e7f2f34b540:/patch_kernel_config.pl 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;