From: Thomas Glanzmann Date: Wed, 26 Oct 2022 06:30:54 +0000 (+0200) Subject: another kernel option X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/8e451651ca53c595513b5fb45789c63edfdc9be0 another kernel option --- diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 5768342..6b4c701 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -68,6 +68,7 @@ my %asahi_options = ( 'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y', 'CONFIG_APPLE_M1_CPU_PMU' => 'y', 'CONFIG_SND_SOC_CS42L83' => 'm', + 'CONFIG_DRM_APPLE' => 'y', ); my %debian_options;