aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/via/c3/Kconfig
blob: a5b4f226730d2cd62a4434748be420993d56f584 (plain)
1
2
3
4
5
6
7
8
9
10
11
config CPU_VIA_C3
	bool

if CPU_VIA_C3

config CPU_SPECIFIC_OPTIONS
	def_bool y
	select UDELAY_TSC
	select MMX

endif # CPU_VIA_C3