From: Thomas Glanzmann Date: Sun, 17 Dec 2023 15:11:56 +0000 (+0100) Subject: more kernel config options X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/9703bbcfaa3c5b3dac1cf6f868934cae3256b408 more kernel config options --- diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 1b39027..a93b64d 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -85,6 +85,7 @@ my %asahi_options = ( 'CONFIG_USB_DWC3_PCI' => 'm', 'CONFIG_USB_XHCI_PCI_ASMEDIA' => 'y', 'CONFIG_VIDEO_APPLE_ISP' => 'm', + 'CONFIG_REGULATOR_FIXED_VOLTAGE' => 'y', ); my %debian_options;