From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Sun, 18 Sep 2022 11:13:42 +0000 (+0200)
Subject: more config options
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/81286cfea6ad068bbab60beb7711664b439eea28

more config options
---

diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl
index 947ef8d..6019b33 100644
--- a/patch_kernel_config.pl
+++ b/patch_kernel_config.pl
@@ -66,6 +66,7 @@ my %asahi_options = (
         'CONFIG_SND_SOC_CS42L84' => 'm',
         'CONFIG_SND_SOC_TAS2780' => 'm',
         'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y',
+        'CONFIG_APPLE_M1_CPU_PMU' => 'y',
 
 );