aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_940/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_940/Kconfig')
-rw-r--r--src/cpu/amd/socket_940/Kconfig32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/cpu/amd/socket_940/Kconfig b/src/cpu/amd/socket_940/Kconfig
deleted file mode 100644
index 47b455b94c..0000000000
--- a/src/cpu/amd/socket_940/Kconfig
+++ /dev/null
@@ -1,32 +0,0 @@
-config CPU_AMD_SOCKET_940
- bool
-
-if CPU_AMD_SOCKET_940
-
-config SOCKET_SPECIFIC_OPTIONS
- def_bool y
- select K8_HT_FREQ_1G_SUPPORT
- select CPU_AMD_MODEL_FXX
- select X86_AMD_FIXED_MTRRS
-
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
-
-config DCACHE_RAM_SIZE
- hex
- default 0x08000
-
-config DCACHE_BSP_STACK_SIZE
- hex
- default 0x2000
-
-config DCACHE_BSP_STACK_SLUSH
- hex
- default 0x1000
-
-config DCACHE_AP_STACK_SIZE
- hex
- default 0x400
-
-endif # CPU_AMD_SOCKET_940