From cb9b46a3cdcbb4c82c582441f213259ce5399b15 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 3 May 2021 23:46:29 -0400 Subject: profiles/all-hardware.nix: Add vc4 for broadcom hardware Namely, early KMS on raspberry pi --- nixos/modules/profiles/all-hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/modules/profiles/all-hardware.nix') diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index c185acc5a0f..c7a13974a51 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/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 -- cgit 1.4.1