Re: [U-Boot] [PATCH 1/2] x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig

2017-08-23 Thread Bin Meng
On Thu, Aug 17, 2017 at 4:10 PM, Bin Meng wrote: > This converts CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to a Kconfig option. > > Signed-off-by: Bin Meng > --- > > arch/x86/Kconfig | 7 +++ > arch/x86/cpu/turbo.c | 2 +- >

[U-Boot] [PATCH 1/2] x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig

2017-08-17 Thread Bin Meng
This converts CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to a Kconfig option. Signed-off-by: Bin Meng --- arch/x86/Kconfig | 7 +++ arch/x86/cpu/turbo.c | 2 +- scripts/config_whitelist.txt | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git