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