3f39303065feea8ce7d63fbd8318d8b27ac47ff2
[coreboot.git] / src / cpu / intel / socket_mFCPGA478 / Kconfig
1 config CPU_INTEL_SOCKET_MFCPGA478
2         bool
3
4 if CPU_INTEL_SOCKET_MFCPGA478
5
6 config SOCKET_SPECIFIC_OPTIONS # dummy
7         def_bool y
8         select CPU_INTEL_CORE
9         select CPU_INTEL_CORE2
10         select MMX
11         select SSE
12         select CACHE_AS_RAM
13
14 config DCACHE_RAM_BASE
15         hex
16         default 0xffaf8000
17
18 config DCACHE_RAM_SIZE
19         hex
20         default 0x8000
21
22 endif