···58 # Hyper-V support.
59 "hv_storvsc"
60 ] ++ lib.optionals pkgs.stdenv.hostPlatform.isAarch [
61- # Most of the following falls into two categories:
62- # - early KMS / early display
63- # - early storage (e.g. USB) support
64-65- # Allows using framebuffer configured by the initial boot firmware
66- "simplefb"
67-68 # Allwinner support
69-70 # Required for early KMS
71 "sun4i-drm"
72 "sun8i-mixer" # Audio, but required for kms
···75 "pwm-sun4i"
7677 # Broadcom
78-79 "vc4"
80 ] ++ lib.optionals pkgs.stdenv.isAarch64 [
81 # Most of the following falls into two categories:
···58 # Hyper-V support.
59 "hv_storvsc"
60 ] ++ lib.optionals pkgs.stdenv.hostPlatform.isAarch [
000000061 # Allwinner support
062 # Required for early KMS
63 "sun4i-drm"
64 "sun8i-mixer" # Audio, but required for kms
···67 "pwm-sun4i"
6869 # Broadcom
070 "vc4"
71 ] ++ lib.optionals pkgs.stdenv.isAarch64 [
72 # Most of the following falls into two categories: