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