profiles/all-hardware.nix: Add simplefb for AArch64
This commit is contained in:
parent
7264c049c7
commit
c60de92917
@ -51,6 +51,13 @@ in
|
||||
|
||||
# Hyper-V support.
|
||||
"hv_storvsc"
|
||||
] ++ lib.optionals pkgs.stdenv.isAarch64 [
|
||||
# Most of the following falls into two categories:
|
||||
# - early KMS / early display
|
||||
# - early storage (e.g. USB) support
|
||||
|
||||
# Allows using framebuffer configured by the initial boot firmware
|
||||
"simplefb"
|
||||
];
|
||||
|
||||
# Include lots of firmware.
|
||||
|
Loading…
Reference in New Issue
Block a user