profiles/all-hardware.nix: Add vc4 for broadcom hardware

Namely, early KMS on raspberry pi
wip/little-gl
Samuel Dionne-Riel 3 years ago
parent f5b7687d26
commit cb9b46a3cd
  1. 4
      nixos/modules/profiles/all-hardware.nix

@ -67,6 +67,10 @@ in
# PWM for the backlight
"pwm-sun4i"
# Broadcom
"vc4"
] ++ lib.optionals pkgs.stdenv.isAarch64 [
# Most of the following falls into two categories:
# - early KMS / early display

Loading…
Cancel
Save