vanadium: enable MFI fast charge

This commit is contained in:
Primrose 2025-09-11 13:38:57 +08:00
parent fbc7ba4f6c
commit 18c8d7e5ae
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -47,6 +47,7 @@ in {
# My config # My config
DRM_AMDGPU = yes; # Recent AMD GPU DRM_AMDGPU = yes; # Recent AMD GPU
HYPERVISOR_GUEST = lib.mkForce no; HYPERVISOR_GUEST = lib.mkForce no;
APPLE_MFI_FASTCHARGE = yes;
}; };
} }
); );