From fdbce99a676d490e04546e0ca0d60a968aa1a159 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 9 Mar 2022 20:14:16 +0100 Subject: [PATCH] here we go --- patch_kernel_config.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 05bf340..d7f50c9 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -57,7 +57,8 @@ my %asahi_options = ( 'CONFIG_USB_DWC3' => 'y', 'CONFIG_USB_DWC3_PCI' => 'y', 'CONFIG_FB_EFI' => 'n', - 'CONFIG_BACKLIGHT_CLASS_DEVICE' => 'm', + 'CONFIG_BACKLIGHT_CLASS_DEVICE' => 'y', + 'CONFIG_BACKLIGHT_GPIO' => 'm', ); my %debian_options; -- 2.39.2