profiles/all-hardware.nix: Add power regulator modules

This is used on some allwinner platforms, and is a weak dependency for
USB to work.
This commit is contained in:
Samuel Dionne-Riel 2021-04-19 16:22:11 -04:00
parent a8af02fe6d
commit a846d19831

View file

@ -74,6 +74,11 @@ in
"panel-simple"
"pwm-bl"
# Power supply drivers, some platforms need them for USB
"axp20x-ac-power"
"axp20x-battery"
"pinctrl-axp209"
# Misc "weak" dependencies
"analogix-anx6345" # For DP or eDP (e.g. integrated display)
];