2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
6 mainmenu "Linux/CRIS Kernel Configuration"
16 config RWSEM_GENERIC_SPINLOCK
20 config RWSEM_XCHGADD_ALGORITHM
23 config GENERIC_CALIBRATE_DELAY
35 source "fs/Kconfig.binfmt"
38 string "Kernel command line"
39 default "root=/dev/mtdblock3"
41 Pass additional commands to the kernel.
44 bool "Enable ETRAX watchdog"
46 Enable the built-in watchdog timer support on ETRAX based embedded
49 config ETRAX_WATCHDOG_NICE_DOGGY
50 bool "Disable watchdog during Oops printouts"
51 depends on ETRAX_WATCHDOG
53 By enabling this you make sure that the watchdog does not bite while
54 printing oopses. Recommended for development systems but not for
57 config ETRAX_FAST_TIMER
58 bool "Enable ETRAX fast timer API"
60 This options enables the API to a fast timer implementation using
61 timer1 to get sub jiffie resolution timers (primarily one-shot
63 This is needed if CONFIG_ETRAX_SERIAL_FAST_TIMER is enabled.
66 bool "Preemptible Kernel"
68 This option reduces the latency of the kernel when reacting to
69 real-time or interactive events by allowing a low priority process to
70 be preempted even if it is in kernel mode executing a system call.
71 This allows applications to run more reliably even when the system is
74 Say Y here if you are building a kernel for a desktop, embedded
75 or real-time system. Say N if you are unsure.
84 prompt "Processor type"
90 Support version 1 of the ETRAX 100LX.
95 Support version 2 of the ETRAX 100LX.
98 bool "ETRAX-100LX-for-xsim-simulator"
100 Support the xsim ETRAX Simulator.
104 config ETRAX_ARCH_V10
106 default y if ETRAX100LX || ETRAX100LX_V2
107 default n if !(ETRAX100LX || ETRAX100LX_V2)
109 config ETRAX_DRAM_SIZE
110 int "DRAM size (dec, in MB)"
113 Size of DRAM (decimal in MB) typically 2, 8 or 16.
115 config ETRAX_FLASH_BUSWIDTH
116 int "Buswidth of flash in bytes"
119 Width in bytes of the Flash bus (1, 2 or 4). Is usually 2.
121 source arch/cris/arch-v10/Kconfig
127 # bring in ETRAX built-in drivers
128 menu "Drivers for built-in interfaces"
129 source arch/cris/arch-v10/drivers/Kconfig
133 source "drivers/base/Kconfig"
135 # standard linux drivers
136 source "drivers/mtd/Kconfig"
138 source "drivers/parport/Kconfig"
140 source "drivers/pnp/Kconfig"
142 source "drivers/block/Kconfig"
144 source "drivers/md/Kconfig"
146 source "drivers/ide/Kconfig"
148 source "drivers/scsi/Kconfig"
150 source "drivers/ieee1394/Kconfig"
152 source "drivers/message/i2o/Kconfig"
154 source "drivers/net/Kconfig"
156 source "drivers/isdn/Kconfig"
158 source "drivers/telephony/Kconfig"
160 source "drivers/cdrom/Kconfig"
163 # input before char - char/joystick depends on it. As does USB.
165 source "drivers/input/Kconfig"
167 source "drivers/char/Kconfig"
169 #source drivers/misc/Config.in
170 source "drivers/media/Kconfig"
174 source "sound/Kconfig"
176 source "drivers/usb/Kconfig"
178 source "arch/cris/Kconfig.debug"
180 source "security/Kconfig"
182 source "crypto/Kconfig"