diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index c5f717d..18702ca 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -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+",