summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_fxx/Kconfig')
-rw-r--r--src/cpu/amd/model_fxx/Kconfig58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig
deleted file mode 100644
index 804e698bd4..0000000000
--- a/src/cpu/amd/model_fxx/Kconfig
+++ /dev/null
@@ -1,58 +0,0 @@
-config CPU_AMD_MODEL_FXX
- bool
- select ARCH_BOOTBLOCK_X86_32
- select ARCH_VERSTAGE_X86_32
- select ARCH_ROMSTAGE_X86_32
- select ARCH_RAMSTAGE_X86_32
- select MMX
- select SSE
- select SSE2
- select TSC_SYNC_LFENCE
- select UDELAY_LAPIC
- select SUPPORT_CPU_UCODE_IN_CBFS
- select ACPI_HUGE_LOWMEM_BACKUP
-
-if CPU_AMD_MODEL_FXX
-config CPU_ADDR_BITS
- int
- default 40
-
-config MAX_PHYSICAL_CPUS
- int
- default 1
-
-config LIFT_BSP_APIC_ID
- bool
- default n
-
-config SET_FIDVID
- bool
- default y if K8_REV_F_SUPPORT
- default n
-
-config HW_SCRUBBER
- bool
- default n
-
-config UDELAY_LAPIC_FIXED_FSB
- int
- default 200
-
-if SET_FIDVID
-config SET_FIDVID_DEBUG
- bool
- default n
-
-config SET_FIDVID_CORE0_ONLY
- bool
- default y
-
-config SET_FIDVID_ONE_BY_ONE
- bool
- default y
-
-config SET_FIDVID_STORE_AP_APICID_AT_FIRST
- bool
- default y
-endif
-endif