Move "select CACHE_AS_RAM" lines from boards into CPU socket.
[coreboot.git] / src / mainboard / kontron / 986lcd-m / Kconfig
1 if BOARD_KONTRON_986LCD_M
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_INTEL_CORE
7         select CPU_INTEL_SOCKET_MFCPGA478
8         select NORTHBRIDGE_INTEL_I945GM
9         select SOUTHBRIDGE_INTEL_I82801GX
10         select SUPERIO_WINBOND_W83627THG
11         select BOARD_HAS_FADT
12         select HAVE_ACPI_TABLES
13         select HAVE_PIRQ_TABLE
14         select HAVE_MP_TABLE
15         select HAVE_OPTION_TABLE
16         select HAVE_ACPI_RESUME
17         select MMCONF_SUPPORT
18         select HAVE_SMI_HANDLER
19         select BOARD_ROMSIZE_KB_1024
20         select GFXUMA
21         select TINY_BOOTBLOCK
22         select CHANNEL_XOR_RANDOMIZATION
23         select OVERRIDE_CLOCK_DISABLE
24
25 config MAINBOARD_DIR
26         string
27         default kontron/986lcd-m
28
29 config DCACHE_RAM_BASE
30         hex
31         default 0xffdf8000
32
33 config DCACHE_RAM_SIZE
34         hex
35         default 0x8000
36
37 config MAINBOARD_PART_NUMBER
38         string
39         default "986LCD-M"
40
41 config MMCONF_BASE_ADDRESS
42         hex
43         default 0xf0000000
44
45 config IRQ_SLOT_COUNT
46         int
47         default 18
48
49 config MAX_CPUS
50         int
51         default 4
52
53 config MAX_PHYSICAL_CPUS
54         int
55         default 2
56
57 config FALLBACK_VGA_BIOS_FILE
58         string
59         default "amipci_01.20"
60
61 endif # BOARD_KONTRON_986LCD_M