blob: e18eeecae850c2a2a565dc2a3b46a293b8dc5924 [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/PA-RISC Kernel Configuration"
7
8config PARISC
9 def_bool y
10 help
11 The PA-RISC microprocessor is designed by Hewlett-Packard and used
12 in many of their workstations & servers (HP9000 700 and 800 series,
13 and later HP3000 series). The PA-RISC Linux project home page is
14 at <http://www.parisc-linux.org/>.
15
16config MMU
17 def_bool y
18
19config STACK_GROWSUP
20 def_bool y
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config RWSEM_GENERIC_SPINLOCK
23 def_bool y
24
25config RWSEM_XCHGADD_ALGORITHM
26 bool
27
David Howellsf0d1b0b2006-12-08 02:37:49 -080028config ARCH_HAS_ILOG2_U32
29 bool
30 default n
31
32config ARCH_HAS_ILOG2_U64
33 bool
34 default n
35
Akinobu Mita59e18a22006-03-26 01:39:31 -080036config GENERIC_FIND_NEXT_BIT
37 bool
38 default y
39
Helge Deller6891f8a2006-12-16 16:16:50 +010040config GENERIC_BUG
41 bool
42 default y
43 depends on BUG
44
Akinobu Mita59e18a22006-03-26 01:39:31 -080045config GENERIC_HWEIGHT
46 bool
47 default y
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049config GENERIC_CALIBRATE_DELAY
50 bool
51 default y
52
Helge Deller12df29b2007-01-02 23:54:16 +010053config GENERIC_TIME
54 bool
55 default y
56
Ingo Molnar06027bd2006-02-14 13:53:15 -080057config TIME_LOW_RES
58 bool
59 depends on SMP
60 default y
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062config GENERIC_ISA_DMA
63 bool
64
65config GENERIC_HARDIRQS
66 def_bool y
67
68config GENERIC_IRQ_PROBE
69 def_bool y
70
Ingo Molnar0d7012a2006-06-29 02:24:43 -070071config IRQ_PER_CPU
72 bool
73 default y
74
Linus Torvalds1da177e2005-04-16 15:20:36 -070075# unless you want to implement ACPI on PA-RISC ... ;-)
76config PM
77 bool
78
Al Viro5cae8412005-05-04 05:39:22 +010079config ISA_DMA_API
80 bool
Al Viro5cae8412005-05-04 05:39:22 +010081
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010082config ARCH_MAY_HAVE_PC_FDC
83 bool
Grant Grundler8b631342005-10-21 22:52:46 -040084 depends on BROKEN
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010085 default y
86
Linus Torvalds1da177e2005-04-16 15:20:36 -070087source "init/Kconfig"
88
89
90menu "Processor type and features"
91
92choice
93 prompt "Processor type"
94 default PA7000
95
96config PA7000
97 bool "PA7000/PA7100"
98 ---help---
99 This is the processor type of your CPU. This information is
100 used for optimizing purposes. In order to compile a kernel
101 that can run on all 32-bit PA CPUs (albeit not optimally fast),
102 you can specify "PA7000" here.
103
104 Specifying "PA8000" here will allow you to select a 64-bit kernel
105 which is required on some machines.
106
107config PA7100LC
108 bool "PA7100LC"
109 help
110 Select this option for the PCX-L processor, as used in the
111 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748,
112 D200, D210, D300, D310 and E-class
113
114config PA7200
115 bool "PA7200"
116 help
117 Select this option for the PCX-T' processor, as used in the
118 C100, C110, J100, J110, J210XC, D250, D260, D350, D360,
119 K100, K200, K210, K220, K400, K410 and K420
120
121config PA7300LC
122 bool "PA7300LC"
123 help
124 Select this option for the PCX-L2 processor, as used in the
125 744, A180, B132L, B160L, B180L, C132L, C160L, C180L,
126 D220, D230, D320 and D330.
127
128config PA8X00
129 bool "PA8000 and up"
130 help
131 Select this option for PCX-U to PCX-W2 processors.
132
133endchoice
134
135# Define implied options from the CPU selection here
136
137config PA20
138 def_bool y
139 depends on PA8X00
140
141config PA11
142 def_bool y
143 depends on PA7000 || PA7100LC || PA7200 || PA7300LC
144
145config PREFETCH
146 def_bool y
Kyle McMartin32104b22006-08-13 20:37:26 -0400147 depends on PA8X00 || PA7200
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
149config 64BIT
150 bool "64-bit kernel"
151 depends on PA8X00
152 help
153 Enable this if you want to support 64bit kernel on PA-RISC platform.
154
155 At the moment, only people willing to use more than 2GB of RAM,
156 or having a 64bit-only capable PA-RISC machine should say Y here.
157
158 Since there is no 64bit userland on PA-RISC, there is no point to
159 enable this option otherwise. The 64bit kernel is significantly bigger
160 and slower than the 32bit one.
161
Helge Deller2fd83032006-04-20 20:40:23 +0000162choice
163 prompt "Kernel page size"
164 default PARISC_PAGE_SIZE_4KB if !64BIT
165 default PARISC_PAGE_SIZE_4KB if 64BIT
166# default PARISC_PAGE_SIZE_16KB if 64BIT
167
168config PARISC_PAGE_SIZE_4KB
169 bool "4KB"
170 help
171 This lets you select the page size of the kernel. For best
172 performance, a page size of 16KB is recommended. For best
173 compatibility with 32bit applications, a page size of 4KB should be
174 selected (the vast majority of 32bit binaries work perfectly fine
175 with a larger page size).
176
177 4KB For best 32bit compatibility
178 16KB For best performance
179 64KB For best performance, might give more overhead.
180
181 If you don't know what to do, choose 4KB.
182
183config PARISC_PAGE_SIZE_16KB
184 bool "16KB (EXPERIMENTAL)"
185 depends on PA8X00 && EXPERIMENTAL
186
187config PARISC_PAGE_SIZE_64KB
188 bool "64KB (EXPERIMENTAL)"
189 depends on PA8X00 && EXPERIMENTAL
190
191endchoice
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193config SMP
194 bool "Symmetric multi-processing support"
195 ---help---
196 This enables support for systems with more than one CPU. If you have
197 a system with only one CPU, like most personal computers, say N. If
198 you have a system with more than one CPU, say Y.
199
200 If you say N here, the kernel will run on single and multiprocessor
201 machines, but will use only one CPU of a multiprocessor machine. If
202 you say Y here, the kernel will run on many, but not all,
203 singleprocessor machines. On a singleprocessor machine, the kernel
204 will run faster if you say N here.
205
206 See also the <file:Documentation/smp.txt>,
207 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
208 at <http://www.tldp.org/docs.html#howto>.
209
210 If you don't know what to do here, say N.
211
212config HOTPLUG_CPU
213 bool
214 default y if SMP
215 select HOTPLUG
216
Kyle McMartina2ba82c2006-01-27 23:59:36 -0700217config ARCH_SELECT_MEMORY_MODEL
218 def_bool y
219 depends on 64BIT
220
Dave Hansen3f22ab22005-06-23 00:07:43 -0700221config ARCH_DISCONTIGMEM_ENABLE
Kyle McMartina2ba82c2006-01-27 23:59:36 -0700222 def_bool y
223 depends on 64BIT
224
225config ARCH_FLATMEM_ENABLE
226 def_bool y
227
228config ARCH_DISCONTIGMEM_DEFAULT
229 def_bool y
230 depends on ARCH_DISCONTIGMEM_ENABLE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700232config NODES_SHIFT
233 int
234 default "3"
235 depends on NEED_MULTIPLE_NODES
236
Kyle McMartin50a34db2006-03-24 21:24:21 -0700237source "kernel/Kconfig.preempt"
Grant Grundler8b631342005-10-21 22:52:46 -0400238source "kernel/Kconfig.hz"
Dave Hansen3f22ab22005-06-23 00:07:43 -0700239source "mm/Kconfig"
240
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241config COMPAT
242 def_bool y
243 depends on 64BIT
244
245config HPUX
246 bool "Support for HP-UX binaries"
247 depends on !64BIT
248
249config NR_CPUS
250 int "Maximum number of CPUs (2-32)"
251 range 2 32
252 depends on SMP
253 default "32"
254
255endmenu
256
257
258source "drivers/parisc/Kconfig"
259
260
261menu "Executable file formats"
262
263source "fs/Kconfig.binfmt"
264
265endmenu
266
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700267source "net/Kconfig"
268
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269source "drivers/Kconfig"
270
271source "fs/Kconfig"
272
273source "arch/parisc/oprofile/Kconfig"
274
275source "arch/parisc/Kconfig.debug"
276
277source "security/Kconfig"
278
279source "crypto/Kconfig"
280
281source "lib/Kconfig"