aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_rPGA988B/Kconfig
blob: 471e5220cf3ed1f6bd948aea0e9476282b928409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config CPU_INTEL_SOCKET_RPGA988B
	bool

if CPU_INTEL_SOCKET_RPGA988B

config SOCKET_SPECIFIC_OPTIONS # dummy
	def_bool y
	select MMX
	select SSE

config CACHE_MRC_BIN
	bool
	default n

endif