[PARISC] Add CONFIG_HPPA_IOREMAP to conditionally enable ioremap
[deliverable/linux.git] / arch / parisc / Kconfig
CommitLineData
1da177e4
LT
1#
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
1da177e4
LT
22config RWSEM_GENERIC_SPINLOCK
23 def_bool y
24
25config RWSEM_XCHGADD_ALGORITHM
26 bool
27
59e18a2e
AM
28config GENERIC_FIND_NEXT_BIT
29 bool
30 default y
31
32config GENERIC_HWEIGHT
33 bool
34 default y
35
1da177e4
LT
36config GENERIC_CALIBRATE_DELAY
37 bool
38 default y
39
06027bdd
IM
40config TIME_LOW_RES
41 bool
42 depends on SMP
43 default y
44
1da177e4
LT
45config GENERIC_ISA_DMA
46 bool
47
48config GENERIC_HARDIRQS
49 def_bool y
50
51config GENERIC_IRQ_PROBE
52 def_bool y
53
54# unless you want to implement ACPI on PA-RISC ... ;-)
55config PM
56 bool
57
5cae841b
AV
58config ISA_DMA_API
59 bool
5cae841b 60
a08b6b79
Z
61config ARCH_MAY_HAVE_PC_FDC
62 bool
8b631342 63 depends on BROKEN
a08b6b79
Z
64 default y
65
1da177e4
LT
66source "init/Kconfig"
67
68
69menu "Processor type and features"
70
71choice
72 prompt "Processor type"
73 default PA7000
74
75config PA7000
76 bool "PA7000/PA7100"
77 ---help---
78 This is the processor type of your CPU. This information is
79 used for optimizing purposes. In order to compile a kernel
80 that can run on all 32-bit PA CPUs (albeit not optimally fast),
81 you can specify "PA7000" here.
82
83 Specifying "PA8000" here will allow you to select a 64-bit kernel
84 which is required on some machines.
85
86config PA7100LC
87 bool "PA7100LC"
88 help
89 Select this option for the PCX-L processor, as used in the
90 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748,
91 D200, D210, D300, D310 and E-class
92
93config PA7200
94 bool "PA7200"
95 help
96 Select this option for the PCX-T' processor, as used in the
97 C100, C110, J100, J110, J210XC, D250, D260, D350, D360,
98 K100, K200, K210, K220, K400, K410 and K420
99
100config PA7300LC
101 bool "PA7300LC"
102 help
103 Select this option for the PCX-L2 processor, as used in the
104 744, A180, B132L, B160L, B180L, C132L, C160L, C180L,
105 D220, D230, D320 and D330.
106
107config PA8X00
108 bool "PA8000 and up"
109 help
110 Select this option for PCX-U to PCX-W2 processors.
111
112endchoice
113
114# Define implied options from the CPU selection here
115
116config PA20
117 def_bool y
118 depends on PA8X00
119
120config PA11
121 def_bool y
122 depends on PA7000 || PA7100LC || PA7200 || PA7300LC
123
124config PREFETCH
125 def_bool y
126 depends on PA8X00
127
128config 64BIT
129 bool "64-bit kernel"
130 depends on PA8X00
131 help
132 Enable this if you want to support 64bit kernel on PA-RISC platform.
133
134 At the moment, only people willing to use more than 2GB of RAM,
135 or having a 64bit-only capable PA-RISC machine should say Y here.
136
137 Since there is no 64bit userland on PA-RISC, there is no point to
138 enable this option otherwise. The 64bit kernel is significantly bigger
139 and slower than the 32bit one.
140
b8ce0aad
HD
141config HPPA_IOREMAP
142 bool "Enable IOREMAP functionality (EXPERIMENTAL)"
143 depends on EXPERIMENTAL
144 default n
145 help
146 Enable this option if you want to enable real IOREMAPPING on PA-RISC.
147 Currently we just "simulate" I/O remapping, and enabling this option
148 will just crash your machine.
149
150 Say N here, unless you are a real PA-RISC Linux kernel hacker.
151
1da177e4
LT
152config SMP
153 bool "Symmetric multi-processing support"
154 ---help---
155 This enables support for systems with more than one CPU. If you have
156 a system with only one CPU, like most personal computers, say N. If
157 you have a system with more than one CPU, say Y.
158
159 If you say N here, the kernel will run on single and multiprocessor
160 machines, but will use only one CPU of a multiprocessor machine. If
161 you say Y here, the kernel will run on many, but not all,
162 singleprocessor machines. On a singleprocessor machine, the kernel
163 will run faster if you say N here.
164
165 See also the <file:Documentation/smp.txt>,
166 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
167 at <http://www.tldp.org/docs.html#howto>.
168
169 If you don't know what to do here, say N.
170
171config HOTPLUG_CPU
172 bool
173 default y if SMP
174 select HOTPLUG
175
a2ba82cd
KM
176config ARCH_SELECT_MEMORY_MODEL
177 def_bool y
178 depends on 64BIT
179
3f22ab27 180config ARCH_DISCONTIGMEM_ENABLE
a2ba82cd
KM
181 def_bool y
182 depends on 64BIT
183
184config ARCH_FLATMEM_ENABLE
185 def_bool y
186
187config ARCH_DISCONTIGMEM_DEFAULT
188 def_bool y
189 depends on ARCH_DISCONTIGMEM_ENABLE
1da177e4 190
8b631342 191source "kernel/Kconfig.hz"
3f22ab27
DH
192source "mm/Kconfig"
193
1da177e4
LT
194config PREEMPT
195 bool
196# bool "Preemptible Kernel"
197 default n
198
199config COMPAT
200 def_bool y
201 depends on 64BIT
202
203config HPUX
204 bool "Support for HP-UX binaries"
205 depends on !64BIT
206
207config NR_CPUS
208 int "Maximum number of CPUs (2-32)"
209 range 2 32
210 depends on SMP
211 default "32"
212
213endmenu
214
215
216source "drivers/parisc/Kconfig"
217
218
219menu "Executable file formats"
220
221source "fs/Kconfig.binfmt"
222
223endmenu
224
d5950b43
SR
225source "net/Kconfig"
226
1da177e4
LT
227source "drivers/Kconfig"
228
229source "fs/Kconfig"
230
231source "arch/parisc/oprofile/Kconfig"
232
233source "arch/parisc/Kconfig.debug"
234
235source "security/Kconfig"
236
237source "crypto/Kconfig"
238
239source "lib/Kconfig"
This page took 0.169364 seconds and 5 git commands to generate.