From 8e451651ca53c595513b5fb45789c63edfdc9be0 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 26 Oct 2022 08:30:54 +0200 Subject: [PATCH] another kernel option --- patch_kernel_config.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2