mb/google/rauru: Implement regulator interface
[coreboot.git] / src / cpu / intel / socket_p / Kconfig
blob9d64b78753dc28a13943fa6fd8a50c66d3de276b
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config CPU_INTEL_SOCKET_P
4         bool
5         select CPU_INTEL_MODEL_1067X
6         select CPU_INTEL_MODEL_6FX
8 if CPU_INTEL_SOCKET_P
10 config DCACHE_RAM_BASE
11         hex
12         default 0xfefc0000
14 config DCACHE_RAM_SIZE
15         hex
16         default 0x10000
18 config DCACHE_BSP_STACK_SIZE
19         hex
20         default 0x2000
22 config MAX_CPUS
23         int
24         default 4
26 endif