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

if CPU_VIA_C3

config CPU_SPECIFIC_OPTIONS
	def_bool y
	select UDELAY_TSC
	select MMX
	select IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS

endif # CPU_VIA_C3