profiles/all-hardware.nix: Share some config for all ARM

This commit is contained in:
Samuel Dionne-Riel 2021-05-01 19:43:55 -04:00
parent 14ac6de024
commit f5b7687d26

View file

@ -51,7 +51,7 @@ in
# Hyper-V support.
"hv_storvsc"
] ++ lib.optionals pkgs.stdenv.isAarch64 [
] ++ lib.optionals (pkgs.stdenv.isAarch32 || pkgs.stdenv.isAarch64) [
# Most of the following falls into two categories:
# - early KMS / early display
# - early storage (e.g. USB) support
@ -67,6 +67,10 @@ in
# PWM for the backlight
"pwm-sun4i"
] ++ lib.optionals pkgs.stdenv.isAarch64 [
# Most of the following falls into two categories:
# - early KMS / early display
# - early storage (e.g. USB) support
# Broadcom