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 # 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" 76 77 # 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 [ 61 # Allwinner support 62 # Required for early KMS 63 "sun4i-drm" 64 "sun8i-mixer" # Audio, but required for kms ··· 67 "pwm-sun4i" 68 69 # Broadcom 70 "vc4" 71 ] ++ lib.optionals pkgs.stdenv.isAarch64 [ 72 # Most of the following falls into two categories: