[MIPS] Move CFE code into arch/mips/fw/cfe
[linux-2.6] / arch / mips / sibyte / Kconfig
1 config SIBYTE_SB1250
2         bool
3         select HW_HAS_PCI
4         select SIBYTE_ENABLE_LDT_IF_PCI
5         select SIBYTE_HAS_ZBUS_PROFILING
6         select SIBYTE_SB1xxx_SOC
7         select SYS_SUPPORTS_SMP
8
9 config SIBYTE_BCM1120
10         bool
11         select SIBYTE_BCM112X
12         select SIBYTE_HAS_ZBUS_PROFILING
13         select SIBYTE_SB1xxx_SOC
14
15 config SIBYTE_BCM1125
16         bool
17         select HW_HAS_PCI
18         select SIBYTE_BCM112X
19         select SIBYTE_HAS_ZBUS_PROFILING
20         select SIBYTE_SB1xxx_SOC
21
22 config SIBYTE_BCM1125H
23         bool
24         select HW_HAS_PCI
25         select SIBYTE_BCM112X
26         select SIBYTE_ENABLE_LDT_IF_PCI
27         select SIBYTE_HAS_ZBUS_PROFILING
28         select SIBYTE_SB1xxx_SOC
29
30 config SIBYTE_BCM112X
31         bool
32         select SIBYTE_SB1xxx_SOC
33         select SIBYTE_HAS_ZBUS_PROFILING
34
35 config SIBYTE_BCM1x80
36         bool
37         select HW_HAS_PCI
38         select SIBYTE_HAS_ZBUS_PROFILING
39         select SIBYTE_SB1xxx_SOC
40         select SYS_SUPPORTS_SMP
41
42 config SIBYTE_BCM1x55
43         bool
44         select HW_HAS_PCI
45         select SIBYTE_SB1xxx_SOC
46         select SIBYTE_HAS_ZBUS_PROFILING
47         select SYS_SUPPORTS_SMP
48
49 config SIBYTE_SB1xxx_SOC
50         bool
51         select DMA_COHERENT
52         select SIBYTE_CFE
53         select SWAP_IO_SPACE
54         select SYS_SUPPORTS_32BIT_KERNEL
55         select SYS_SUPPORTS_64BIT_KERNEL
56
57 choice
58         prompt "SiByte SOC Stepping"
59         depends on SIBYTE_SB1xxx_SOC
60
61 config CPU_SB1_PASS_1
62         bool "1250 Pass1"
63         depends on SIBYTE_SB1250
64         select CPU_HAS_PREFETCH
65
66 config CPU_SB1_PASS_2_1250
67         bool "1250 An"
68         depends on SIBYTE_SB1250
69         select CPU_SB1_PASS_2
70         help
71           Also called BCM1250 Pass 2
72
73 config CPU_SB1_PASS_2_2
74         bool "1250 Bn"
75         depends on SIBYTE_SB1250
76         select CPU_HAS_PREFETCH
77         help
78           Also called BCM1250 Pass 2.2
79
80 config CPU_SB1_PASS_4
81         bool "1250 Cn"
82         depends on SIBYTE_SB1250
83         select CPU_HAS_PREFETCH
84         help
85           Also called BCM1250 Pass 3
86
87 config CPU_SB1_PASS_2_112x
88         bool "112x Hybrid"
89         depends on SIBYTE_BCM112X
90         select CPU_SB1_PASS_2
91
92 config CPU_SB1_PASS_3
93         bool "112x An"
94         depends on SIBYTE_BCM112X
95         select CPU_HAS_PREFETCH
96
97 endchoice
98
99 config CPU_SB1_PASS_2
100         bool
101
102 config SIBYTE_HAS_LDT
103         bool
104
105 config SIBYTE_ENABLE_LDT_IF_PCI
106         bool
107         select SIBYTE_HAS_LDT if PCI
108
109 config SIMULATION
110         bool "Running under simulation"
111         depends on SIBYTE_SB1xxx_SOC
112         help
113           Build a kernel suitable for running under the GDB simulator.
114           Primarily adjusts the kernel's notion of time.
115
116 config SB1_CEX_ALWAYS_FATAL
117         bool "All cache exceptions considered fatal (no recovery attempted)"
118         depends on SIBYTE_SB1xxx_SOC
119
120 config SB1_CERR_STALL
121         bool "Stall (rather than panic) on fatal cache error"
122         depends on SIBYTE_SB1xxx_SOC
123
124 config SIBYTE_CFE
125         bool "Booting from CFE"
126         depends on SIBYTE_SB1xxx_SOC
127         select CFE
128         select SYS_HAS_EARLY_PRINTK
129         help
130           Make use of the CFE API for enumerating available memory,
131           controlling secondary CPUs, and possibly console output.
132
133 config SIBYTE_CFE_CONSOLE
134         bool "Use firmware console"
135         depends on SIBYTE_CFE
136         help
137           Use the CFE API's console write routines during boot.  Other console
138           options (VT console, sb1250 duart console, etc.) should not be
139           configured.
140
141 config SIBYTE_STANDALONE
142         bool
143         depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE
144         select SYS_HAS_EARLY_PRINTK
145         default y
146
147 config SIBYTE_STANDALONE_RAM_SIZE
148         int "Memory size (in megabytes)"
149         depends on SIBYTE_STANDALONE
150         default "32"
151
152 config SIBYTE_BUS_WATCHER
153         bool "Support for Bus Watcher statistics"
154         depends on SIBYTE_SB1xxx_SOC
155         help
156           Handle and keep statistics on the bus error interrupts (COR_ECC,
157           BAD_ECC, IO_BUS).
158
159 config SIBYTE_BW_TRACE
160         bool "Capture bus trace before bus error"
161         depends on SIBYTE_BUS_WATCHER
162         help
163           Run a continuous bus trace, dumping the raw data as soon as
164           a ZBbus error is detected.  Cannot work if ZBbus profiling
165           is turned on, and also will interfere with JTAG-based trace
166           buffer activity.  Raw buffer data is dumped to console, and
167           must be processed off-line.
168
169 config SIBYTE_SB1250_PROF
170         bool "Support for SB1/SOC profiling - SB1/SCD perf counters"
171         depends on SIBYTE_SB1xxx_SOC
172
173 config SIBYTE_TBPROF
174         tristate "Support for ZBbus profiling"
175         depends on SIBYTE_HAS_ZBUS_PROFILING
176
177 config SIBYTE_HAS_ZBUS_PROFILING
178         bool