Add CPUFriend kext for dynamic power management data injection

This commit is contained in:
Hoang Hong Quan
2024-11-12 01:37:43 +07:00
parent 5f0a33fd19
commit 866a80f6d1

View File

@@ -607,6 +607,16 @@ kexts = [
"repo": "BrightnessKeys"
}
),
KextInfo(
name = "CPUFriend",
description = "Dynamic power management data injection (requires CPUFriendDataProvider)",
category = "Extras",
requires_kexts = ["Lilu"],
github_repo = {
"owner": "acidanthera",
"repo": "CPUFriend"
}
),
KextInfo(
name = "CpuTopologyRebuild",
description = "Optimizes the core configuration of Intel Alder Lake CPUs+",