From: Thomas Glanzmann Date: Tue, 13 Dec 2022 15:21:37 +0000 (+0100) Subject: add two missing rust options X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/179b9ffd938957ef59c1bf07410cf4239bb8e80c add two missing rust options --- 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;