Loading pkgs/os-specific/linux/kernel/common-config.nix +4 −4 Original line number Diff line number Diff line Loading @@ -565,10 +565,6 @@ let # Enable CEC over DisplayPort DRM_DP_CEC = whenOlder "6.10" yes; DRM_DISPLAY_DP_AUX_CEC = whenAtLeast "6.10" yes; # Do not enable Nova drivers, which are still WIP. This is the Kconfig default. NOVA_CORE = whenAtLeast "6.15" no; DRM_NOVA = whenAtLeast "6.16" no; } // lib.optionalAttrs Loading Loading @@ -606,6 +602,10 @@ let DRM_PANIC_SCREEN = whenAtLeast "6.12" (freeform "kmsg"); DRM_PANIC_SCREEN_QR_CODE = whenAtLeast "6.12" yes; # Do not enable Nova drivers, which are still WIP. This is the Kconfig default. NOVA_CORE = whenAtLeast "6.15" no; DRM_NOVA = whenAtLeast "6.16" no; }; sound = { Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +4 −4 Original line number Diff line number Diff line Loading @@ -565,10 +565,6 @@ let # Enable CEC over DisplayPort DRM_DP_CEC = whenOlder "6.10" yes; DRM_DISPLAY_DP_AUX_CEC = whenAtLeast "6.10" yes; # Do not enable Nova drivers, which are still WIP. This is the Kconfig default. NOVA_CORE = whenAtLeast "6.15" no; DRM_NOVA = whenAtLeast "6.16" no; } // lib.optionalAttrs Loading Loading @@ -606,6 +602,10 @@ let DRM_PANIC_SCREEN = whenAtLeast "6.12" (freeform "kmsg"); DRM_PANIC_SCREEN_QR_CODE = whenAtLeast "6.12" yes; # Do not enable Nova drivers, which are still WIP. This is the Kconfig default. NOVA_CORE = whenAtLeast "6.15" no; DRM_NOVA = whenAtLeast "6.16" no; }; sound = { Loading