X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/4abf6f9d04238160f698ecd14ab510bebb64d1c1..40c6aeffbb4651d483ce5a66f6debf2cc1893e61:/patch_kernel_config.pl diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 0537c8c..d7f50c9 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -56,6 +56,9 @@ my %asahi_options = ( 'CONFIG_SPMI_APPLE' => 'y', 'CONFIG_USB_DWC3' => 'y', 'CONFIG_USB_DWC3_PCI' => 'y', + 'CONFIG_FB_EFI' => 'n', + 'CONFIG_BACKLIGHT_CLASS_DEVICE' => 'y', + 'CONFIG_BACKLIGHT_GPIO' => 'm', ); my %debian_options;