lol

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

authored by

K900 and committed by
GitHub
d9b980c9 ec82f36a

+3
+3
pkgs/os-specific/linux/kernel/common-config.nix
··· 289 289 # Intel GVT-g graphics virtualization supports 64-bit only 290 290 DRM_I915_GVT = whenAtLeast "4.16" yes; 291 291 DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module; 292 + } // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") { 293 + # enable HDMI-CEC on RPi boards 294 + DRM_VC4_HDMI_CEC = whenAtLeast "4.14" yes; 292 295 }; 293 296 294 297 sound = {