summary refs log tree commit diff
diff options
context:
space:
mode:
-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)
     ];