diff --git a/repos/gems/src/app/sculpt_manager/model/runtime_config.h b/repos/gems/src/app/sculpt_manager/model/runtime_config.h index e97cebd7c6..a4fb9b56d3 100644 --- a/repos/gems/src/app/sculpt_manager/model/runtime_config.h +++ b/repos/gems/src/app/sculpt_manager/model/runtime_config.h @@ -355,6 +355,7 @@ class Sculpt::Runtime_config _pci_net { _r, Type::PLATFORM, "network hardware", "nic" }, _pci_audio { _r, Type::PLATFORM, "audio hardware", "audio" }, _pci_acpi { _r, Type::PLATFORM, "ACPI", "acpica" }, + _hw_gpu { _r, Type::PLATFORM, "GPU hardware", "gpu" }, _trace { _r, Type::TRACE, "system-global tracing" }, _vm { _r, Type::VM, "virtualization hardware" }, _pd { _r, Type::PD, "system PD service" };