soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / cpu / intel / socket_p / Kconfig
blobe90b42a7f731919a0f5323d949db054da2170c11
1 config CPU_INTEL_SOCKET_P
2         bool
4 if CPU_INTEL_SOCKET_P
6 config SOCKET_SPECIFIC_OPTIONS
7         def_bool y
8         select CPU_INTEL_MODEL_1067X
9         select CPU_INTEL_MODEL_6FX
10         select MMX
12 config DCACHE_RAM_BASE
13         hex
14         default 0xfefc0000
16 config DCACHE_RAM_SIZE
17         hex
18         default 0x10000
20 config DCACHE_BSP_STACK_SIZE
21         hex
22         default 0x2000
24 config MAX_CPUS
25         int
26         default 4
28 endif