about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-03-24 19:21:16 +0300
committerGitHub <noreply@github.com>2024-03-24 19:21:16 +0300
commit3d41d1087707826b3a90685ab69147f8dc8145d5 (patch)
treeb397f487c0fabbb7bf8ddc78c21ede88173b55d5 /nixos
parent1a76cacf8cec1d0e8cb7e43d78bef503786d19c5 (diff)
parent5fbc09439396aa896995b99342985efc4715154d (diff)
Merge pull request #298663 from K900/simplefb-oof
nixos/profile/all-hardware: remove simplefb
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/all-hardware.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 4857ea4dbeae8..249b767593f2d 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -58,15 +58,7 @@ in
       # Hyper-V support.
       "hv_storvsc"
     ] ++ lib.optionals pkgs.stdenv.hostPlatform.isAarch [
-      # Most of the following falls into two categories:
-      #  - early KMS / early display
-      #  - early storage (e.g. USB) support
-
-      # Allows using framebuffer configured by the initial boot firmware
-      "simplefb"
-
       # Allwinner support
-
       # Required for early KMS
       "sun4i-drm"
       "sun8i-mixer" # Audio, but required for kms
@@ -75,7 +67,6 @@ in
       "pwm-sun4i"
 
       # Broadcom
-
       "vc4"
     ] ++ lib.optionals pkgs.stdenv.isAarch64 [
       # Most of the following falls into two categories: