]> git.zerfleddert.de Git - m1-debian/commitdiff
add two missing rust options
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 13 Dec 2022 15:21:37 +0000 (16:21 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 13 Dec 2022 15:21:37 +0000 (16:21 +0100)
patch_kernel_config.pl

index 97c9cb8790b3f253a2614c50503e7ce127781fcd..772b2b369762434e8ba489d183d7f0ec8e9c62b3 100644 (file)
@@ -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;
Impressum, Datenschutz