1123df727f2cef9cdfc14ec1242f7b4a5f9cf807
[coreboot.git] / src / mainboard / msi / ms7135 / Kconfig
1 config BOARD_MSI_MS7135
2         bool "MS-7135 (K8N Neo3)"
3         select ARCH_X86
4         select CPU_AMD_SOCKET_754
5         select NORTHBRIDGE_AMD_AMDK8
6         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
7         select SOUTHBRIDGE_NVIDIA_CK804
8         select SUPERIO_WINBOND_W83627THF
9         select HAVE_PIRQ_TABLE
10         select HAVE_MP_TABLE
11         select USE_DCACHE_RAM
12         select USE_PRINTK_IN_CAR
13         select BOARD_ROMSIZE_KB_512
14
15 config MAINBOARD_DIR
16         string
17         default msi/ms7135
18         depends on BOARD_MSI_MS7135
19
20 config APIC_ID_OFFSET
21         hex
22         default 0x0
23         depends on BOARD_MSI_MS7135
24
25 config MEM_TRAIN_SEQ
26         int
27         default 2
28         depends on BOARD_MSI_MS7135
29
30 config SB_HT_CHAIN_ON_BUS0
31         int
32         default 2
33         depends on BOARD_MSI_MS7135
34
35 config LB_CKS_RANGE_END
36         int
37         default 122
38         depends on BOARD_MSI_MS7135
39
40 config LB_CKS_LOC
41         int
42         default 123
43         depends on BOARD_MSI_MS7135
44
45 config MAINBOARD_PART_NUMBER
46         string
47         default "MS-7135"
48         depends on BOARD_MSI_MS7135
49
50 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
51         hex
52         default 0x7135
53         depends on BOARD_MSI_MS7135
54
55 config HW_MEM_HOLE_SIZEK
56         hex
57         default 0x100000
58         depends on BOARD_MSI_MS7135
59
60 config MAX_CPUS
61         int
62         default 2
63         depends on BOARD_MSI_MS7135
64
65 config MAX_PHYSICAL_CPUS
66         int
67         default 1
68         depends on BOARD_MSI_MS7135
69
70 config HW_MEM_HOLE_SIZE_AUTO_INC
71         bool
72         default n
73         depends on BOARD_MSI_MS7135
74
75 config HT_CHAIN_UNITID_BASE
76         hex
77         default 0
78         depends on BOARD_MSI_MS7135
79
80 config HT_CHAIN_END_UNITID_BASE
81         hex
82         default 0x20
83         depends on BOARD_MSI_MS7135
84
85 config USE_INIT
86         bool
87         default n
88         depends on BOARD_MSI_MS7135
89
90 config WAIT_BEFORE_CPUS_INIT
91         bool
92         default n
93         depends on BOARD_MSI_MS7135
94
95 config SB_HT_CHAIN_ON_BUS0
96         int
97         default 2
98         depends on BOARD_MSI_MS7135
99
100 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
101         bool
102         default n
103         depends on BOARD_MSI_MS7135
104
105 config IRQ_SLOT_COUNT
106         int
107         default 13
108         depends on BOARD_MSI_MS7135
109
110 config DCACHE_RAM_BASE
111         hex
112         default 0xc8000
113         depends on BOARD_MSI_MS7135
114
115 config DCACHE_RAM_SIZE
116         hex
117         default 0x8000
118         depends on BOARD_MSI_MS7135