soc/mediatek/mt8196: Initialize SSPM
[coreboot.git] / src / cpu / intel / socket_BGA956 / Kconfig
blob19637c301274ea9f7b6b19017a8e185ed5f375cb
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config CPU_INTEL_SOCKET_BGA956
4         bool
5         select CPU_INTEL_MODEL_1067X
7 if CPU_INTEL_SOCKET_BGA956
9 config DCACHE_RAM_BASE
10         hex
11         default 0xfefc0000
13 config DCACHE_RAM_SIZE
14         hex
15         default 0x10000
17 config PRERAM_CBFS_CACHE_SIZE
18         default 0x0
20 config DCACHE_BSP_STACK_SIZE
21         hex
22         default 0x2000
24 config MAX_CPUS
25         int
26         default 2
28 endif