summaryrefslogtreecommitdiff
path: root/src/cpu/via/c7/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/via/c7/Kconfig')
-rw-r--r--src/cpu/via/c7/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cpu/via/c7/Kconfig b/src/cpu/via/c7/Kconfig
new file mode 100644
index 0000000000..df81b3f84e
--- /dev/null
+++ b/src/cpu/via/c7/Kconfig
@@ -0,0 +1,17 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+config CPU_VIA_C7
+ bool
+ select ARCH_X86
+ select NO_SMM
+ select SSE2
+ select UNKNOWN_TSC_RATE
+ select UDELAY_LAPIC
+ select LAPIC_MONOTONIC_TIMER
+
+if CPU_VIA_C7
+
+config DCACHE_BSP_STACK_SIZE
+ default 0x1000
+
+endif