X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/edb13c7c0eb6139e80a9746235cab31d3b59085d..9a4bdc5113d033f222e3383a427ef2c107532eb4:/patch_kernel_config.pl diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index c8fd1af..1b39027 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -39,6 +39,7 @@ my %asahi_options = ( 'CONFIG_CONSTRUCTORS' => 'y', 'CONFIG_DEBUG_INFO' => 'n', 'CONFIG_DEBUG_INFO_BTF' => 'n', + 'CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT' => 'n', 'CONFIG_DRM' => 'y', 'CONFIG_DRM_APPLE' => 'y', 'CONFIG_DRM_ASAHI' => 'y', @@ -83,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;