blob: 9908d477ccd9b0b7e94f267a500d39b6d4cfb73a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/SPARC Kernel Configuration"
6
Bastian Blank761b6022009-01-04 23:03:10 -08007config 64BIT
8 bool "64-bit kernel" if ARCH = "sparc"
9 default ARCH = "sparc64"
10 help
11 SPARC is a family of RISC microprocessors designed and marketed by
12 Sun Microsystems, incorporated. They are very widely found in Sun
13 workstations and clones.
14
15 Say yes to build a 64-bit kernel - formerly known as sparc64
16 Say no to build a 32-bit kernel - formerly known as sparc
17
Sam Ravnborg35da3e32008-11-15 13:40:12 -080018config SPARC
19 bool
20 default y
21 select HAVE_IDE
22 select HAVE_OPROFILE
Sam Ravnborg26b4c912008-11-16 20:01:17 -080023 select HAVE_ARCH_KGDB if !SMP || SPARC64
Sam Ravnborg35da3e32008-11-15 13:40:12 -080024 select HAVE_ARCH_TRACEHOOK
25 select ARCH_WANT_OPTIONAL_GPIOLIB
26 select RTC_CLASS
27 select RTC_DRV_M48T59
Ingo Molnarcdd6c482009-09-21 12:02:48 +020028 select HAVE_PERF_EVENTS
Peter Zijlstra906010b2009-09-21 16:08:49 +020029 select PERF_USE_VMALLOC
FUJITA Tomonori02f7a182009-08-10 11:53:13 +090030 select HAVE_DMA_ATTRS
FUJITA Tomonori451d7402009-08-10 11:53:17 +090031 select HAVE_DMA_API_DEBUG
Sam Ravnborg35da3e32008-11-15 13:40:12 -080032
Sam Ravnborg35da3e32008-11-15 13:40:12 -080033config SPARC32
Bastian Blank761b6022009-01-04 23:03:10 -080034 def_bool !64BIT
Sam Ravnborg35da3e32008-11-15 13:40:12 -080035
Sam Ravnborg26b4c912008-11-16 20:01:17 -080036config SPARC64
Bastian Blank761b6022009-01-04 23:03:10 -080037 def_bool 64BIT
Sam Ravnborg5bc05302008-12-27 00:56:29 -080038 select ARCH_SUPPORTS_MSI
Sam Ravnborg26b4c912008-11-16 20:01:17 -080039 select HAVE_FUNCTION_TRACER
David S. Miller9960e9e2010-04-07 04:41:33 -070040 select HAVE_FUNCTION_GRAPH_TRACER
41 select HAVE_FUNCTION_GRAPH_FP_TEST
David S. Miller63b75492010-04-12 22:35:24 -070042 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
Sam Ravnborg26b4c912008-11-16 20:01:17 -080043 select HAVE_KRETPROBES
44 select HAVE_KPROBES
45 select HAVE_LMB
Christian Borntraeger67605d62009-01-19 20:21:49 -080046 select HAVE_SYSCALL_WRAPPERS
David S. Miller9be12f92009-06-13 01:03:24 -070047 select HAVE_DYNAMIC_FTRACE
48 select HAVE_FTRACE_MCOUNT_RECORD
David S. Millerc658ad12009-12-11 00:44:47 -080049 select HAVE_SYSCALL_TRACEPOINTS
Sam Ravnborg26b4c912008-11-16 20:01:17 -080050 select USE_GENERIC_SMP_HELPERS if SMP
51 select RTC_DRV_CMOS
52 select RTC_DRV_BQ4802
53 select RTC_DRV_SUN4V
54 select RTC_DRV_STARFIRE
Ingo Molnarcdd6c482009-09-21 12:02:48 +020055 select HAVE_PERF_EVENTS
Peter Zijlstra906010b2009-09-21 16:08:49 +020056 select PERF_USE_VMALLOC
Sam Ravnborg26b4c912008-11-16 20:01:17 -080057
Sam Ravnborg5e538792008-12-02 23:17:12 -080058config ARCH_DEFCONFIG
59 string
60 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
61 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
62
Sam Ravnborgfe6875e2008-12-26 15:35:16 -080063# CONFIG_BITS can be used at source level to get 32/64 bits
64config BITS
65 int
66 default 32 if SPARC32
67 default 64 if SPARC64
Sam Ravnborg5e538792008-12-02 23:17:12 -080068
Sam Ravnborg26b4c912008-11-16 20:01:17 -080069config GENERIC_TIME
John Stultz0299b132010-01-15 01:34:28 -080070 def_bool y
71
72config ARCH_USES_GETTIMEOFFSET
Sam Ravnborg26b4c912008-11-16 20:01:17 -080073 bool
John Stultz0299b132010-01-15 01:34:28 -080074 default y if SPARC32
Sam Ravnborg26b4c912008-11-16 20:01:17 -080075
76config GENERIC_CMOS_UPDATE
77 bool
78 default y if SPARC64
79
80config GENERIC_CLOCKEVENTS
81 bool
82 default y if SPARC64
83
84config IOMMU_HELPER
85 bool
86 default y if SPARC64
87
88config QUICKLIST
89 bool
90 default y if SPARC64
91
92config STACKTRACE_SUPPORT
93 bool
94 default y if SPARC64
95
96config LOCKDEP_SUPPORT
97 bool
98 default y if SPARC64
99
David S. Miller6a5726d2008-11-28 01:19:41 -0800100config HAVE_LATENCYTOP_SUPPORT
101 bool
102 default y if SPARC64
103
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800104config AUDIT_ARCH
105 bool
David S. Miller7e7e93a2008-12-05 22:18:40 -0800106 default y
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800107
108config HAVE_SETUP_PER_CPU_AREA
109 def_bool y if SPARC64
110
Tejun Heobcb21072009-08-14 15:00:53 +0900111config NEED_PER_CPU_EMBED_FIRST_CHUNK
David S. Miller4fd78a52009-04-08 20:32:02 -0700112 def_bool y if SPARC64
113
Tejun Heoa70c6912009-09-24 18:18:55 +0900114config NEED_PER_CPU_PAGE_FIRST_CHUNK
115 def_bool y if SPARC64
116
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800117config GENERIC_HARDIRQS_NO__DO_IRQ
118 bool
119 def_bool y if SPARC64
120
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121config MMU
122 bool
123 default y
124
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125config HIGHMEM
126 bool
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800127 default y if SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
Christoph Lameter5ac6da62007-02-10 01:43:14 -0800129config ZONE_DMA
130 bool
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800131 default y if SPARC32
Christoph Lameter5ac6da62007-02-10 01:43:14 -0800132
FUJITA Tomonorid15b51b2010-03-10 15:23:28 -0800133config NEED_DMA_MAP_STATE
134 def_bool y
135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136config GENERIC_ISA_DMA
137 bool
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800138 default y if SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
David S. Miller15df0f32008-08-20 23:03:24 -0700140config GENERIC_GPIO
141 bool
142 help
143 Generic GPIO API support
144
Stephen Rothwell0785b9d2007-07-18 00:09:30 -0700145config ARCH_NO_VIRT_TO_BUS
146 def_bool y
147
Stephen Rothwell97e873e2007-05-01 16:26:07 +1000148config OF
149 def_bool y
150
Akinobu Mita6a11f752009-03-31 15:23:17 -0700151config ARCH_SUPPORTS_DEBUG_PAGEALLOC
152 def_bool y if SPARC64
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154source "init/Kconfig"
155
Matt Helsleydc52ddc2008-10-18 20:27:21 -0700156source "kernel/Kconfig.freezer"
157
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800158menu "Processor type and features"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160config SMP
161 bool "Symmetric multi-processing support (does not work on sun4/sun4c)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 ---help---
163 This enables support for systems with more than one CPU. If you have
164 a system with only one CPU, say N. If you have a system with more
165 than one CPU, say Y.
166
167 If you say N here, the kernel will run on single and multiprocessor
168 machines, but will use only one CPU of a multiprocessor machine. If
169 you say Y here, the kernel will run on many, but not all,
170 singleprocessor machines. On a singleprocessor machine, the kernel
171 will run faster if you say N here.
172
173 People using multiprocessor machines who say Y here should also say
174 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
175 Management" code will be disabled if you say Y here.
176
Adrian Bunk03502fa2008-02-03 15:50:21 +0200177 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
178 available at <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179
180 If you don't know what to do here, say N.
181
182config NR_CPUS
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800183 int "Maximum number of CPUs"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 depends on SMP
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800185 range 2 32 if SPARC32
186 range 2 1024 if SPARC64
187 default 32 if SPARC32
188 default 64 if SPARC64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800190source kernel/Kconfig.hz
191
192config RWSEM_GENERIC_SPINLOCK
193 bool
194 default y if SPARC32
195
196config RWSEM_XCHGADD_ALGORITHM
197 bool
198 default y if SPARC64
199
200config GENERIC_FIND_NEXT_BIT
201 bool
202 default y
203
204config GENERIC_HWEIGHT
205 bool
206 default y if !ULTRA_HAS_POPULATION_COUNT
207
208config GENERIC_CALIBRATE_DELAY
209 bool
210 default y
211
212config ARCH_MAY_HAVE_PC_FDC
213 bool
214 default y
215
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800216config EMULATED_CMPXCHG
217 bool
218 default y if SPARC32
219 help
220 Sparc32 does not have a CAS instruction like sparc64. cmpxchg()
221 is emulated, and therefore it is not completely atomic.
222
Sam Ravnborgd670bd42008-12-03 03:08:37 -0800223# Makefile helpers
224config SPARC32_SMP
225 bool
226 default y
227 depends on SPARC32 && SMP
228
229config SPARC64_SMP
230 bool
231 default y
232 depends on SPARC64 && SMP
233
David S. Millerc57ec522009-11-27 17:33:43 -0800234config EARLYFB
235 bool "Support for early boot text console"
236 default y
237 depends on SPARC64
238 help
239 Say Y here to enable a faster early framebuffer boot console.
240
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800241choice
242 prompt "Kernel page size" if SPARC64
243 default SPARC64_PAGE_SIZE_8KB
244
245config SPARC64_PAGE_SIZE_8KB
246 bool "8KB"
247 help
248 This lets you select the page size of the kernel.
249
250 8KB and 64KB work quite well, since SPARC ELF sections
251 provide for up to 64KB alignment.
252
253 If you don't know what to do, choose 8KB.
254
255config SPARC64_PAGE_SIZE_64KB
256 bool "64KB"
257
258endchoice
259
260config SECCOMP
261 bool "Enable seccomp to safely compute untrusted bytecode"
262 depends on SPARC64 && PROC_FS
263 default y
264 help
265 This kernel feature is useful for number crunching applications
266 that may need to compute untrusted bytecode during their
267 execution. By using pipes or other transports made available to
268 the process as file descriptors supporting the read/write
269 syscalls, it's possible to isolate those applications in
270 their own address space using seccomp. Once seccomp is
271 enabled via /proc/<pid>/seccomp, it cannot be disabled
272 and the task is only allowed to execute a few safe syscalls
273 defined by each seccomp mode.
274
275 If unsure, say Y. Only embedded should say N here.
276
277config HOTPLUG_CPU
278 bool "Support for hot-pluggable CPUs"
279 depends on SPARC64 && SMP
280 select HOTPLUG
281 help
282 Say Y here to experiment with turning CPUs off and on. CPUs
283 can be controlled through /sys/devices/system/cpu/cpu#.
284 Say N if you want to disable CPU hotplug.
285
286config GENERIC_HARDIRQS
287 bool
288 default y if SPARC64
289
290source "kernel/time/Kconfig"
291
292if SPARC64
293source "drivers/cpufreq/Kconfig"
294
295config US3_FREQ
296 tristate "UltraSPARC-III CPU Frequency driver"
297 depends on CPU_FREQ
298 select CPU_FREQ_TABLE
299 help
300 This adds the CPUFreq driver for UltraSPARC-III processors.
301
302 For details, take a look at <file:Documentation/cpu-freq>.
303
304 If in doubt, say N.
305
306config US2E_FREQ
307 tristate "UltraSPARC-IIe CPU Frequency driver"
308 depends on CPU_FREQ
309 select CPU_FREQ_TABLE
310 help
311 This adds the CPUFreq driver for UltraSPARC-IIe processors.
312
313 For details, take a look at <file:Documentation/cpu-freq>.
314
315 If in doubt, say N.
316
317endif
318
319config US3_MC
320 tristate "UltraSPARC-III Memory Controller driver"
321 depends on SPARC64
322 default y
323 help
324 This adds a driver for the UltraSPARC-III memory controller.
325 Loading this driver allows exact mnemonic strings to be
326 printed in the event of a memory error, so that the faulty DIMM
327 on the motherboard can be matched to the error.
328
329 If in doubt, say Y, as this information can be very useful.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330
331# Global things across all Sun machines.
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800332config GENERIC_LOCKBREAK
333 bool
334 default y
335 depends on SPARC64 && SMP && PREEMPT
336
337choice
338 prompt "SPARC64 Huge TLB Page Size"
339 depends on SPARC64 && HUGETLB_PAGE
340 default HUGETLB_PAGE_SIZE_4MB
341
342config HUGETLB_PAGE_SIZE_4MB
343 bool "4MB"
344
345config HUGETLB_PAGE_SIZE_512K
346 bool "512K"
347
348config HUGETLB_PAGE_SIZE_64K
349 depends on !SPARC64_PAGE_SIZE_64KB
350 bool "64K"
351
352endchoice
353
354config NUMA
355 bool "NUMA support"
356 depends on SPARC64 && SMP
357
358config NODES_SHIFT
359 int
360 default "4"
361 depends on NEED_MULTIPLE_NODES
362
363# Some NUMA nodes have memory ranges that span
364# other nodes. Even though a pfn is valid and
365# between a node's start and end pfns, it may not
366# reside on that node. See memmap_init_zone()
367# for details.
368config NODES_SPAN_OTHER_NODES
369 def_bool y
370 depends on NEED_MULTIPLE_NODES
371
372config ARCH_POPULATES_NODE_MAP
373 def_bool y if SPARC64
374
375config ARCH_SELECT_MEMORY_MODEL
376 def_bool y if SPARC64
377
378config ARCH_SPARSEMEM_ENABLE
379 def_bool y if SPARC64
380 select SPARSEMEM_VMEMMAP_ENABLE
381
382config ARCH_SPARSEMEM_DEFAULT
383 def_bool y if SPARC64
384
385source "mm/Kconfig"
386
387config SCHED_SMT
388 bool "SMT (Hyperthreading) scheduler support"
389 depends on SPARC64 && SMP
390 default y
391 help
392 SMT scheduler support improves the CPU scheduler's decision making
393 when dealing with SPARC cpus at a cost of slightly increased overhead
394 in some places. If unsure say N here.
395
396config SCHED_MC
397 bool "Multi-core scheduler support"
398 depends on SPARC64 && SMP
399 default y
400 help
401 Multi-core scheduler support improves the CPU scheduler's decision
402 making when dealing with multi-core CPU chips at a cost of slightly
403 increased overhead in some places. If unsure say N here.
404
405if SPARC64
406source "kernel/Kconfig.preempt"
407endif
408
409config CMDLINE_BOOL
410 bool "Default bootloader kernel arguments"
411 depends on SPARC64
412
413config CMDLINE
414 string "Initial kernel command string"
415 depends on CMDLINE_BOOL
416 default "console=ttyS0,9600 root=/dev/sda1"
417 help
418 Say Y here if you want to be able to pass default arguments to
419 the kernel. This will be overridden by the bootloader, if you
420 use one (such as SILO). This is most useful if you want to boot
421 a kernel from TFTP, and want default options to be available
422 with having them passed on the command line.
423
424 NOTE: This option WILL override the PROM bootargs setting!
425
426config SUN_PM
427 bool
428 default y if SPARC32
429 help
430 Enable power management and CPU standby features on supported
431 SPARC platforms.
432
433config SPARC_LED
434 tristate "Sun4m LED driver"
435 depends on SPARC32
436 help
437 This driver toggles the front-panel LED on sun4m systems
438 in a user-specifiable manner. Its state can be probed
439 by reading /proc/led and its blinking mode can be changed
440 via writes to /proc/led
441
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442config SERIAL_CONSOLE
443 bool
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800444 depends on SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445 default y
446 ---help---
447 If you say Y here, it will be possible to use a serial port as the
448 system console (the system console is the device which receives all
449 kernel messages and warnings and which allows logins in single user
450 mode). This could be useful if some terminal or printer is connected
451 to that serial port.
452
453 Even if you say Y here, the currently visible virtual console
454 (/dev/tty0) will still be used as the system console by default, but
455 you can alter that using a kernel command line option such as
456 "console=ttyS1". (Try "man bootparam" or see the documentation of
457 your boot loader (silo) about how to pass options to the kernel at
458 boot time.)
459
460 If you don't have a graphics card installed and you say Y here, the
461 kernel will automatically use the first serial line, /dev/ttyS0, as
462 system console.
463
464 If unsure, say N.
465
Konrad Eisele5213a782009-08-17 00:13:29 +0000466config SPARC_LEON
467 bool "Sparc Leon processor family"
468 depends on SPARC32
469 ---help---
470 If you say Y here if you are running on a SPARC-LEON processor.
471 The LEON processor is a synthesizable VHDL model of the
472 SPARC-v8 standard. LEON is part of the GRLIB collection of
473 IP cores that are distributed under GPL. GRLIB can be downloaded
474 from www.gaisler.com. You can download a sparc-linux cross-compilation
475 toolchain at www.gaisler.com.
476
Sam Ravnborg4b27e0e2008-11-15 13:44:31 -0800477endmenu
478
479menu "Bus options (PCI etc.)"
Sam Ravnborg4b27e0e2008-11-15 13:44:31 -0800480config SBUS
481 bool
482 default y
483
484config SBUSCHAR
485 bool
486 default y
487
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800488config SUN_LDOMS
489 bool "Sun Logical Domains support"
490 depends on SPARC64
491 help
492 Say Y here is you want to support virtual devices via
493 Logical Domains.
494
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495config PCI
496 bool "Support for PCI and PS/2 keyboard/mouse"
497 help
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800498 Find out whether your system includes a PCI bus. PCI is the name of
499 a bus system, i.e. the way the CPU talks to the other stuff inside
500 your box. If you say Y here, the kernel will include drivers and
501 infrastructure code to support PCI bus devices.
502
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 CONFIG_PCI is needed for all JavaStation's (including MrCoffee),
504 CP-1200, JavaEngine-1, Corona, Red October, and Serengeti SGSC.
505 All of these platforms are extremely obscure, so say N if unsure.
506
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800507config PCI_DOMAINS
508 def_bool PCI if SPARC64
509
Matthew Wilcox36e23592007-07-10 10:54:40 -0600510config PCI_SYSCALL
511 def_bool PCI
512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513source "drivers/pci/Kconfig"
514
David S. Millerc6afec52008-11-23 21:50:16 -0800515source "drivers/pcmcia/Kconfig"
516
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517config SUN_OPENPROMFS
518 tristate "Openprom tree appears in /proc/openprom"
519 help
520 If you say Y, the OpenPROM device tree will be available as a
521 virtual file system, which you can mount to /proc/openprom by "mount
522 -t openpromfs none /proc/openprom".
523
524 To compile the /proc/openprom support as a module, choose M here: the
525 module will be called openpromfs.
526
527 Only choose N if you know in advance that you will not need to modify
528 OpenPROM settings on the running system.
529
Sam Ravnborgd670bd42008-12-03 03:08:37 -0800530# Makefile helpers
531config SPARC32_PCI
532 bool
533 default y
534 depends on SPARC32 && PCI
535
536config SPARC64_PCI
537 bool
538 default y
539 depends on SPARC64 && PCI
William Lee Irwin III30aaa802005-06-23 00:10:18 -0700540
541endmenu
542
Sam Ravnborg12e271a2008-11-15 13:43:49 -0800543menu "Executable file formats"
544
545source "fs/Kconfig.binfmt"
546
Sam Ravnborg26b4c912008-11-16 20:01:17 -0800547config COMPAT
548 bool
549 depends on SPARC64
550 default y
551 select COMPAT_BINFMT_ELF
552
553config SYSVIPC_COMPAT
554 bool
555 depends on COMPAT && SYSVIPC
556 default y
557
Sam Ravnborg12e271a2008-11-15 13:43:49 -0800558endmenu
559
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700560source "net/Kconfig"
561
William Lee Irwin III30aaa802005-06-23 00:10:18 -0700562source "drivers/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564source "drivers/sbus/char/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566source "fs/Kconfig"
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568source "arch/sparc/Kconfig.debug"
569
570source "security/Kconfig"
571
572source "crypto/Kconfig"
573
574source "lib/Kconfig"