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