Skip to content

Commit 1d7e283

Browse files
authored
linux/common-config: Make backlight device support built-in (#367774)
2 parents 068e602 + 8ab80f4 commit 1d7e283

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/os-specific/linux/kernel/common-config.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@ let
461461

462462
DRM_LEGACY = whenOlder "6.8" no;
463463

464+
# Must be the same as CONFIG_DRM
465+
BACKLIGHT_CLASS_DEVICE = yes;
466+
464467
NOUVEAU_LEGACY_CTX_SUPPORT = whenOlder "6.3" no;
465468

466469
# Enable simpledrm and use it for generic framebuffer

0 commit comments

Comments
 (0)