projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ddb1a1
)
x86: baytrail: Fix turbo enable
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 17 Aug 2017 08:10:43 +0000
(
01:10
-0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 24 Aug 2017 03:00:47 +0000
(11:00 +0800)
CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED must be turned on for Baytrail.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/baytrail/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/baytrail/Kconfig
b/arch/x86/cpu/baytrail/Kconfig
index 75dbbc27f120c6d5f703a63b5bb28ecd4cbbd5f7..1d876b19275ff6c990f52b2990958e2df3e391c9 100644
(file)
--- a/
arch/x86/cpu/baytrail/Kconfig
+++ b/
arch/x86/cpu/baytrail/Kconfig
@@
-8,6
+8,7
@@
config INTEL_BAYTRAIL
bool
select HAVE_FSP if !EFI
select ARCH_MISC_INIT if !EFI
+ select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
imply HAVE_INTEL_ME if !EFI
imply ENABLE_MRC_CACHE
imply AHCI_PCI