aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_754/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_754/Kconfig')
-rw-r--r--src/cpu/amd/socket_754/Kconfig31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/cpu/amd/socket_754/Kconfig b/src/cpu/amd/socket_754/Kconfig
deleted file mode 100644
index ec3ab70d56..0000000000
--- a/src/cpu/amd/socket_754/Kconfig
+++ /dev/null
@@ -1,31 +0,0 @@
-config CPU_AMD_SOCKET_754
- bool
-
-if CPU_AMD_SOCKET_754
-
-config SOCKET_SPECIFIC_OPTIONS
- def_bool y
- 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_754