fc3d675321fc9566f8b1f265d799bd220c95e8ae
[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 CACHE_AS_RAM
21         select GFXUMA
22         select TINY_BOOTBLOCK
23         select CHANNEL_XOR_RANDOMIZATION
24         select OVERRIDE_CLOCK_DISABLE
25
26 config MAINBOARD_DIR
27         string
28         default kontron/986lcd-m
29
30 config DCACHE_RAM_BASE
31         hex
32         default 0xffdf8000
33
34 config DCACHE_RAM_SIZE
35         hex
36         default 0x8000
37
38 config MAINBOARD_PART_NUMBER
39         string
40         default "986LCD-M"
41
42 config MMCONF_BASE_ADDRESS
43         hex
44         default 0xf0000000
45
46 config IRQ_SLOT_COUNT
47         int
48         default 18
49
50 config MAX_CPUS
51         int
52         default 4
53
54 config MAX_PHYSICAL_CPUS
55         int
56         default 2
57
58 config FALLBACK_VGA_BIOS_FILE
59         string
60         default "amipci_01.20"
61
62 endif # BOARD_KONTRON_986LCD_M