mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
linux/common-config: enable RC_CORE explicitly
Disabled by default in 5.10, needed by MEDIA_CEC_RC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user