From: Thomas Glanzmann Date: Sun, 18 Sep 2022 10:31:28 +0000 (+0200) Subject: += new kernel options X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/97b242e088bb0df2146a4595067a3d05a7b9861f += new kernel options --- diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 4c7fbbb..947ef8d 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -63,6 +63,10 @@ my %asahi_options = ( 'CONFIG_BT_HCIBCM4377' => 'm', 'CONFIG_HID_DOCKCHANNEL' => 'm', 'CONFIG_APPLE_DOCKCHANNEL' => 'm', + 'CONFIG_SND_SOC_CS42L84' => 'm', + 'CONFIG_SND_SOC_TAS2780' => 'm', + 'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y', + ); my %debian_options;