From 9703bbcfaa3c5b3dac1cf6f868934cae3256b408 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 17 Dec 2023 16:11:56 +0100 Subject: [PATCH] more kernel config options --- patch_kernel_config.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2