aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/via/model_c7/Kconfig
blob: 8e6f0e876545927b3d69db25f9dfa7fe39a90808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
config CPU_VIA_C7
	bool

if CPU_VIA_C7

config CPU_SPECFIC_OPTIONS
	def_bool y
	select UDELAY_TSC
	select MMX
	select SSE2
	select CACHE_AS_RAM

config DCACHE_RAM_BASE
	hex
	default 0xffef0000
	depends on CPU_VIA_C7

config DCACHE_RAM_SIZE
	hex
	default 0x8000
	depends on CPU_VIA_C7

endif # CPU_VIA_C7