profiles/all-hardware.nix: Add support for Raspberry Pi 4 USB

wip/little-gl
Samuel Dionne-Riel 3 years ago
parent a846d19831
commit 70205bd13c
  1. 7
      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)
];

Loading…
Cancel
Save