From 179b9ffd938957ef59c1bf07410cf4239bb8e80c Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 13 Dec 2022 16:21:37 +0100 Subject: [PATCH] add two missing rust options --- patch_kernel_config.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 97c9cb8..772b2b3 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -80,6 +80,8 @@ my %asahi_options = ( 'CONFIG_ANDROID_BINDER_IPC' => 'y', 'CONFIG_MODVERSIONS' => 'n', 'CONFIG_DEBUG_INFO_BTF' => 'n', + 'CONFIG_OF_DYNAMIC' => 'y', + 'CONFIG_OF_OVERLAY' => 'y', ); my %debian_options; -- 2.39.2