Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
[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 0x10
23         depends on BOARD_MSI_MS7135
24
25 config SB_HT_CHAIN_ON_BUS0
26         int
27         default 2
28         depends on BOARD_MSI_MS7135
29
30 config LB_CKS_RANGE_END
31         int
32         default 122
33         depends on BOARD_MSI_MS7135
34
35 config LB_CKS_LOC
36         int
37         default 123
38         depends on BOARD_MSI_MS7135
39
40 config MAINBOARD_PART_NUMBER
41         string
42         default "MS-7135"
43         depends on BOARD_MSI_MS7135
44
45 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
46         hex
47         default 0x2895
48         depends on BOARD_MSI_MS7135
49
50 config HW_MEM_HOLE_SIZEK
51         hex
52         default 0x100000
53         depends on BOARD_MSI_MS7135
54
55 config MEM_TRAIN_SEQ
56         bool
57         default n
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 MEM_TRAIN_SEQ
71         bool
72         default n
73         depends on BOARD_MSI_MS7135
74
75 config HW_MEM_HOLE_SIZE_AUTO_INC
76         bool
77         default n
78         depends on BOARD_MSI_MS7135
79
80 config HT_CHAIN_UNITID_BASE
81         hex
82         default 0
83         depends on BOARD_MSI_MS7135
84
85 config HT_CHAIN_END_UNITID_BASE
86         hex
87         default 0x20
88         depends on BOARD_MSI_MS7135
89
90 config USE_INIT
91         bool
92         default n
93         depends on BOARD_MSI_MS7135
94
95 config WAIT_BEFORE_CPUS_INIT
96         bool
97         default n
98         depends on BOARD_MSI_MS7135
99
100 config SB_HT_CHAIN_ON_BUS0
101         int
102         default 2
103         depends on BOARD_MSI_MS7135
104
105 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
106         bool
107         default n
108         depends on BOARD_MSI_MS7135
109
110 config IRQ_SLOT_COUNT
111         int
112         default 13
113         depends on BOARD_MSI_MS7135
114
115 config DCACHE_RAM_BASE
116         hex
117         default 0xcf000
118         depends on BOARD_MSI_MS7135
119
120 config DCACHE_RAM_SIZE
121         hex
122         default 0x1000
123         depends on BOARD_MSI_MS7135