linux: enable vc4 HDMI-CEC by default (#176762)

This commit is contained in:
K900
2022-06-10 11:20:50 +02:00
committed by GitHub
parent ec82f36ab6
commit d9b980c98e
@@ -289,6 +289,9 @@ let
# Intel GVT-g graphics virtualization supports 64-bit only
DRM_I915_GVT = whenAtLeast "4.16" yes;
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
# enable HDMI-CEC on RPi boards
DRM_VC4_HDMI_CEC = whenAtLeast "4.14" yes;
};
sound = {