summaryrefslogtreecommitdiff
path: root/src/cpu/via/c7/Kconfig
blob: b6a970b69f5ec4c601e31e93d5c5f47a76a01a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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

config DCACHE_RAM_BASE
	default 0xffef0000

config DCACHE_RAM_SIZE
	default 0x10000

endif