From fcba87919362b1317210e9f7ed06a052951b1e44 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 5 Oct 2023 21:56:34 +0200 Subject: [PATCH] easy to fix --- patch_kernel_config.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index d6f1f33..1b39027 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -84,6 +84,7 @@ my %asahi_options = ( 'CONFIG_USB_DWC3' => 'm', 'CONFIG_USB_DWC3_PCI' => 'm', 'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y', + 'CONFIG_VIDEO_APPLE_ISP' => 'm', ); my %debian_options; -- 2.39.2