diff options
Diffstat (limited to 'src/cpu/intel/turbo/Kconfig')
-rw-r--r-- | src/cpu/intel/turbo/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/intel/turbo/Kconfig b/src/cpu/intel/turbo/Kconfig new file mode 100644 index 0000000000..5432c28eb3 --- /dev/null +++ b/src/cpu/intel/turbo/Kconfig @@ -0,0 +1,6 @@ + +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 |