Remove Kconfig entries that disable
[coreboot.git] / src / mainboard / msi / ms7260 / Kconfig
1 config BOARD_MSI_MS7260
2         bool "MS-7260 (K9N Neo)"
3         select ARCH_X86
4         select CPU_AMD_SOCKET_AM2
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_BUS_CONFIG
10         select HAVE_PIRQ_TABLE
11         select HAVE_MP_TABLE
12         select USE_PRINTK_IN_CAR
13         select USE_DCACHE_RAM
14         select HAVE_HARD_RESET
15         select LIFT_BSP_APIC_ID
16         select K8_REV_F_SUPPORT
17         select BOARD_ROMSIZE_KB_512
18  
19 config MAINBOARD_DIR
20         string
21         default msi/ms7260
22         depends on BOARD_MSI_MS7260
23
24 config DCACHE_RAM_BASE
25         hex
26         default 0xc8000
27         depends on BOARD_MSI_MS7260
28         
29 config DCACHE_RAM_SIZE
30         hex
31         default 0x08000
32         depends on BOARD_MSI_MS7260
33
34 config DCACHE_RAM_GLOBAL_VAR_SIZE
35         hex
36         default 0x01000
37         depends on BOARD_MSI_MS7260
38
39 config APIC_ID_OFFSET
40         hex     
41         default 0x10
42         depends on BOARD_MSI_MS7260
43
44 config MEM_TRAIN_SEQ
45         int
46         default 2
47         depends on BOARD_MSI_MS7260
48
49 config SB_HT_CHAIN_ON_BUS0
50         int
51         default 2
52         depends on BOARD_MSI_MS7260
53
54 config LB_CKS_RANGE_START
55         int
56         default 49
57         depends on BOARD_MSI_MS7260
58
59 config LB_CKS_RANGE_END
60         int
61         default 122
62         depends on BOARD_MSI_MS7260
63
64 config LB_CKS_LOC
65         int
66         default 123
67         depends on BOARD_MSI_MS7260
68
69 config MAINBOARD_PART_NUMBER
70         string
71         default "MS-7260"
72         depends on BOARD_MSI_MS7260
73
74 config PCI_64BIT_PREF_MEM
75         bool
76         default n
77         depends on BOARD_MSI_MS7260
78
79 config HAVE_FALLBACK_BOOT
80         bool
81         default n
82         depends on BOARD_MSI_MS7260
83
84 config USE_FALLBACK_IMAGE
85         bool
86         default n
87         depends on BOARD_MSI_MS7260
88
89 config HW_MEM_HOLE_SIZEK
90         hex
91         default 0x100000
92         depends on BOARD_MSI_MS7260
93
94 config MAX_CPUS
95         int
96         default 2
97         depends on BOARD_MSI_MS7260
98
99 config MAX_PHYSICAL_CPUS
100         int
101         default 1
102         depends on BOARD_MSI_MS7260
103
104 config HW_MEM_HOLE_SIZE_AUTO_INC
105         bool    
106         default n
107         depends on BOARD_MSI_MS7260
108
109 config HT_CHAIN_UNITID_BASE
110         hex
111         default 0x0
112         depends on BOARD_MSI_MS7260
113
114 config HT_CHAIN_END_UNITID_BASE
115         hex     
116         default 0x20
117         depends on BOARD_MSI_MS7260
118
119 config USE_INIT
120         bool
121         default n
122         depends on BOARD_MSI_MS7260
123
124 config SERIAL_CPU_INIT
125         bool    
126         default n
127         depends on BOARD_MSI_MS7260
128
129 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
130         hex
131         default 0x1462
132         depends on BOARD_MSI_MS7260
133
134 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
135         hex
136         default 0x7260
137         depends on BOARD_MSI_MS7260
138
139 config IRQ_SLOT_COUNT
140         int
141         default 11
142         depends on BOARD_MSI_MS7260