Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c
[coreboot.git] / src / mainboard / tyan / s2895 / Kconfig
1 if BOARD_TYAN_S2895
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_940
7         select NORTHBRIDGE_AMD_AMDK8
8         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
9         select SOUTHBRIDGE_NVIDIA_CK804
10         select SOUTHBRIDGE_AMD_AMD8131
11         select SUPERIO_SMSC_LPC47B397
12         select HAVE_BUS_CONFIG
13         select HAVE_OPTION_TABLE
14         select HAVE_HARD_RESET
15         select HAVE_PIRQ_TABLE
16         select HAVE_MP_TABLE
17         select SERIAL_CPU_INIT
18         select HAVE_ACPI_TABLES
19         select BOARD_ROMSIZE_KB_1024
20         select QRANK_DIMM_SUPPORT
21
22 config MAINBOARD_DIR
23         string
24         default tyan/s2895
25
26 config APIC_ID_OFFSET
27         hex
28         default 0x10
29
30 config CK804_NUM
31         int
32         default 2
33
34 config SB_HT_CHAIN_ON_BUS0
35         int
36         default 2
37
38 config MAINBOARD_PART_NUMBER
39         string
40         default "S2895"
41
42 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
43         hex
44         default 0x2895
45
46 config MAX_CPUS
47         int
48         default 4
49
50 config MAX_PHYSICAL_CPUS
51         int
52         default 2
53
54 config HT_CHAIN_UNITID_BASE
55         hex
56         default 0
57
58 config HT_CHAIN_END_UNITID_BASE
59         hex
60         default 0x20
61
62 config SB_HT_CHAIN_ON_BUS0
63         int
64         default 2
65
66 config IRQ_SLOT_COUNT
67         int
68         default 11
69
70 endif # BOARD_TYAN_S2895