profiles/all-hardware.nix: Share some config for all ARM
This commit is contained in:
parent
14ac6de024
commit
f5b7687d26
@ -51,7 +51,7 @@ in
|
|||||||
|
|
||||||
# Hyper-V support.
|
# Hyper-V support.
|
||||||
"hv_storvsc"
|
"hv_storvsc"
|
||||||
] ++ lib.optionals pkgs.stdenv.isAarch64 [
|
] ++ lib.optionals (pkgs.stdenv.isAarch32 || pkgs.stdenv.isAarch64) [
|
||||||
# Most of the following falls into two categories:
|
# Most of the following falls into two categories:
|
||||||
# - early KMS / early display
|
# - early KMS / early display
|
||||||
# - early storage (e.g. USB) support
|
# - early storage (e.g. USB) support
|
||||||
@ -67,6 +67,10 @@ in
|
|||||||
|
|
||||||
# PWM for the backlight
|
# PWM for the backlight
|
||||||
"pwm-sun4i"
|
"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
|
# Broadcom
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user