X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/e7515ac07d2d66cfe161da4d7bb1040a9c22ed89..HEAD:/patch_kernel_config.pl?ds=sidebyside diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index d6f1f33..a93b64d 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -84,6 +84,8 @@ my %asahi_options = ( 'CONFIG_USB_DWC3' => 'm', 'CONFIG_USB_DWC3_PCI' => 'm', 'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y', + 'CONFIG_VIDEO_APPLE_ISP' => 'm', + 'CONFIG_REGULATOR_FIXED_VOLTAGE' => 'y', ); my %debian_options;