summaryrefslogtreecommitdiff
path: root/src/cpu/via/model_c7/Kconfig
blob: 7790b95ee818bcefda9129caebc3088f4359788e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config CPU_VIA_C7
	bool
	select UDELAY_TSC
	select MMX
	select SSE2
	select USE_PRINTK_IN_CAR

config DCACHE_RAM_BASE
	hex
	default 0xffef0000
	depends on CPU_VIA_C7

config DCACHE_RAM_SIZE
	hex
	default 0x8000
	depends on CPU_VIA_C7