From: Thomas Glanzmann Date: Thu, 5 Oct 2023 19:56:34 +0000 (+0200) Subject: easy to fix X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/fcba87919362b1317210e9f7ed06a052951b1e44 easy to fix --- 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;