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