summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_rPGA989/Kconfig
blob: 83d29e7d23883b20c6954f7c3163023fbf84359d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config CPU_INTEL_SOCKET_RPGA989
	bool

if CPU_INTEL_SOCKET_RPGA989

config SOCKET_SPECIFIC_OPTIONS # dummy
	def_bool y
	select MMX
	select SSE

config CACHE_MRC_BIN
	bool
	default n

endif