profiles/all-hardware.nix: Add simplefb for AArch64
This commit is contained in:
parent
7264c049c7
commit
c60de92917
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ in
|
||||||
|
|
||||||
# Hyper-V support.
|
# Hyper-V support.
|
||||||
"hv_storvsc"
|
"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.
|
# Include lots of firmware.
|
||||||
|
|
Loading…
Reference in a new issue