1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2024 Advanced Micro Devices, Inc. 3 4drivers = [ 5 'acpi', 6 'amd_pstate', 7 'amd_uncore', 8 'cppc', 9 'intel_pstate', 10 'intel_uncore', 11 'kvm_vm', 12] 13 14std_deps = ['power'] 15