X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/b3d590e6fcf24f2bfaa6ce70f397dfc0ac3321ee..78f4110c8aa0d9837698e685103368376d78fc38:/patch_kernel_config.pl diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 5768342..2bc15b8 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -68,6 +68,8 @@ my %asahi_options = ( 'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y', 'CONFIG_APPLE_M1_CPU_PMU' => 'y', 'CONFIG_SND_SOC_CS42L83' => 'm', + 'CONFIG_DRM_APPLE' => 'y', + 'CONFIG_DRM_ASAHI' => 'y', ); my %debian_options;