platform: Add platform configuration for ZOTAC Gaming Zone

This commit is contained in:
Matthew Schwartz 2025-05-29 12:31:36 -07:00
parent ff08d33cc8
commit 74b036de5d
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[performance_profile]
platform_profile_name = "zotac_zone_platform"
suggested_default = "custom"
[tdp_limit]
method = "firmware_attribute"
[tdp_limit.firmware_attribute]
attribute = "zotac_zone_platform"
performance_profile = "custom"

View file

@ -169,6 +169,7 @@ impl PlatformConfig {
DeviceType::LegionGoS => "legion-go-series",
DeviceType::RogAlly => "rog-ally-series",
DeviceType::RogAllyX => "rog-ally-series",
DeviceType::ZotacGamingZone => "zotac-gaming-zone",
_ => return Ok(None),
};
let config = read_to_string(format!(