blob: a5327884154653f2598772aa58f45995719e0e26 (
plain)
1
2
3
4
5
6
7
|
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
def_bool n
help
This option indicates that the turbo mode setting is not package
scoped. i.e. enable_turbo() needs to be called on not just the bsp
|