summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-04-19 21:40:00 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2021-05-04 19:42:13 -0400
commit70205bd13c8e790148158e08716f0820b9c309b6 (patch)
tree995acb08be52cbe38556b80295e97ab479c2c4ee /nixos/modules/profiles/all-hardware.nix
parenta846d198316d9522b7456f4b54779df1cd4f13a5 (diff)
downloadnixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.tar
nixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.tar.gz
nixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.tar.bz2
nixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.tar.lz
nixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.tar.xz
nixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.tar.zst
nixpkgs-70205bd13c8e790148158e08716f0820b9c309b6.zip
profiles/all-hardware.nix: Add support for Raspberry Pi 4 USB
Diffstat (limited to 'nixos/modules/profiles/all-hardware.nix')
-rw-r--r--nixos/modules/profiles/all-hardware.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index e3ec50f9e78..30e7983b248 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -68,6 +68,10 @@ in
       # PWM for the backlight
       "pwm-sun4i"
 
+      # Broadcom
+
+      "pcie-brcmstb"
+
       # Misc. uncategorized hardware
 
       # Used for some platform's integrated displays
@@ -79,6 +83,9 @@ in
       "axp20x-battery"
       "pinctrl-axp209"
 
+      # USB drivers
+      "xhci-pci-renesas"
+
       # Misc "weak" dependencies
       "analogix-anx6345" # For DP or eDP (e.g. integrated display)
     ];