patch-2.6.6-vs1.9.0
[linux-2.6.git] / arch / v850 / Kconfig
1 #############################################################################
2 #
3 # For a description of the syntax of this configuration file,
4 # see Documentation/kbuild/kconfig-language.txt.
5 #
6 #############################################################################
7
8 mainmenu "uClinux/v850 (w/o MMU) Kernel Configuration"
9
10 config MMU
11         bool
12         default n
13 config UID16
14         bool
15         default n
16 config RWSEM_GENERIC_SPINLOCK
17         bool
18         default y
19 config RWSEM_XCHGADD_ALGORITHM
20         bool
21         default n
22
23 # Turn off some random 386 crap that can affect device config
24 config ISA
25         bool
26         default n
27 config ISAPNP
28         bool
29         default n
30 config EISA
31         bool
32         default n
33 config MCA
34         bool
35         default n
36
37
38 #############################################################################
39 #### v850-specific config
40
41 # Define the architecture
42 config V850
43         bool
44         default y
45
46 menu "Processor type and features"
47
48    choice
49           prompt "Platform"
50           default GDB
51       config V850E_SIM
52              bool "GDB"
53       config RTE_CB_MA1
54              bool "RTE-V850E/MA1-CB"
55       config RTE_CB_NB85E
56              bool "RTE-V850E/NB85E-CB"
57       config RTE_CB_ME2
58              bool "RTE-V850E/ME2-CB"
59       config V850E_AS85EP1
60              bool "AS85EP1"
61       config V850E2_SIM85E2C
62              bool "sim85e2c"
63       config V850E2_SIM85E2S
64              bool "sim85e2s"
65       config V850E2_FPGA85E2C
66              bool "NA85E2C-FPGA"
67       config V850E2_ANNA
68              bool "Anna"
69    endchoice
70
71
72    #### V850E processor-specific config
73
74    # All CPUs currently supported use the v850e architecture
75    config V850E
76           bool
77           default y
78
79    # The RTE-V850E/MA1-CB is the only type of V850E/MA1 platform we
80    # currently support
81    config V850E_MA1
82           bool
83           depends RTE_CB_MA1
84           default y
85    # Similarly for the RTE-V850E/NB85E-CB - V850E/TEG
86    config V850E_TEG
87           bool
88           depends RTE_CB_NB85E
89           default y
90    # ... and the RTE-V850E/ME2-CB - V850E/ME2
91    config V850E_ME2
92           bool
93           depends RTE_CB_ME2
94           default y
95
96
97    #### sim85e2-specific config
98
99    config V850E2_SIM85E2
100           bool
101           depends V850E2_SIM85E2C || V850E2_SIM85E2S
102           default y
103
104
105    #### V850E2 processor-specific config
106
107    # V850E2 processors
108    config V850E2
109           bool
110           depends V850E2_SIM85E2 || V850E2_FPGA85E2C || V850E2_ANNA
111           default y
112
113
114    #### RTE-CB platform-specific config
115
116    # Boards in the RTE-x-CB series
117    config RTE_CB
118           bool
119           depends RTE_CB_MA1 || RTE_CB_NB85E || RTE_CB_ME2
120           default y
121
122    config RTE_CB_MULTI
123           bool
124           # RTE_CB_NB85E can either have multi ROM support or not, but
125           # other platforms (currently only RTE_CB_MA1) require it.
126           prompt "Multi monitor ROM support" if RTE_CB_NB85E
127           depends RTE_CB_MA1 || RTE_CB_NB85E
128           default y
129
130    config RTE_CB_MULTI_DBTRAP
131           bool "Pass illegal insn trap / dbtrap to kernel"
132           depends RTE_CB_MULTI
133           default n
134
135    config RTE_CB_MA1_KSRAM
136           bool "Kernel in SRAM (limits size of kernel)"
137           depends RTE_CB_MA1 && RTE_CB_MULTI
138           default n
139
140    config RTE_MB_A_PCI
141           bool "Mother-A PCI support"
142           depends RTE_CB
143           default y
144
145    # The GBUS is used to talk to the RTE-MOTHER-A board
146    config RTE_GBUS_INT
147           bool
148           depends RTE_MB_A_PCI
149           default y
150
151    # The only PCI bus we support is on the RTE-MOTHER-A board
152    config PCI
153           bool
154           default RTE_MB_A_PCI
155
156
157    #### Some feature-specific configs
158
159    # Everything except for the GDB simulator uses the same interrupt controller
160    config V850E_INTC
161           bool
162           default !V850E_SIM
163
164    # Everything except for the various simulators uses the "Timer D" unit
165    config V850E_TIMER_D
166           bool
167           default !V850E_SIM && !V850E2_SIM85E2
168
169    # Cache control used on some v850e1 processors
170    config V850E_CACHE
171           bool
172           default V850E_TEG || V850E_ME2
173
174    # Cache control used on v850e2 processors; I think this should
175    # actually apply to more, but currently only the SIM85E2S uses it
176    config V850E2_CACHE
177           bool
178           default V850E2_SIM85E2S
179
180    config NO_CACHE
181           bool
182           default !V850E_CACHE && !V850E2_CACHE
183
184
185    #### Misc config
186
187    config ROM_KERNEL
188           bool "Kernel in ROM"
189           depends V850E2_ANNA || V850E_AS85EP1 || RTE_CB_ME2
190
191    # Some platforms pre-zero memory, in which case the kernel doesn't need to
192    config ZERO_BSS
193           bool
194           depends !V850E2_SIM85E2C
195           default y
196
197    # The crappy-ass zone allocator requires that the start of allocatable
198    # memory be aligned to the largest possible allocation.
199    config FORCE_MAX_ZONEORDER
200           int
201           default 8 if V850E2_SIM85E2C || V850E2_FPGA85E2C
202
203    config V850E_HIGHRES_TIMER
204           bool "High resolution timer support"
205           depends V850E_TIMER_D
206    config TIME_BOOTUP
207           bool "Time bootup"
208           depends V850E_HIGHRES_TIMER
209
210    config RESET_GUARD
211           bool "Reset Guard"
212
213    config LARGE_ALLOCS
214           bool "Allow allocating large blocks (> 1MB) of memory"
215           help
216              Allow the slab memory allocator to keep chains for very large
217              memory sizes - upto 32MB. You may need this if your system has
218              a lot of RAM, and you need to able to allocate very large
219              contiguous chunks. If unsure, say N.
220
221 endmenu
222
223
224 #############################################################################
225
226 source init/Kconfig
227
228 #############################################################################
229
230 menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
231
232 #    config PCI
233 #          bool "PCI support"
234 #          help
235 #            Support for PCI bus.
236
237 source "drivers/pci/Kconfig"
238
239 source "drivers/pcmcia/Kconfig"
240
241 source "drivers/pci/hotplug/Kconfig"
242
243 endmenu
244
245 menu "Executable file formats"
246
247 source "fs/Kconfig.binfmt"
248
249 endmenu
250
251 #############################################################################
252
253 source "drivers/base/Kconfig"
254
255 source drivers/mtd/Kconfig
256
257 source drivers/parport/Kconfig
258
259 #source drivers/pnp/Kconfig
260
261 source drivers/block/Kconfig
262
263 #############################################################################
264
265 menu "Disk device support"
266
267 source "drivers/ide/Kconfig"
268
269 source "drivers/scsi/Kconfig"
270
271 endmenu
272
273 #############################################################################
274
275
276 source "drivers/md/Kconfig"
277
278 source "drivers/message/fusion/Kconfig"
279
280 source "drivers/ieee1394/Kconfig"
281
282 source "drivers/message/i2o/Kconfig"
283
284 source "net/Kconfig"
285
286 source "drivers/isdn/Kconfig"
287
288 #source "drivers/telephony/Kconfig"
289
290 #
291 # input before char - char/joystick depends on it. As does USB.
292 #
293 source "drivers/input/Kconfig"
294
295 source "drivers/char/Kconfig"
296
297 #source drivers/misc/Config.in
298 source "drivers/media/Kconfig"
299
300 source "fs/Kconfig"
301
302 source "drivers/video/Kconfig"
303
304 source "sound/Kconfig"
305
306 source "drivers/usb/Kconfig"
307
308
309 menu "Kernel hacking"
310
311 config DEBUG_KERNEL
312         bool "Kernel debugging"
313
314 config DEBUG_INFO
315         bool "Compile the kernel with debug info"
316         depends on DEBUG_KERNEL
317         help
318           If you say Y here the resulting kernel image will include
319           debugging info resulting in a larger kernel image.
320           Say Y here only if you plan to use gdb to debug the kernel.
321           If you don't debug the kernel, you can say N.
322
323 config MAGIC_SYSRQ
324         bool "Magic SysRq key"
325         depends on DEBUG_KERNEL
326         help
327           Enables console device to interprent special characters as
328           commands to dump state information.
329
330 config NO_KERNEL_MSG
331         bool "Suppress Kernel BUG Messages"
332         help
333           Do not output any debug BUG messages within the kernel.
334
335 endmenu
336
337 source "kernel/vserver/Kconfig"
338
339 source "security/Kconfig"
340
341 source "crypto/Kconfig"
342
343 source "lib/Kconfig"
344
345 #############################################################################