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
31 # Turn off some random 386 crap that can affect device config
46 #############################################################################
47 #### v850-specific config
49 # Define the architecture
54 menu "Processor type and features"
62 bool "RTE-V850E/MA1-CB"
64 bool "RTE-V850E/NB85E-CB"
66 bool "RTE-V850E/ME2-CB"
69 config V850E2_SIM85E2C
71 config V850E2_SIM85E2S
73 config V850E2_FPGA85E2C
79 #### V850E processor-specific config
81 # All CPUs currently supported use the v850e architecture
86 # The RTE-V850E/MA1-CB is the only type of V850E/MA1 platform we
92 # Similarly for the RTE-V850E/NB85E-CB - V850E/TEG
97 # ... and the RTE-V850E/ME2-CB - V850E/ME2
104 #### sim85e2-specific config
106 config V850E2_SIM85E2
108 depends V850E2_SIM85E2C || V850E2_SIM85E2S
112 #### V850E2 processor-specific config
117 depends V850E2_SIM85E2 || V850E2_FPGA85E2C || V850E2_ANNA
121 #### RTE-CB platform-specific config
123 # Boards in the RTE-x-CB series
126 depends RTE_CB_MA1 || RTE_CB_NB85E || RTE_CB_ME2
131 # RTE_CB_NB85E can either have multi ROM support or not, but
132 # other platforms (currently only RTE_CB_MA1) require it.
133 prompt "Multi monitor ROM support" if RTE_CB_NB85E
134 depends RTE_CB_MA1 || RTE_CB_NB85E
137 config RTE_CB_MULTI_DBTRAP
138 bool "Pass illegal insn trap / dbtrap to kernel"
142 config RTE_CB_MA1_KSRAM
143 bool "Kernel in SRAM (limits size of kernel)"
144 depends RTE_CB_MA1 && RTE_CB_MULTI
148 bool "Mother-A PCI support"
152 # The GBUS is used to talk to the RTE-MOTHER-A board
158 # The only PCI bus we support is on the RTE-MOTHER-A board
163 #### Some feature-specific configs
165 # Everything except for the GDB simulator uses the same interrupt controller
170 # Everything except for the various simulators uses the "Timer D" unit
173 default !V850E_SIM && !V850E2_SIM85E2
175 # Cache control used on some v850e1 processors
178 default V850E_TEG || V850E_ME2
180 # Cache control used on v850e2 processors; I think this should
181 # actually apply to more, but currently only the SIM85E2S uses it
184 default V850E2_SIM85E2S
188 default !V850E_CACHE && !V850E2_CACHE
194 depends V850E2_ANNA || V850E_AS85EP1 || RTE_CB_ME2
196 # Some platforms pre-zero memory, in which case the kernel doesn't need to
199 depends !V850E2_SIM85E2C
202 # The crappy-ass zone allocator requires that the start of allocatable
203 # memory be aligned to the largest possible allocation.
204 config FORCE_MAX_ZONEORDER
206 default 8 if V850E2_SIM85E2C || V850E2_FPGA85E2C
208 config V850E_HIGHRES_TIMER
209 bool "High resolution timer support"
210 depends V850E_TIMER_D
213 depends V850E_HIGHRES_TIMER
219 bool "Allow allocating large blocks (> 1MB) of memory"
221 Allow the slab memory allocator to keep chains for very large
222 memory sizes - upto 32MB. You may need this if your system has
223 a lot of RAM, and you need to able to allocate very large
224 contiguous chunks. If unsure, say N.
231 #############################################################################
235 #############################################################################
237 menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
242 # Support for PCI bus.
244 source "drivers/pci/Kconfig"
246 source "drivers/pcmcia/Kconfig"
248 source "drivers/pci/hotplug/Kconfig"
252 menu "Executable file formats"
254 source "fs/Kconfig.binfmt"
260 #############################################################################
262 source "drivers/base/Kconfig"
264 source drivers/mtd/Kconfig
266 source drivers/parport/Kconfig
268 #source drivers/pnp/Kconfig
270 source drivers/block/Kconfig
272 #############################################################################
274 menu "Disk device support"
276 source "drivers/ide/Kconfig"
278 source "drivers/scsi/Kconfig"
282 #############################################################################
285 source "drivers/md/Kconfig"
287 source "drivers/message/fusion/Kconfig"
289 source "drivers/ieee1394/Kconfig"
291 source "drivers/message/i2o/Kconfig"
293 source "drivers/net/Kconfig"
295 source "drivers/isdn/Kconfig"
297 #source "drivers/telephony/Kconfig"
300 # input before char - char/joystick depends on it. As does USB.
302 source "drivers/input/Kconfig"
304 source "drivers/char/Kconfig"
306 #source drivers/misc/Config.in
307 source "drivers/media/Kconfig"
311 source "drivers/video/Kconfig"
313 source "sound/Kconfig"
315 source "drivers/usb/Kconfig"
317 source "arch/v850/Kconfig.debug"
319 source "security/Kconfig"
321 source "crypto/Kconfig"
325 #############################################################################