Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-drm-fsl-dcu.git] / arch / arm26 / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5
6 mainmenu "Linux Kernel Configuration"
7
8 config ARM
9         bool
10         default y
11
12 config ARM26
13         bool
14         default y
15
16 config MMU
17         bool
18         default y
19
20 config ARCH_ACORN
21         bool
22         default y
23
24 config CPU_26
25         bool
26         default y
27
28 config FIQ
29         bool
30         default y
31
32 # 9 = 512 pages 8 = 256 pages 7 = 128 pages
33 config FORCE_MAX_ZONEORDER
34         int
35         default 9
36
37 config RWSEM_GENERIC_SPINLOCK
38         bool
39         default y
40
41 config RWSEM_XCHGADD_ALGORITHM
42         bool
43
44 config ARCH_HAS_ILOG2_U32
45         bool
46         default n
47
48 config ARCH_HAS_ILOG2_U64
49         bool
50         default n
51
52 config GENERIC_HWEIGHT
53         bool
54         default y
55
56 config GENERIC_CALIBRATE_DELAY
57         bool
58         default y
59
60 config ZONE_DMA
61         bool
62         default y
63
64 config GENERIC_ISA_DMA
65         bool
66
67 config ARCH_MAY_HAVE_PC_FDC
68         bool
69
70 source "init/Kconfig"
71
72
73 menu "System Type"
74
75 choice
76         prompt "Archimedes/A5000 Implementations"
77
78 config ARCH_ARC
79         bool "Archimedes"
80         help
81           Say Y to support the Acorn Archimedes.
82
83           The Acorn Archimedes was an personal computer based on an 8MHz ARM2
84           processor, released in 1987.  It supported up to 16MB of RAM in
85           later models and floppy, harddisc, ethernet etc.
86
87 config ARCH_A5K
88         bool "A5000"
89         select ARCH_MAY_HAVE_PC_FDC
90         help
91           Say Y here to support the Acorn A5000.
92
93           Linux can support the
94           internal IDE disk and CD-ROM interface, serial and parallel port,
95           and the floppy drive.  Note that on some A5000s the floppy is
96           plugged into the wrong socket on the motherboard.
97
98 config PAGESIZE_16
99         bool "2MB physical memory (broken)"
100         help
101           Say Y here if your Archimedes or A5000 system has only 2MB of
102           memory, otherwise say N.  The resulting kernel will not run on a
103           machine with 4MB of memory.
104 endchoice
105 endmenu
106
107 config ISA_DMA_API
108         bool
109         default y
110
111 menu "General setup"
112
113 # Compressed boot loader in ROM.  Yes, we really want to ask about
114 # TEXT and BSS so we preserve their values in the config files.
115 config ZBOOT_ROM
116         bool "Compressed boot loader in ROM/flash"
117         help
118           Say Y here if you intend to execute your compressed kernel image (zImage)
119           directly from ROM or flash.  If unsure, say N.
120
121 config ZBOOT_ROM_TEXT
122         depends on ZBOOT_ROM
123         hex "Compressed ROM boot loader base address"
124         default "0"
125         help
126           The base address for zImage.  Unless you have special requirements, you
127           should not change this value.
128
129 config ZBOOT_ROM_BSS
130         depends on ZBOOT_ROM
131         hex "Compressed ROM boot loader BSS address"
132         default "0"
133         help
134           The base address of 64KiB of read/write memory, which must be available
135           while the decompressor is running.  Unless you have special requirements,
136           you should not change this value.
137
138 config XIP_KERNEL
139         bool "Execute In Place (XIP) kernel image"
140         help
141           Select this option to create a kernel that can be programmed into
142           the OS ROMs.
143
144 comment "At least one math emulation must be selected"
145
146 config FPE_NWFPE
147         tristate "NWFPE math emulation"
148         ---help---
149           Say Y to include the NWFPE floating point emulator in the kernel.
150           This is necessary to run most binaries. Linux does not currently
151           support floating point hardware so you need to say Y here even if
152           your machine has an FPA or floating point co-processor module.
153
154           It is also possible to say M to build the emulator as a module
155           (nwfpe) or indeed to leave it out altogether. However, unless you
156           know what you are doing this can easily render your machine
157           unbootable. Saying Y is the safe option.
158
159           You may say N here if you are going to load the Acorn FPEmulator
160           early in the bootup.
161
162 source "fs/Kconfig.binfmt"
163
164 config PREEMPT
165         bool "Preemptible Kernel (EXPERIMENTAL)"
166         depends on CPU_32 && EXPERIMENTAL
167         help
168           This option reduces the latency of the kernel when reacting to
169           real-time or interactive events by allowing a low priority process to
170           be preempted even if it is in kernel mode executing a system call.
171           This allows applications to run more reliably even when the system is
172           under load.
173
174           Say Y here if you are building a kernel for a desktop, embedded
175           or real-time system.  Say N if you are unsure.
176
177 config ARTHUR
178         tristate "RISC OS personality"
179         depends on CPU_32
180         help
181           Say Y here to include the kernel code necessary if you want to run
182           Acorn RISC OS/Arthur binaries under Linux. This code is still very
183           experimental; if this sounds frightening, say N and sleep in peace.
184           You can also say M here to compile this support as a module (which
185           will be called arthur).
186
187 config CMDLINE
188         string "Default kernel command string"
189         default ""
190         help
191           On some architectures (EBSA110 and CATS), there is currently no way
192           for the boot loader to pass arguments to the kernel. For these
193           architectures, you should supply some command-line options at build
194           time by entering them here. As a minimum, you should specify the
195           memory size and the root device (e.g., mem=64M root=/dev/nfs).
196
197 source "mm/Kconfig"
198
199 endmenu
200
201 source "net/Kconfig"
202
203 source "drivers/base/Kconfig"
204
205 source "drivers/parport/Kconfig"
206
207 source "drivers/pnp/Kconfig"
208
209 source "drivers/block/Kconfig"
210
211 source "drivers/md/Kconfig"
212
213 source "drivers/net/Kconfig"
214
215 source "drivers/ide/Kconfig"
216
217 source "drivers/scsi/Kconfig"
218
219 source "drivers/isdn/Kconfig"
220
221 #
222 # input before char - char/joystick depends on it. As does USB.
223 #
224 source "drivers/input/Kconfig"
225
226 source "drivers/char/Kconfig"
227
228 source "drivers/media/Kconfig"
229
230 source "fs/Kconfig"
231
232 source "drivers/video/Kconfig"
233
234 if ARCH_ACORN
235
236 source "sound/Kconfig"
237
238 endif
239
240 source "drivers/misc/Kconfig"
241
242 source "drivers/usb/Kconfig"
243
244 source "arch/arm26/Kconfig.debug"
245
246 source "security/Kconfig"
247
248 source "crypto/Kconfig"
249
250 source "lib/Kconfig"