about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-23 00:02:30 +0000
committerGitHub <noreply@github.com>2024-01-23 00:02:30 +0000
commit8303a96c2d9a94ef0a3b48ea2782da438d3035c9 (patch)
tree1ce56921fdb8f63be8748d3da9ba12c58c3c49e4 /pkgs/os-specific/linux/kernel/common-config.nix
parent3c7375b75c80a4025db4de0385ff496359412538 (diff)
parent98d778f0151f93ea9bf58c17917cc41dc9f535ac (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 99e9660603e43..69f16fd79cf68 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -345,7 +345,7 @@ let
     };
 
     video = {
-      DRM_LEGACY = no;
+      DRM_LEGACY = whenOlder "6.8" no;
       NOUVEAU_LEGACY_CTX_SUPPORT = whenBetween "5.2" "6.3" no;
 
       # Allow specifying custom EDID on the kernel command line