From cb39b353041d3fe32ab4f62ac03bccfb652e137e Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 23 Mar 2024 14:15:44 +0300 Subject: [PATCH] linux/common-config: enable RC_CORE explicitly Disabled by default in 5.10, needed by MEDIA_CEC_RC --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 337d44199d9f..0553f0eef934 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -450,6 +450,7 @@ let DRM_NOUVEAU_SVM = whenHasDevicePrivate yes; # Enable HDMI-CEC receiver support + RC_CORE = yes; MEDIA_CEC_RC = whenAtLeast "5.10" yes; # Enable CEC over DisplayPort