aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/agesa/Kconfig')
-rw-r--r--src/cpu/amd/agesa/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index 39175fc79e..d57bded604 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -26,6 +26,7 @@ config CPU_AMD_AGESA
default y if CPU_AMD_AGESA_FAMILY15_TN
default n
select TSC_SYNC_LFENCE
+ select UDELAY_LAPIC
if CPU_AMD_AGESA
@@ -44,6 +45,10 @@ config XIP_ROM_SIZE
In order to execute romstage in place on the flash rom,
more space is required to be set as write through caching.
+config UDELAY_LAPIC_FIXED_FSB
+ int
+ default 200
+
source src/cpu/amd/agesa/family10/Kconfig
source src/cpu/amd/agesa/family12/Kconfig
source src/cpu/amd/agesa/family14/Kconfig