Merge pull request #298663 from K900/simplefb-oof

nixos/profile/all-hardware: remove simplefb

authored by K900 and committed by GitHub 3d41d108 1a76cacf

-9
-9
nixos/modules/profiles/all-hardware.nix
··· 58 58 # Hyper-V support. 59 59 "hv_storvsc" 60 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 61 # Allwinner support 69 - 70 62 # Required for early KMS 71 63 "sun4i-drm" 72 64 "sun8i-mixer" # Audio, but required for kms ··· 75 67 "pwm-sun4i" 76 68 77 69 # Broadcom 78 - 79 70 "vc4" 80 71 ] ++ lib.optionals pkgs.stdenv.isAarch64 [ 81 72 # Most of the following falls into two categories: