From 5bc36c1b3018b34a561e1257ce7b80fd506c6587 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 19 Apr 2021 16:20:57 -0400 Subject: profiles/all-hardware.nix: Add support for Allwinner hardware --- nixos/modules/profiles/all-hardware.nix | 9 +++++++++ 1 file changed, 9 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 b2dd488908a..0af87fa621a 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -58,6 +58,15 @@ in # Allows using framebuffer configured by the initial boot firmware "simplefb" + + # Allwinner support + + # Required for early KMS + "sun4i-drm" + "sun8i-mixer" # Audio, but required for kms + + # PWM for the backlight + "pwm-sun4i" ]; # Include lots of firmware. -- cgit 1.4.1