profiles/all-hardware.nix: Add support for Allwinner hardware

This commit is contained in:
Samuel Dionne-Riel 2021-04-19 16:20:57 -04:00
parent c60de92917
commit 5bc36c1b30
1 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,15 @@ in
# Allows using framebuffer configured by the initial boot firmware # Allows using framebuffer configured by the initial boot firmware
"simplefb" "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. # Include lots of firmware.