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"
16 config RWSEM_GENERIC_SPINLOCK
19 config RWSEM_XCHGADD_ALGORITHM
22 config GENERIC_FIND_NEXT_BIT
25 config GENERIC_HWEIGHT
28 config GENERIC_CALIBRATE_DELAY
32 config GENERIC_HARDIRQS
36 config GENERIC_IRQ_PROBE
48 config ARCH_HAS_ILOG2_U32
52 config ARCH_HAS_ILOG2_U64
56 config ARCH_SUPPORTS_AOUT
59 # Turn off some random 386 crap that can affect device config
74 #############################################################################
75 #### v850-specific config
77 # Define the architecture
83 menu "Processor type and features"
91 bool "RTE-V850E/MA1-CB"
93 bool "RTE-V850E/NB85E-CB"
95 bool "RTE-V850E/ME2-CB"
98 config V850E2_SIM85E2C
100 config V850E2_SIM85E2S
102 config V850E2_FPGA85E2C
108 #### V850E processor-specific config
110 # All CPUs currently supported use the v850e architecture
115 # The RTE-V850E/MA1-CB is the only type of V850E/MA1 platform we
119 depends on RTE_CB_MA1
121 # Similarly for the RTE-V850E/NB85E-CB - V850E/TEG
124 depends on RTE_CB_NB85E
126 # ... and the RTE-V850E/ME2-CB - V850E/ME2
129 depends on RTE_CB_ME2
133 #### sim85e2-specific config
135 config V850E2_SIM85E2
137 depends on V850E2_SIM85E2C || V850E2_SIM85E2S
141 #### V850E2 processor-specific config
146 depends on V850E2_SIM85E2 || V850E2_FPGA85E2C || V850E2_ANNA
150 #### RTE-CB platform-specific config
152 # Boards in the RTE-x-CB series
155 depends on RTE_CB_MA1 || RTE_CB_NB85E || RTE_CB_ME2
160 # RTE_CB_NB85E can either have multi ROM support or not, but
161 # other platforms (currently only RTE_CB_MA1) require it.
162 prompt "Multi monitor ROM support" if RTE_CB_NB85E
163 depends on RTE_CB_MA1 || RTE_CB_NB85E
166 config RTE_CB_MULTI_DBTRAP
167 bool "Pass illegal insn trap / dbtrap to kernel"
168 depends on RTE_CB_MULTI
171 config RTE_CB_MA1_KSRAM
172 bool "Kernel in SRAM (limits size of kernel)"
173 depends on RTE_CB_MA1 && RTE_CB_MULTI
177 bool "Mother-A PCI support"
181 # The GBUS is used to talk to the RTE-MOTHER-A board
184 depends on RTE_MB_A_PCI
187 # The only PCI bus we support is on the RTE-MOTHER-A board
192 #### Some feature-specific configs
194 # Everything except for the GDB simulator uses the same interrupt controller
199 # Everything except for the various simulators uses the "Timer D" unit
202 default !V850E_SIM && !V850E2_SIM85E2
204 # Cache control used on some v850e1 processors
207 default V850E_TEG || V850E_ME2
209 # Cache control used on v850e2 processors; I think this should
210 # actually apply to more, but currently only the SIM85E2S uses it
213 default V850E2_SIM85E2S
217 default !V850E_CACHE && !V850E2_CACHE
219 # HZ depends on the platform
222 default 24 if V850E_SIM || V850E2_SIM85E2
223 default 122 if V850E2_FPGA85E2C
230 depends on V850E2_ANNA || V850E_AS85EP1 || RTE_CB_ME2
232 # Some platforms pre-zero memory, in which case the kernel doesn't need to
235 depends on !V850E2_SIM85E2C
238 # The crappy-ass zone allocator requires that the start of allocatable
239 # memory be aligned to the largest possible allocation.
240 config FORCE_MAX_ZONEORDER
242 default 8 if V850E2_SIM85E2C || V850E2_FPGA85E2C
244 config V850E_HIGHRES_TIMER
245 bool "High resolution timer support"
246 depends on V850E_TIMER_D
249 depends on V850E_HIGHRES_TIMER
259 #############################################################################
263 #############################################################################
265 menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
270 # Support for PCI bus.
272 source "drivers/pci/Kconfig"
274 source "drivers/pcmcia/Kconfig"
276 source "drivers/pci/hotplug/Kconfig"
280 menu "Executable file formats"
282 source "fs/Kconfig.binfmt"
288 #############################################################################
290 source "drivers/base/Kconfig"
292 source drivers/mtd/Kconfig
294 source drivers/parport/Kconfig
296 #source drivers/pnp/Kconfig
298 source drivers/block/Kconfig
300 #############################################################################
302 menu "Disk device support"
304 source "drivers/ide/Kconfig"
306 source "drivers/scsi/Kconfig"
310 #############################################################################
313 source "drivers/md/Kconfig"
315 source "drivers/message/fusion/Kconfig"
317 source "drivers/ieee1394/Kconfig"
319 source "drivers/message/i2o/Kconfig"
321 source "drivers/net/Kconfig"
323 source "drivers/isdn/Kconfig"
325 #source "drivers/telephony/Kconfig"
328 # input before char - char/joystick depends on it. As does USB.
330 source "drivers/input/Kconfig"
332 source "drivers/char/Kconfig"
334 #source drivers/misc/Config.in
335 source "drivers/media/Kconfig"
339 source "drivers/video/Kconfig"
341 source "sound/Kconfig"
343 source "drivers/usb/Kconfig"
345 source "arch/v850/Kconfig.debug"
347 source "security/Kconfig"
349 source "crypto/Kconfig"
353 #############################################################################