UPSTREAM: Move select UDELAY_LAPIC from nb/gm45/Kconfig to cpu/model_1067x/Kconfig
BUG=None BRANCH=None TEST=None Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/17153 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I51cf4f35bf2ea95c8c19ab885e6308535314b0af Reviewed-on: https://chromium-review.googlesource.com/408995 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e6b0c35442
commit
556e0ab20c
2 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,6 @@ config CPU_INTEL_MODEL_1067X
|
|||
select ARCH_RAMSTAGE_X86_32
|
||||
select SMP
|
||||
select SSE2
|
||||
# select UDELAY_LAPIC
|
||||
select TSC_SYNC_MFENCE
|
||||
select SUPPORT_CPU_UCODE_IN_CBFS
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
|
|||
select VGA
|
||||
select INTEL_EDID
|
||||
select INTEL_GMA_ACPI
|
||||
select UDELAY_LAPIC
|
||||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue