1 #############################################################################
3 # For a description of the syntax of this configuration file,
4 # see Documentation/kbuild/kconfig-language.txt.
6 #############################################################################
8 mainmenu "uClinux/v850 (w/o MMU) Kernel Configuration"
13 config RWSEM_GENERIC_SPINLOCK
16 config RWSEM_XCHGADD_ALGORITHM
19 config GENERIC_CALIBRATE_DELAY
23 config GENERIC_HARDIRQS
27 config GENERIC_IRQ_PROBE
35 # Turn off some random 386 crap that can affect device config
50 #############################################################################
51 #### v850-specific config
53 # Define the architecture
58 menu "Processor type and features"
66 bool "RTE-V850E/MA1-CB"
68 bool "RTE-V850E/NB85E-CB"
70 bool "RTE-V850E/ME2-CB"
73 config V850E2_SIM85E2C
75 config V850E2_SIM85E2S
77 config V850E2_FPGA85E2C
83 #### V850E processor-specific config
85 # All CPUs currently supported use the v850e architecture
90 # The RTE-V850E/MA1-CB is the only type of V850E/MA1 platform we
96 # Similarly for the RTE-V850E/NB85E-CB - V850E/TEG
101 # ... and the RTE-V850E/ME2-CB - V850E/ME2
108 #### sim85e2-specific config
110 config V850E2_SIM85E2
112 depends V850E2_SIM85E2C || V850E2_SIM85E2S
116 #### V850E2 processor-specific config
121 depends V850E2_SIM85E2 || V850E2_FPGA85E2C || V850E2_ANNA
125 #### RTE-CB platform-specific config
127 # Boards in the RTE-x-CB series
130 depends RTE_CB_MA1 || RTE_CB_NB85E || RTE_CB_ME2
135 # RTE_CB_NB85E can either have multi ROM support or not, but
136 # other platforms (currently only RTE_CB_MA1) require it.
137 prompt "Multi monitor ROM support" if RTE_CB_NB85E
138 depends RTE_CB_MA1 || RTE_CB_NB85E
141 config RTE_CB_MULTI_DBTRAP
142 bool "Pass illegal insn trap / dbtrap to kernel"
146 config RTE_CB_MA1_KSRAM
147 bool "Kernel in SRAM (limits size of kernel)"
148 depends RTE_CB_MA1 && RTE_CB_MULTI
152 bool "Mother-A PCI support"
156 # The GBUS is used to talk to the RTE-MOTHER-A board
162 # The only PCI bus we support is on the RTE-MOTHER-A board
167 #### Some feature-specific configs
169 # Everything except for the GDB simulator uses the same interrupt controller
174 # Everything except for the various simulators uses the "Timer D" unit
177 default !V850E_SIM && !V850E2_SIM85E2
179 # Cache control used on some v850e1 processors
182 default V850E_TEG || V850E_ME2
184 # Cache control used on v850e2 processors; I think this should
185 # actually apply to more, but currently only the SIM85E2S uses it
188 default V850E2_SIM85E2S
192 default !V850E_CACHE && !V850E2_CACHE
198 depends V850E2_ANNA || V850E_AS85EP1 || RTE_CB_ME2
200 # Some platforms pre-zero memory, in which case the kernel doesn't need to
203 depends !V850E2_SIM85E2C
206 # The crappy-ass zone allocator requires that the start of allocatable
207 # memory be aligned to the largest possible allocation.
208 config FORCE_MAX_ZONEORDER
210 default 8 if V850E2_SIM85E2C || V850E2_FPGA85E2C
212 config V850E_HIGHRES_TIMER
213 bool "High resolution timer support"
214 depends V850E_TIMER_D
217 depends V850E_HIGHRES_TIMER
223 bool "Allow allocating large blocks (> 1MB) of memory"
225 Allow the slab memory allocator to keep chains for very large
226 memory sizes - upto 32MB. You may need this if your system has
227 a lot of RAM, and you need to able to allocate very large
228 contiguous chunks. If unsure, say N.
235 #############################################################################
239 #############################################################################
241 menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
246 # Support for PCI bus.
248 source "drivers/pci/Kconfig"
250 source "drivers/pcmcia/Kconfig"
252 source "drivers/pci/hotplug/Kconfig"
256 menu "Executable file formats"
258 source "fs/Kconfig.binfmt"
264 #############################################################################
266 source "drivers/base/Kconfig"
268 source drivers/mtd/Kconfig
270 source drivers/parport/Kconfig
272 #source drivers/pnp/Kconfig
274 source drivers/block/Kconfig
276 #############################################################################
278 menu "Disk device support"
280 source "drivers/ide/Kconfig"
282 source "drivers/scsi/Kconfig"
286 #############################################################################
289 source "drivers/md/Kconfig"
291 source "drivers/message/fusion/Kconfig"
293 source "drivers/ieee1394/Kconfig"
295 source "drivers/message/i2o/Kconfig"
297 source "drivers/net/Kconfig"
299 source "drivers/isdn/Kconfig"
301 #source "drivers/telephony/Kconfig"
304 # input before char - char/joystick depends on it. As does USB.
306 source "drivers/input/Kconfig"
308 source "drivers/char/Kconfig"
310 #source drivers/misc/Config.in
311 source "drivers/media/Kconfig"
315 source "drivers/video/Kconfig"
317 source "sound/Kconfig"
319 source "drivers/usb/Kconfig"
321 source "arch/v850/Kconfig.debug"
323 source "security/Kconfig"
325 source "crypto/Kconfig"
329 #############################################################################