soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / cpu / intel / socket_BGA956 / Kconfig
blob464a9b467952f34cf66f03034c4bd6e7f68a58cd
1 config CPU_INTEL_SOCKET_BGA956
2         bool
4 if CPU_INTEL_SOCKET_BGA956
6 config SOCKET_SPECIFIC_OPTIONS
7         def_bool y
8         select CPU_INTEL_MODEL_1067X
9         select MMX
11 config DCACHE_RAM_BASE
12         hex
13         default 0xfefc0000
15 config DCACHE_RAM_SIZE
16         hex
17         default 0x8000
19 config DCACHE_BSP_STACK_SIZE
20         hex
21         default 0x2000
23 config MAX_CPUS
24         int
25         default 2
27 endif