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

if CPU_VIA_C3

config CPU_SPECIFIC_OPTIONS
	def_bool y
	select ARCH_X86
	select UDELAY_TSC
	select MMX
	select IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS

endif # CPU_VIA_C3