]> git.zerfleddert.de Git - m1-debian/commitdiff
CONFIG_DRM_SIMPLEDRM=y
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 9 Mar 2022 18:33:10 +0000 (19:33 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 9 Mar 2022 18:33:10 +0000 (19:33 +0100)
patch_kernel_config.pl

index 223807355b5e0e913b28cbe0a0b26733542cf70b..0537c8cb931685831e6078c9334d768d6330247d 100644 (file)
@@ -6,7 +6,7 @@ use warnings FATAL => 'all';
 # This was taken from the linux-image-5.16.0-3-arm64-unsigned
 # Than it was copied as .config in the asahi tree
 # Than make olddefconfig was executed twice
-my @lines = `cat config-round2`;
+my @lines = `cat /boot/config-5.17.0-rc6-asahi-next-20220301-25570-g0cf7b747744a`;
 chomp @lines;
 
 my %asahi_options = (
@@ -29,7 +29,7 @@ my %asahi_options = (
         'CONFIG_CHARGER_MACSMC' => 'y',
         'CONFIG_COMMON_CLK_APPLE_NCO' => 'y',
         'CONFIG_DRM' => 'y',
-        'CONFIG_DRM_SIMPLEDRM' => 'm',
+        'CONFIG_DRM_SIMPLEDRM' => 'y',
         'CONFIG_FW_LOADER_USER_HELPER' => 'n',
         'CONFIG_FW_LOADER_USER_HELPER_FALLBACK' => 'n',
         'CONFIG_GPIO_MACSMC' => 'y',
Impressum, Datenschutz