xref: /aosp_15_r20/external/coreboot/src/cpu/intel/socket_m/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config CPU_INTEL_SOCKET_M
4	bool
5	select CPU_INTEL_MODEL_6EX
6	select CPU_INTEL_MODEL_6FX
7
8if CPU_INTEL_SOCKET_M
9
10config DCACHE_RAM_BASE
11	hex
12	default 0xfefc0000
13
14config DCACHE_RAM_SIZE
15	hex
16	default 0x8000
17
18config PRERAM_CBFS_CACHE_SIZE
19	default 0x0
20
21config DCACHE_BSP_STACK_SIZE
22	hex
23	default 0x2000
24
25endif
26