2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
6 mainmenu "Linux/CRIS Kernel Configuration"
12 config RWSEM_GENERIC_SPINLOCK
16 config RWSEM_XCHGADD_ALGORITHM
19 config GENERIC_FIND_NEXT_BIT
23 config GENERIC_HWEIGHT
27 config GENERIC_CALIBRATE_DELAY
39 source "fs/Kconfig.binfmt"
42 string "Kernel command line"
43 default "root=/dev/mtdblock3"
45 Pass additional commands to the kernel.
48 bool "Enable ETRAX watchdog"
50 Enable the built-in watchdog timer support on ETRAX based embedded
53 config ETRAX_WATCHDOG_NICE_DOGGY
54 bool "Disable watchdog during Oops printouts"
55 depends on ETRAX_WATCHDOG
57 By enabling this you make sure that the watchdog does not bite while
58 printing oopses. Recommended for development systems but not for
61 config ETRAX_FAST_TIMER
62 bool "Enable ETRAX fast timer API"
64 This options enables the API to a fast timer implementation using
65 timer1 to get sub jiffie resolution timers (primarily one-shot
67 This is needed if CONFIG_ETRAX_SERIAL_FAST_TIMER is enabled.
70 bool "Preemptible Kernel"
72 This option reduces the latency of the kernel when reacting to
73 real-time or interactive events by allowing a low priority process to
74 be preempted even if it is in kernel mode executing a system call.
75 This allows applications to run more reliably even when the system is
78 Say Y here if you are building a kernel for a desktop, embedded
79 or real-time system. Say N if you are unsure.
88 prompt "Processor type"
94 Support version 1 of the ETRAX 100LX.
99 Support version 2 of the ETRAX 100LX.
102 bool "ETRAX-100LX-for-xsim-simulator"
104 Support the xsim ETRAX Simulator.
108 config ETRAX_ARCH_V10
110 default y if ETRAX100LX || ETRAX100LX_V2
111 default n if !(ETRAX100LX || ETRAX100LX_V2)
113 config ETRAX_DRAM_SIZE
114 int "DRAM size (dec, in MB)"
117 Size of DRAM (decimal in MB) typically 2, 8 or 16.
119 config ETRAX_FLASH_BUSWIDTH
120 int "Buswidth of flash in bytes"
123 Width in bytes of the Flash bus (1, 2 or 4). Is usually 2.
125 source arch/cris/arch-v10/Kconfig
131 # bring in ETRAX built-in drivers
132 menu "Drivers for built-in interfaces"
133 source arch/cris/arch-v10/drivers/Kconfig
137 source "drivers/base/Kconfig"
139 # standard linux drivers
140 source "drivers/mtd/Kconfig"
142 source "drivers/parport/Kconfig"
144 source "drivers/pnp/Kconfig"
146 source "drivers/block/Kconfig"
148 source "drivers/md/Kconfig"
150 source "drivers/ide/Kconfig"
152 source "drivers/scsi/Kconfig"
154 source "drivers/ieee1394/Kconfig"
156 source "drivers/message/i2o/Kconfig"
158 source "drivers/net/Kconfig"
160 source "drivers/isdn/Kconfig"
162 source "drivers/telephony/Kconfig"
164 source "drivers/cdrom/Kconfig"
167 # input before char - char/joystick depends on it. As does USB.
169 source "drivers/input/Kconfig"
171 source "drivers/char/Kconfig"
173 #source drivers/misc/Config.in
174 source "drivers/media/Kconfig"
178 source "sound/Kconfig"
180 source "drivers/usb/Kconfig"
182 source "arch/cris/Kconfig.debug"
184 source "security/Kconfig"
186 source "crypto/Kconfig"