From 237207652701f33bb7597207a73ca5cd9813779f Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 9 Mar 2022 20:09:28 +0100 Subject: [PATCH 1/1] another missing option --- patch_kernel_config.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 030d49a..05bf340 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -57,6 +57,7 @@ my %asahi_options = ( 'CONFIG_USB_DWC3' => 'y', 'CONFIG_USB_DWC3_PCI' => 'y', 'CONFIG_FB_EFI' => 'n', + 'CONFIG_BACKLIGHT_CLASS_DEVICE' => 'm', ); my %debian_options; -- 2.39.2