profiles/all-hardware.nix: Add support for Allwinner hardware
This commit is contained in:
parent
c60de92917
commit
5bc36c1b30
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user