Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
[coreboot.git] / src / mainboard / msi / ms9282 / Kconfig
1 config BOARD_MSI_MS9282
2         bool "MS-9282 (K9SD Master)"
3         select ARCH_X86
4         select CPU_AMD_SOCKET_F
5         select NORTHBRIDGE_AMD_AMDK8
6         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
7         select SOUTHBRIDGE_NVIDIA_MCP55
8         select SUPERIO_WINBOND_W83627EHG
9         select HAVE_PIRQ_TABLE
10         select HAVE_MP_TABLE
11         select USE_PRINTK_IN_CAR
12         select USE_DCACHE_RAM
13         select HAVE_HARD_RESET
14         select IOAPIC
15         select MEM_TRAIN_SEQ
16         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
17         select K8_REV_F_SUPPORT
18         select BOARD_ROMSIZE_KB_512
19  
20 config MAINBOARD_DIR
21         string
22         default msi/ms9282
23         depends on BOARD_MSI_MS9282
24
25 config DCACHE_RAM_BASE
26         hex
27         default 0xcc000
28         depends on BOARD_MSI_MS9282
29         
30 config DCACHE_RAM_SIZE
31         hex
32         default 0x04000
33         depends on BOARD_MSI_MS9282
34
35 config DCACHE_RAM_GLOBAL_VAR_SIZE
36         hex
37         default 0x01000
38         depends on BOARD_MSI_MS9282
39
40 config APIC_ID_OFFSET
41         hex     
42         default 16
43         depends on BOARD_MSI_MS9282
44
45 config SB_HT_CHAIN_ON_BUS0
46         int
47         default 2
48         depends on BOARD_MSI_MS9282
49
50 config LB_CKS_RANGE_START
51         int
52         default 49
53         depends on BOARD_MSI_MS9282
54
55 config LB_CKS_RANGE_END
56         int
57         default 122
58         depends on BOARD_MSI_MS9282
59
60 config LB_CKS_LOC
61         int
62         default 123
63         depends on BOARD_MSI_MS9282
64
65 config MAINBOARD_PART_NUMBER
66         string
67         default "MS-9282"
68         depends on BOARD_MSI_MS9282
69
70 config PCI_64BIT_PREF_MEM
71         bool
72         default n
73         depends on BOARD_MSI_MS9282
74
75 config HAVE_FALLBACK_BOOT
76         bool
77         default n
78         depends on BOARD_MSI_MS9282
79
80 config USE_FALLBACK_IMAGE
81         bool
82         default n
83         depends on BOARD_MSI_MS9282
84
85 config HW_MEM_HOLE_SIZEK
86         hex
87         default 0x100000
88         depends on BOARD_MSI_MS9282
89
90 config MAX_CPUS
91         int
92         default 2
93         depends on BOARD_MSI_MS9282
94
95 config MAX_PHYSICAL_CPUS
96         int
97         default 1
98         depends on BOARD_MSI_MS9282
99
100 config HW_MEM_HOLE_SIZE_AUTO_INC
101         bool    
102         default n
103         depends on BOARD_MSI_MS9282
104
105 config HT_CHAIN_UNITID_BASE
106         hex
107         default 0x0
108         depends on BOARD_MSI_MS9282
109
110 config HT_CHAIN_END_UNITID_BASE
111         hex     
112         default 0x0
113         depends on BOARD_MSI_MS9282
114
115 config USE_INIT
116         bool
117         default n
118         depends on BOARD_MSI_MS9282
119
120 config SERIAL_CPU_INIT
121         bool    
122         default n
123         depends on BOARD_MSI_MS9282
124
125 config WAIT_BEFORE_CPUS_INIT
126         bool    
127         default n
128         depends on BOARD_MSI_MS9282
129
130 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
131         hex
132         default 0x1462
133         depends on BOARD_MSI_MS9282
134
135 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
136         hex
137         default 0x9282
138         depends on BOARD_MSI_MS9282
139
140 config IRQ_SLOT_COUNT
141         int
142         default 11
143         depends on BOARD_MSI_MS9282