f35ea82774697cd05273afad25a6c10df3e00fd7
[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         select K8_ALLOCATE_IO_RANGE
22
23 config MAINBOARD_DIR
24         string
25         default tyan/s2895
26
27 config APIC_ID_OFFSET
28         hex
29         default 0x10
30
31 config CK804_NUM
32         int
33         default 2
34
35 config SB_HT_CHAIN_ON_BUS0
36         int
37         default 2
38
39 config MAINBOARD_PART_NUMBER
40         string
41         default "S2895"
42
43 config MAX_CPUS
44         int
45         default 4
46
47 config MAX_PHYSICAL_CPUS
48         int
49         default 2
50
51 config HT_CHAIN_UNITID_BASE
52         hex
53         default 0
54
55 config HT_CHAIN_END_UNITID_BASE
56         hex
57         default 0x20
58
59 config SB_HT_CHAIN_ON_BUS0
60         int
61         default 2
62
63 config IRQ_SLOT_COUNT
64         int
65         default 11
66
67 endif # BOARD_TYAN_S2895