soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / cpu / intel / socket_FCBGA559 / Kconfig
blob4f8ecfdf1bc8cbda8836b8672e2e200dad33434e
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config CPU_INTEL_SOCKET_FCBGA559
4         bool
5         select CPU_INTEL_MODEL_106CX
6         select CPU_HAS_L2_ENABLE_MSR
7         help
8           Select this socket on Intel Pineview
10 if CPU_INTEL_SOCKET_FCBGA559
12 config DCACHE_RAM_BASE
13         hex
14         default 0xfefc0000
16 config DCACHE_RAM_SIZE
17         hex
18         default 0x8000
20 config PRERAM_CBFS_CACHE_SIZE
21         default 0x0
23 config DCACHE_BSP_STACK_SIZE
24         hex
25         default 0x2000
26         help
27           The amount of anticipated stack usage in CAR by bootblock and
28           other stages.
30 config MAX_CPUS
31         int
32         default 4
34 endif