mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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:
parent
a8af02fe6d
commit
a846d19831
@ -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)
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user