sparc: switch to generic compat rt_sigqueueinfo()
[deliverable/linux.git] / arch / sparc / Kconfig
CommitLineData
761b6026
BB
1config 64BIT
2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
4 help
5 SPARC is a family of RISC microprocessors designed and marketed by
6 Sun Microsystems, incorporated. They are very widely found in Sun
7 workstations and clones.
8
9 Say yes to build a 64-bit kernel - formerly known as sparc64
10 Say no to build a 32-bit kernel - formerly known as sparc
11
35da3e39
SR
12config SPARC
13 bool
14 default y
7b14c647 15 select OF
3cfc535c 16 select OF_PROMTREE
35da3e39
SR
17 select HAVE_IDE
18 select HAVE_OPROFILE
26b4c912 19 select HAVE_ARCH_KGDB if !SMP || SPARC64
35da3e39 20 select HAVE_ARCH_TRACEHOOK
7ac57a89 21 select SYSCTL_EXCEPTION_TRACE
35da3e39 22 select ARCH_WANT_OPTIONAL_GPIOLIB
193d2aad 23 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
35da3e39
SR
24 select RTC_CLASS
25 select RTC_DRV_M48T59
e360adbe 26 select HAVE_IRQ_WORK
02f7a189 27 select HAVE_DMA_ATTRS
451d7400 28 select HAVE_DMA_API_DEBUG
46eb3b64 29 select HAVE_ARCH_JUMP_LABEL
6baa9b20 30 select HAVE_GENERIC_HARDIRQS
6baa9b20 31 select GENERIC_IRQ_SHOW
c1d7e01d 32 select ARCH_WANT_IPC_PARSE_VERSION
d6d04819 33 select USE_GENERIC_SMP_HELPERS if SMP
a21a2fd4 34 select GENERIC_PCI_IOMAP
d314d74c 35 select HAVE_NMI_WATCHDOG if SPARC64
e47b65b0 36 select HAVE_BPF_JIT
9b2a60c4 37 select HAVE_DEBUG_BUGVERBOSE
f0a2bc7e 38 select GENERIC_SMP_IDLE_THREAD
ded1cc5c 39 select GENERIC_CMOS_UPDATE
c7523a7c 40 select GENERIC_CLOCKEVENTS
2922585b 41 select GENERIC_STRNCPY_FROM_USER
2c66f623 42 select GENERIC_STRNLEN_USER
786d35d4 43 select MODULES_USE_ELF_RELA
eaca6eae 44 select ODD_RT_SIGACTION
99b06feb 45 select GENERIC_SIGALTSTACK
8d65681d 46 select GENERIC_COMPAT_RT_SIGQUEUEINFO
826c8772 47 select GENERIC_COMPAT_RT_SIGPROCMASK
55bb5a1e 48 select GENERIC_COMPAT_RT_SIGPENDING
35da3e39 49
35da3e39 50config SPARC32
761b6026 51 def_bool !64BIT
aea1181b 52 select GENERIC_ATOMIC64
c6df4b17 53 select CLZ_TAB
af1839eb 54 select HAVE_UID16
35da3e39 55
26b4c912 56config SPARC64
761b6026 57 def_bool 64BIT
5bc05308 58 select ARCH_SUPPORTS_MSI
26b4c912 59 select HAVE_FUNCTION_TRACER
9960e9e8
DM
60 select HAVE_FUNCTION_GRAPH_TRACER
61 select HAVE_FUNCTION_GRAPH_FP_TEST
63b75495 62 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
26b4c912
SR
63 select HAVE_KRETPROBES
64 select HAVE_KPROBES
4a0100f7 65 select HAVE_RCU_TABLE_FREE if SMP
95f72d1e 66 select HAVE_MEMBLOCK
2a4814df 67 select HAVE_MEMBLOCK_NODE_MAP
67605d68 68 select HAVE_SYSCALL_WRAPPERS
9be12f9b
DM
69 select HAVE_DYNAMIC_FTRACE
70 select HAVE_FTRACE_MCOUNT_RECORD
c658ad1b 71 select HAVE_SYSCALL_TRACEPOINTS
b69ec42b 72 select HAVE_DEBUG_KMEMLEAK
26b4c912
SR
73 select RTC_DRV_CMOS
74 select RTC_DRV_BQ4802
75 select RTC_DRV_SUN4V
76 select RTC_DRV_STARFIRE
cdd6c482 77 select HAVE_PERF_EVENTS
906010b2 78 select PERF_USE_VMALLOC
fcd8d4f4 79 select IRQ_PREFLOW_FASTEOI
df013ffb 80 select ARCH_HAVE_NMI_SAFE_CMPXCHG
178a2960 81 select HAVE_C_RECORDMCOUNT
625d693e 82 select NO_BOOTMEM
26b4c912 83
5e538790
SR
84config ARCH_DEFCONFIG
85 string
86 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
87 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
88
fe6875ec
SR
89# CONFIG_BITS can be used at source level to get 32/64 bits
90config BITS
91 int
92 default 32 if SPARC32
93 default 64 if SPARC64
5e538790 94
26b4c912
SR
95config IOMMU_HELPER
96 bool
97 default y if SPARC64
98
26b4c912
SR
99config STACKTRACE_SUPPORT
100 bool
101 default y if SPARC64
102
103config LOCKDEP_SUPPORT
104 bool
105 default y if SPARC64
106
6a5726dd
DM
107config HAVE_LATENCYTOP_SUPPORT
108 bool
109 default y if SPARC64
110
26b4c912
SR
111config AUDIT_ARCH
112 bool
7e7e93a2 113 default y
26b4c912
SR
114
115config HAVE_SETUP_PER_CPU_AREA
116 def_bool y if SPARC64
117
bcb2107f 118config NEED_PER_CPU_EMBED_FIRST_CHUNK
4fd78a5f
DM
119 def_bool y if SPARC64
120
a70c6913
TH
121config NEED_PER_CPU_PAGE_FIRST_CHUNK
122 def_bool y if SPARC64
123
1da177e4
LT
124config MMU
125 bool
126 default y
127
1da177e4
LT
128config HIGHMEM
129 bool
26b4c912 130 default y if SPARC32
1da177e4 131
5ac6da66
CL
132config ZONE_DMA
133 bool
26b4c912 134 default y if SPARC32
5ac6da66 135
d15b51be
FT
136config NEED_DMA_MAP_STATE
137 def_bool y
138
18e98307
FT
139config NEED_SG_DMA_LENGTH
140 def_bool y
141
1da177e4
LT
142config GENERIC_ISA_DMA
143 bool
26b4c912 144 default y if SPARC32
1da177e4 145
15df0f33
DM
146config GENERIC_GPIO
147 bool
148 help
149 Generic GPIO API support
150
0785b9dc
SR
151config ARCH_NO_VIRT_TO_BUS
152 def_bool y
153
6a11f75b
AM
154config ARCH_SUPPORTS_DEBUG_PAGEALLOC
155 def_bool y if SPARC64
156
1da177e4
LT
157source "init/Kconfig"
158
dc52ddc0
MH
159source "kernel/Kconfig.freezer"
160
26b4c912 161menu "Processor type and features"
1da177e4 162
1da177e4 163config SMP
6b7679dd 164 bool "Symmetric multi-processing support"
1da177e4
LT
165 ---help---
166 This enables support for systems with more than one CPU. If you have
167 a system with only one CPU, say N. If you have a system with more
168 than one CPU, say Y.
169
170 If you say N here, the kernel will run on single and multiprocessor
171 machines, but will use only one CPU of a multiprocessor machine. If
172 you say Y here, the kernel will run on many, but not all,
173 singleprocessor machines. On a singleprocessor machine, the kernel
174 will run faster if you say N here.
175
176 People using multiprocessor machines who say Y here should also say
177 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
178 Management" code will be disabled if you say Y here.
179
03502faa
AB
180 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
181 available at <http://www.tldp.org/docs.html#howto>.
1da177e4
LT
182
183 If you don't know what to do here, say N.
184
185config NR_CPUS
26b4c912 186 int "Maximum number of CPUs"
1da177e4 187 depends on SMP
26b4c912
SR
188 range 2 32 if SPARC32
189 range 2 1024 if SPARC64
190 default 32 if SPARC32
191 default 64 if SPARC64
1da177e4 192
26b4c912 193source kernel/Kconfig.hz
1da177e4 194
1da177e4
LT
195config RWSEM_GENERIC_SPINLOCK
196 bool
26b4c912 197 default y if SPARC32
1da177e4
LT
198
199config RWSEM_XCHGADD_ALGORITHM
200 bool
26b4c912 201 default y if SPARC64
1da177e4 202
d59288b7
AM
203config GENERIC_HWEIGHT
204 bool
26b4c912 205 default y if !ULTRA_HAS_POPULATION_COUNT
d59288b7 206
1da177e4
LT
207config GENERIC_CALIBRATE_DELAY
208 bool
209 default y
210
a08b6b79
Z
211config ARCH_MAY_HAVE_PC_FDC
212 bool
213 default y
214
5f81941c
MH
215config EMULATED_CMPXCHG
216 bool
26b4c912 217 default y if SPARC32
5f81941c
MH
218 help
219 Sparc32 does not have a CAS instruction like sparc64. cmpxchg()
220 is emulated, and therefore it is not completely atomic.
221
d670bd4f
SR
222# Makefile helpers
223config SPARC32_SMP
224 bool
225 default y
226 depends on SPARC32 && SMP
227
228config SPARC64_SMP
229 bool
230 default y
231 depends on SPARC64 && SMP
232
c57ec52f
DM
233config EARLYFB
234 bool "Support for early boot text console"
235 default y
236 depends on SPARC64
237 help
238 Say Y here to enable a faster early framebuffer boot console.
239
26b4c912
SR
240config SECCOMP
241 bool "Enable seccomp to safely compute untrusted bytecode"
242 depends on SPARC64 && PROC_FS
243 default y
244 help
245 This kernel feature is useful for number crunching applications
246 that may need to compute untrusted bytecode during their
247 execution. By using pipes or other transports made available to
248 the process as file descriptors supporting the read/write
249 syscalls, it's possible to isolate those applications in
250 their own address space using seccomp. Once seccomp is
251 enabled via /proc/<pid>/seccomp, it cannot be disabled
252 and the task is only allowed to execute a few safe syscalls
253 defined by each seccomp mode.
254
255 If unsure, say Y. Only embedded should say N here.
256
257config HOTPLUG_CPU
258 bool "Support for hot-pluggable CPUs"
259 depends on SPARC64 && SMP
260 select HOTPLUG
261 help
262 Say Y here to experiment with turning CPUs off and on. CPUs
263 can be controlled through /sys/devices/system/cpu/cpu#.
264 Say N if you want to disable CPU hotplug.
265
26b4c912
SR
266if SPARC64
267source "drivers/cpufreq/Kconfig"
268
269config US3_FREQ
270 tristate "UltraSPARC-III CPU Frequency driver"
271 depends on CPU_FREQ
272 select CPU_FREQ_TABLE
273 help
274 This adds the CPUFreq driver for UltraSPARC-III processors.
275
276 For details, take a look at <file:Documentation/cpu-freq>.
277
278 If in doubt, say N.
279
280config US2E_FREQ
281 tristate "UltraSPARC-IIe CPU Frequency driver"
282 depends on CPU_FREQ
283 select CPU_FREQ_TABLE
284 help
285 This adds the CPUFreq driver for UltraSPARC-IIe processors.
286
287 For details, take a look at <file:Documentation/cpu-freq>.
288
289 If in doubt, say N.
290
291endif
292
293config US3_MC
294 tristate "UltraSPARC-III Memory Controller driver"
295 depends on SPARC64
296 default y
297 help
298 This adds a driver for the UltraSPARC-III memory controller.
299 Loading this driver allows exact mnemonic strings to be
300 printed in the event of a memory error, so that the faulty DIMM
301 on the motherboard can be matched to the error.
302
303 If in doubt, say Y, as this information can be very useful.
304
305# Global things across all Sun machines.
306config GENERIC_LOCKBREAK
1da177e4
LT
307 bool
308 default y
26b4c912
SR
309 depends on SPARC64 && SMP && PREEMPT
310
26b4c912
SR
311config NUMA
312 bool "NUMA support"
313 depends on SPARC64 && SMP
314
315config NODES_SHIFT
316 int
317 default "4"
318 depends on NEED_MULTIPLE_NODES
319
320# Some NUMA nodes have memory ranges that span
321# other nodes. Even though a pfn is valid and
322# between a node's start and end pfns, it may not
323# reside on that node. See memmap_init_zone()
324# for details.
325config NODES_SPAN_OTHER_NODES
326 def_bool y
327 depends on NEED_MULTIPLE_NODES
328
26b4c912
SR
329config ARCH_SELECT_MEMORY_MODEL
330 def_bool y if SPARC64
331
332config ARCH_SPARSEMEM_ENABLE
333 def_bool y if SPARC64
334 select SPARSEMEM_VMEMMAP_ENABLE
335
336config ARCH_SPARSEMEM_DEFAULT
337 def_bool y if SPARC64
338
339source "mm/Kconfig"
340
341config SCHED_SMT
342 bool "SMT (Hyperthreading) scheduler support"
343 depends on SPARC64 && SMP
344 default y
345 help
346 SMT scheduler support improves the CPU scheduler's decision making
347 when dealing with SPARC cpus at a cost of slightly increased overhead
348 in some places. If unsure say N here.
349
350config SCHED_MC
351 bool "Multi-core scheduler support"
352 depends on SPARC64 && SMP
353 default y
354 help
355 Multi-core scheduler support improves the CPU scheduler's decision
356 making when dealing with multi-core CPU chips at a cost of slightly
357 increased overhead in some places. If unsure say N here.
358
26b4c912 359source "kernel/Kconfig.preempt"
26b4c912
SR
360
361config CMDLINE_BOOL
362 bool "Default bootloader kernel arguments"
363 depends on SPARC64
364
365config CMDLINE
366 string "Initial kernel command string"
367 depends on CMDLINE_BOOL
368 default "console=ttyS0,9600 root=/dev/sda1"
369 help
370 Say Y here if you want to be able to pass default arguments to
371 the kernel. This will be overridden by the bootloader, if you
372 use one (such as SILO). This is most useful if you want to boot
373 a kernel from TFTP, and want default options to be available
374 with having them passed on the command line.
375
376 NOTE: This option WILL override the PROM bootargs setting!
377
378config SUN_PM
379 bool
380 default y if SPARC32
1da177e4
LT
381 help
382 Enable power management and CPU standby features on supported
383 SPARC platforms.
384
4b27e0e1
SR
385config SPARC_LED
386 tristate "Sun4m LED driver"
26b4c912 387 depends on SPARC32
4b27e0e1
SR
388 help
389 This driver toggles the front-panel LED on sun4m systems
390 in a user-specifiable manner. Its state can be probed
391 by reading /proc/led and its blinking mode can be changed
392 via writes to /proc/led
393
26b4c912
SR
394config SERIAL_CONSOLE
395 bool
396 depends on SPARC32
397 default y
398 ---help---
399 If you say Y here, it will be possible to use a serial port as the
400 system console (the system console is the device which receives all
401 kernel messages and warnings and which allows logins in single user
402 mode). This could be useful if some terminal or printer is connected
403 to that serial port.
404
405 Even if you say Y here, the currently visible virtual console
406 (/dev/tty0) will still be used as the system console by default, but
407 you can alter that using a kernel command line option such as
408 "console=ttyS1". (Try "man bootparam" or see the documentation of
409 your boot loader (silo) about how to pass options to the kernel at
410 boot time.)
411
412 If you don't have a graphics card installed and you say Y here, the
413 kernel will automatically use the first serial line, /dev/ttyS0, as
414 system console.
415
416 If unsure, say N.
4b27e0e1 417
5213a780
KE
418config SPARC_LEON
419 bool "Sparc Leon processor family"
420 depends on SPARC32
421 ---help---
422 If you say Y here if you are running on a SPARC-LEON processor.
423 The LEON processor is a synthesizable VHDL model of the
424 SPARC-v8 standard. LEON is part of the GRLIB collection of
425 IP cores that are distributed under GPL. GRLIB can be downloaded
426 from www.gaisler.com. You can download a sparc-linux cross-compilation
427 toolchain at www.gaisler.com.
428
684151a7
DH
429if SPARC_LEON
430menu "U-Boot options"
431
432config UBOOT_LOAD_ADDR
433 hex "uImage Load Address"
434 default 0x40004000
435 ---help---
436 U-Boot kernel load address, the address in physical address space
437 where u-boot will place the Linux kernel before booting it.
438 This address is normally the base address of main memory + 0x4000.
439
440config UBOOT_FLASH_ADDR
441 hex "uImage.o Load Address"
442 default 0x00080000
443 ---help---
444 Optional setting only affecting the uImage.o ELF-image used to
445 download the uImage file to the target using a ELF-loader other than
446 U-Boot. It may for example be used to download an uImage to FLASH with
447 the GRMON utility before even starting u-boot.
448
449config UBOOT_ENTRY_ADDR
450 hex "uImage Entry Address"
451 default 0xf0004000
452 ---help---
453 Do not change this unless you know what you're doing. This is
454 hardcoded by the SPARC32 and LEON port.
455
456 This is the virtual address u-boot jumps to when booting the Linux
457 Kernel.
458
459endmenu
460endif
461
4b27e0e1
SR
462endmenu
463
464menu "Bus options (PCI etc.)"
4b27e0e1
SR
465config SBUS
466 bool
467 default y
468
469config SBUSCHAR
470 bool
471 default y
472
26b4c912
SR
473config SUN_LDOMS
474 bool "Sun Logical Domains support"
475 depends on SPARC64
476 help
477 Say Y here is you want to support virtual devices via
478 Logical Domains.
479
1da177e4
LT
480config PCI
481 bool "Support for PCI and PS/2 keyboard/mouse"
482 help
26b4c912
SR
483 Find out whether your system includes a PCI bus. PCI is the name of
484 a bus system, i.e. the way the CPU talks to the other stuff inside
485 your box. If you say Y here, the kernel will include drivers and
486 infrastructure code to support PCI bus devices.
487
1da177e4
LT
488 CONFIG_PCI is needed for all JavaStation's (including MrCoffee),
489 CP-1200, JavaEngine-1, Corona, Red October, and Serengeti SGSC.
490 All of these platforms are extremely obscure, so say N if unsure.
491
26b4c912
SR
492config PCI_DOMAINS
493 def_bool PCI if SPARC64
494
36e23590
MW
495config PCI_SYSCALL
496 def_bool PCI
497
cfe3af5d
DH
498config PCIC_PCI
499 bool
8c47f8d0 500 depends on PCI && SPARC32 && !SPARC_LEON
cfe3af5d
DH
501 default y
502
26893c13
DH
503config LEON_PCI
504 bool
505 depends on PCI && SPARC_LEON
506 default y
507
5d07b786
DH
508config GRPCI2
509 bool "GRPCI2 Host Bridge Support"
510 depends on LEON_PCI
511 default y
512 help
513 Say Y here to include the GRPCI2 Host Bridge Driver.
514
1da177e4
LT
515source "drivers/pci/Kconfig"
516
c6afec5e
DM
517source "drivers/pcmcia/Kconfig"
518
1da177e4
LT
519config SUN_OPENPROMFS
520 tristate "Openprom tree appears in /proc/openprom"
521 help
522 If you say Y, the OpenPROM device tree will be available as a
523 virtual file system, which you can mount to /proc/openprom by "mount
524 -t openpromfs none /proc/openprom".
525
526 To compile the /proc/openprom support as a module, choose M here: the
527 module will be called openpromfs.
528
529 Only choose N if you know in advance that you will not need to modify
530 OpenPROM settings on the running system.
531
1cb85e80 532# Makefile helper
d670bd4f
SR
533config SPARC64_PCI
534 bool
535 default y
536 depends on SPARC64 && PCI
30aaa808
WLII
537
538endmenu
539
12e271a8
SR
540menu "Executable file formats"
541
542source "fs/Kconfig.binfmt"
543
26b4c912
SR
544config COMPAT
545 bool
546 depends on SPARC64
547 default y
548 select COMPAT_BINFMT_ELF
af1839eb 549 select HAVE_UID16
48b25c43 550 select ARCH_WANT_OLD_COMPAT_IPC
26b4c912
SR
551
552config SYSVIPC_COMPAT
553 bool
554 depends on COMPAT && SYSVIPC
555 default y
556
45de6767
DH
557config KEYS_COMPAT
558 def_bool y if COMPAT && KEYS
559
12e271a8
SR
560endmenu
561
d5950b43
SR
562source "net/Kconfig"
563
30aaa808 564source "drivers/Kconfig"
1da177e4 565
1da177e4 566source "drivers/sbus/char/Kconfig"
1da177e4 567
1da177e4
LT
568source "fs/Kconfig"
569
1da177e4
LT
570source "arch/sparc/Kconfig.debug"
571
572source "security/Kconfig"
573
574source "crypto/Kconfig"
575
576source "lib/Kconfig"
This page took 0.586821 seconds and 5 git commands to generate.