arc: switch to RAW_COPY_USER
[linux-2.6-microblaze.git] / arch / arc / Kconfig
1 #
2 # Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License version 2 as
6 # published by the Free Software Foundation.
7 #
8
9 config ARC
10         def_bool y
11         select ARC_TIMERS
12         select ARCH_HAS_SG_CHAIN
13         select ARCH_SUPPORTS_ATOMIC_RMW if ARC_HAS_LLSC
14         select BUILDTIME_EXTABLE_SORT
15         select CLONE_BACKWARDS
16         select COMMON_CLK
17         select GENERIC_ATOMIC64 if !ISA_ARCV2 || !(ARC_HAS_LL64 && ARC_HAS_LLSC)
18         select GENERIC_CLOCKEVENTS
19         select GENERIC_FIND_FIRST_BIT
20         # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP
21         select GENERIC_IRQ_SHOW
22         select GENERIC_PCI_IOMAP
23         select GENERIC_PENDING_IRQ if SMP
24         select GENERIC_SMP_IDLE_THREAD
25         select HAVE_ARCH_KGDB
26         select HAVE_ARCH_TRACEHOOK
27         select HAVE_FUTEX_CMPXCHG
28         select HAVE_IOREMAP_PROT
29         select HAVE_KPROBES
30         select HAVE_KRETPROBES
31         select HAVE_MEMBLOCK
32         select HAVE_MOD_ARCH_SPECIFIC
33         select HAVE_OPROFILE
34         select HAVE_PERF_EVENTS
35         select HANDLE_DOMAIN_IRQ
36         select IRQ_DOMAIN
37         select MODULES_USE_ELF_RELA
38         select NO_BOOTMEM
39         select OF
40         select OF_EARLY_FLATTREE
41         select OF_RESERVED_MEM
42         select PERF_USE_VMALLOC
43         select HAVE_DEBUG_STACKOVERFLOW
44         select HAVE_GENERIC_DMA_COHERENT
45         select HAVE_KERNEL_GZIP
46         select HAVE_KERNEL_LZMA
47         select ARCH_HAS_RAW_COPY_USER
48
49 config MIGHT_HAVE_PCI
50         bool
51
52 config TRACE_IRQFLAGS_SUPPORT
53         def_bool y
54
55 config LOCKDEP_SUPPORT
56         def_bool y
57
58 config SCHED_OMIT_FRAME_POINTER
59         def_bool y
60
61 config GENERIC_CSUM
62         def_bool y
63
64 config RWSEM_GENERIC_SPINLOCK
65         def_bool y
66
67 config ARCH_DISCONTIGMEM_ENABLE
68         def_bool n
69
70 config ARCH_FLATMEM_ENABLE
71         def_bool y
72
73 config MMU
74         def_bool y
75
76 config NO_IOPORT_MAP
77         def_bool y
78
79 config GENERIC_CALIBRATE_DELAY
80         def_bool y
81
82 config GENERIC_HWEIGHT
83         def_bool y
84
85 config STACKTRACE_SUPPORT
86         def_bool y
87         select STACKTRACE
88
89 config HAVE_ARCH_TRANSPARENT_HUGEPAGE
90         def_bool y
91         depends on ARC_MMU_V4
92
93 source "init/Kconfig"
94 source "kernel/Kconfig.freezer"
95
96 menu "ARC Architecture Configuration"
97
98 menu "ARC Platform/SoC/Board"
99
100 source "arch/arc/plat-sim/Kconfig"
101 source "arch/arc/plat-tb10x/Kconfig"
102 source "arch/arc/plat-axs10x/Kconfig"
103 #New platform adds here
104 source "arch/arc/plat-eznps/Kconfig"
105
106 endmenu
107
108 choice
109         prompt "ARC Instruction Set"
110         default ISA_ARCOMPACT
111
112 config ISA_ARCOMPACT
113         bool "ARCompact ISA"
114         select CPU_NO_EFFICIENT_FFS
115         help
116           The original ARC ISA of ARC600/700 cores
117
118 config ISA_ARCV2
119         bool "ARC ISA v2"
120         select ARC_TIMERS_64BIT
121         help
122           ISA for the Next Generation ARC-HS cores
123
124 endchoice
125
126 menu "ARC CPU Configuration"
127
128 choice
129         prompt "ARC Core"
130         default ARC_CPU_770 if ISA_ARCOMPACT
131         default ARC_CPU_HS if ISA_ARCV2
132
133 if ISA_ARCOMPACT
134
135 config ARC_CPU_750D
136         bool "ARC750D"
137         select ARC_CANT_LLSC
138         help
139           Support for ARC750 core
140
141 config ARC_CPU_770
142         bool "ARC770"
143         select ARC_HAS_SWAPE
144         help
145           Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
146           This core has a bunch of cool new features:
147           -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
148                    Shared Address Spaces (for sharing TLB entires in MMU)
149           -Caches: New Prog Model, Region Flush
150           -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr
151
152 endif   #ISA_ARCOMPACT
153
154 config ARC_CPU_HS
155         bool "ARC-HS"
156         depends on ISA_ARCV2
157         help
158           Support for ARC HS38x Cores based on ARCv2 ISA
159           The notable features are:
160             - SMP configurations of upto 4 core with coherency
161             - Optional L2 Cache and IO-Coherency
162             - Revised Interrupt Architecture (multiple priorites, reg banks,
163                 auto stack switch, auto regfile save/restore)
164             - MMUv4 (PIPT dcache, Huge Pages)
165             - Instructions for
166                 * 64bit load/store: LDD, STD
167                 * Hardware assisted divide/remainder: DIV, REM
168                 * Function prologue/epilogue: ENTER_S, LEAVE_S
169                 * IRQ enable/disable: CLRI, SETI
170                 * pop count: FFS, FLS
171                 * SETcc, BMSKN, XBFU...
172
173 endchoice
174
175 config CPU_BIG_ENDIAN
176         bool "Enable Big Endian Mode"
177         default n
178         help
179           Build kernel for Big Endian Mode of ARC CPU
180
181 config SMP
182         bool "Symmetric Multi-Processing"
183         default n
184         select ARC_MCIP if ISA_ARCV2
185         help
186           This enables support for systems with more than one CPU.
187
188 if SMP
189
190 config NR_CPUS
191         int "Maximum number of CPUs (2-4096)"
192         range 2 4096
193         default "4"
194
195 config ARC_SMP_HALT_ON_RESET
196         bool "Enable Halt-on-reset boot mode"
197         default y if ARC_UBOOT_SUPPORT
198         help
199           In SMP configuration cores can be configured as Halt-on-reset
200           or they could all start at same time. For Halt-on-reset, non
201           masters are parked until Master kicks them so they can start of
202           at designated entry point. For other case, all jump to common
203           entry point and spin wait for Master's signal.
204
205 endif   #SMP
206
207 config ARC_MCIP
208         bool "ARConnect Multicore IP (MCIP) Support "
209         depends on ISA_ARCV2
210         default y if SMP
211         help
212           This IP block enables SMP in ARC-HS38 cores.
213           It provides for cross-core interrupts, multi-core debug
214           hardware semaphores, shared memory,....
215
216 menuconfig ARC_CACHE
217         bool "Enable Cache Support"
218         default y
219
220 if ARC_CACHE
221
222 config ARC_CACHE_LINE_SHIFT
223         int "Cache Line Length (as power of 2)"
224         range 5 7
225         default "6"
226         help
227           Starting with ARC700 4.9, Cache line length is configurable,
228           This option specifies "N", with Line-len = 2 power N
229           So line lengths of 32, 64, 128 are specified by 5,6,7, respectively
230           Linux only supports same line lengths for I and D caches.
231
232 config ARC_HAS_ICACHE
233         bool "Use Instruction Cache"
234         default y
235
236 config ARC_HAS_DCACHE
237         bool "Use Data Cache"
238         default y
239
240 config ARC_CACHE_PAGES
241         bool "Per Page Cache Control"
242         default y
243         depends on ARC_HAS_ICACHE || ARC_HAS_DCACHE
244         help
245           This can be used to over-ride the global I/D Cache Enable on a
246           per-page basis (but only for pages accessed via MMU such as
247           Kernel Virtual address or User Virtual Address)
248           TLB entries have a per-page Cache Enable Bit.
249           Note that Global I/D ENABLE + Per Page DISABLE works but corollary
250           Global DISABLE + Per Page ENABLE won't work
251
252 config ARC_CACHE_VIPT_ALIASING
253         bool "Support VIPT Aliasing D$"
254         depends on ARC_HAS_DCACHE && ISA_ARCOMPACT
255         default n
256
257 endif   #ARC_CACHE
258
259 config ARC_HAS_ICCM
260         bool "Use ICCM"
261         help
262           Single Cycle RAMS to store Fast Path Code
263         default n
264
265 config ARC_ICCM_SZ
266         int "ICCM Size in KB"
267         default "64"
268         depends on ARC_HAS_ICCM
269
270 config ARC_HAS_DCCM
271         bool "Use DCCM"
272         help
273           Single Cycle RAMS to store Fast Path Data
274         default n
275
276 config ARC_DCCM_SZ
277         int "DCCM Size in KB"
278         default "64"
279         depends on ARC_HAS_DCCM
280
281 config ARC_DCCM_BASE
282         hex "DCCM map address"
283         default "0xA0000000"
284         depends on ARC_HAS_DCCM
285
286 choice
287         prompt "MMU Version"
288         default ARC_MMU_V3 if ARC_CPU_770
289         default ARC_MMU_V2 if ARC_CPU_750D
290         default ARC_MMU_V4 if ARC_CPU_HS
291
292 if ISA_ARCOMPACT
293
294 config ARC_MMU_V1
295         bool "MMU v1"
296         help
297           Orig ARC700 MMU
298
299 config ARC_MMU_V2
300         bool "MMU v2"
301         help
302           Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
303           when 2 D-TLB and 1 I-TLB entries index into same 2way set.
304
305 config ARC_MMU_V3
306         bool "MMU v3"
307         depends on ARC_CPU_770
308         help
309           Introduced with ARC700 4.10: New Features
310           Variable Page size (1k-16k), var JTLB size 128 x (2 or 4)
311           Shared Address Spaces (SASID)
312
313 endif
314
315 config ARC_MMU_V4
316         bool "MMU v4"
317         depends on ISA_ARCV2
318
319 endchoice
320
321
322 choice
323         prompt "MMU Page Size"
324         default ARC_PAGE_SIZE_8K
325
326 config ARC_PAGE_SIZE_8K
327         bool "8KB"
328         help
329           Choose between 8k vs 16k
330
331 config ARC_PAGE_SIZE_16K
332         bool "16KB"
333         depends on ARC_MMU_V3 || ARC_MMU_V4
334
335 config ARC_PAGE_SIZE_4K
336         bool "4KB"
337         depends on ARC_MMU_V3 || ARC_MMU_V4
338
339 endchoice
340
341 choice
342         prompt "MMU Super Page Size"
343         depends on ISA_ARCV2 && TRANSPARENT_HUGEPAGE
344         default ARC_HUGEPAGE_2M
345
346 config ARC_HUGEPAGE_2M
347         bool "2MB"
348
349 config ARC_HUGEPAGE_16M
350         bool "16MB"
351
352 endchoice
353
354 config NODES_SHIFT
355         int "Maximum NUMA Nodes (as a power of 2)"
356         default "0" if !DISCONTIGMEM
357         default "1" if DISCONTIGMEM
358         depends on NEED_MULTIPLE_NODES
359         ---help---
360           Accessing memory beyond 1GB (with or w/o PAE) requires 2 memory
361           zones.
362
363 if ISA_ARCOMPACT
364
365 config ARC_COMPACT_IRQ_LEVELS
366         bool "Setup Timer IRQ as high Priority"
367         default n
368         # if SMP, LV2 enabled ONLY if ARC implementation has LV2 re-entrancy
369         depends on !SMP
370
371 config ARC_FPU_SAVE_RESTORE
372         bool "Enable FPU state persistence across context switch"
373         default n
374         help
375           Double Precision Floating Point unit had dedictaed regs which
376           need to be saved/restored across context-switch.
377           Note that ARC FPU is overly simplistic, unlike say x86, which has
378           hardware pieces to allow software to conditionally save/restore,
379           based on actual usage of FPU by a task. Thus our implemn does
380           this for all tasks in system.
381
382 endif   #ISA_ARCOMPACT
383
384 config ARC_CANT_LLSC
385         def_bool n
386
387 config ARC_HAS_LLSC
388         bool "Insn: LLOCK/SCOND (efficient atomic ops)"
389         default y
390         depends on !ARC_CANT_LLSC
391
392 config ARC_HAS_SWAPE
393         bool "Insn: SWAPE (endian-swap)"
394         default y
395
396 if ISA_ARCV2
397
398 config ARC_HAS_LL64
399         bool "Insn: 64bit LDD/STD"
400         help
401           Enable gcc to generate 64-bit load/store instructions
402           ISA mandates even/odd registers to allow encoding of two
403           dest operands with 2 possible source operands.
404         default y
405
406 config ARC_HAS_DIV_REM
407         bool "Insn: div, divu, rem, remu"
408         default y
409
410 endif   # ISA_ARCV2
411
412 endmenu   # "ARC CPU Configuration"
413
414 config LINUX_LINK_BASE
415         hex "Linux Link Address"
416         default "0x80000000"
417         help
418           ARC700 divides the 32 bit phy address space into two equal halves
419           -Lower 2G (0 - 0x7FFF_FFFF ) is user virtual, translated by MMU
420           -Upper 2G (0x8000_0000 onwards) is untranslated, for kernel
421           Typically Linux kernel is linked at the start of untransalted addr,
422           hence the default value of 0x8zs.
423           However some customers have peripherals mapped at this addr, so
424           Linux needs to be scooted a bit.
425           If you don't know what the above means, leave this setting alone.
426           This needs to match memory start address specified in Device Tree
427
428 config HIGHMEM
429         bool "High Memory Support"
430         select ARCH_DISCONTIGMEM_ENABLE
431         help
432           With ARC 2G:2G address split, only upper 2G is directly addressable by
433           kernel. Enable this to potentially allow access to rest of 2G and PAE
434           in future
435
436 config ARC_HAS_PAE40
437         bool "Support for the 40-bit Physical Address Extension"
438         default n
439         depends on ISA_ARCV2
440         help
441           Enable access to physical memory beyond 4G, only supported on
442           ARC cores with 40 bit Physical Addressing support
443
444 config ARCH_PHYS_ADDR_T_64BIT
445         def_bool ARC_HAS_PAE40
446
447 config ARCH_DMA_ADDR_T_64BIT
448         bool
449
450 config ARC_PLAT_NEEDS_PHYS_TO_DMA
451         bool
452
453 config ARC_KVADDR_SIZE
454         int "Kernel Virtaul Address Space size (MB)"
455         range 0 512
456         default "256"
457         help
458           The kernel address space is carved out of 256MB of translated address
459           space for catering to vmalloc, modules, pkmap, fixmap. This however may
460           not suffice vmalloc requirements of a 4K CPU EZChip system. So allow
461           this to be stretched to 512 MB (by extending into the reserved
462           kernel-user gutter)
463
464 config ARC_CURR_IN_REG
465         bool "Dedicate Register r25 for current_task pointer"
466         default y
467         help
468           This reserved Register R25 to point to Current Task in
469           kernel mode. This saves memory access for each such access
470
471
472 config ARC_EMUL_UNALIGNED
473         bool "Emulate unaligned memory access (userspace only)"
474         default N
475         select SYSCTL_ARCH_UNALIGN_NO_WARN
476         select SYSCTL_ARCH_UNALIGN_ALLOW
477         depends on ISA_ARCOMPACT
478         help
479           This enables misaligned 16 & 32 bit memory access from user space.
480           Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide
481           potential bugs in code
482
483 config HZ
484         int "Timer Frequency"
485         default 100
486
487 config ARC_METAWARE_HLINK
488         bool "Support for Metaware debugger assisted Host access"
489         default n
490         help
491           This options allows a Linux userland apps to directly access
492           host file system (open/creat/read/write etc) with help from
493           Metaware Debugger. This can come in handy for Linux-host communication
494           when there is no real usable peripheral such as EMAC.
495
496 menuconfig ARC_DBG
497         bool "ARC debugging"
498         default y
499
500 if ARC_DBG
501
502 config ARC_DW2_UNWIND
503         bool "Enable DWARF specific kernel stack unwind"
504         default y
505         select KALLSYMS
506         help
507           Compiles the kernel with DWARF unwind information and can be used
508           to get stack backtraces.
509
510           If you say Y here the resulting kernel image will be slightly larger
511           but not slower, and it will give very useful debugging information.
512           If you don't debug the kernel, you can say N, but we may not be able
513           to solve problems without frame unwind information
514
515 config ARC_DBG_TLB_PARANOIA
516         bool "Paranoia Checks in Low Level TLB Handlers"
517         default n
518
519 endif
520
521 config ARC_UBOOT_SUPPORT
522         bool "Support uboot arg Handling"
523         default n
524         help
525           ARC Linux by default checks for uboot provided args as pointers to
526           external cmdline or DTB. This however breaks in absence of uboot,
527           when booting from Metaware debugger directly, as the registers are
528           not zeroed out on reset by mdb and/or ARCv2 based cores. The bogus
529           registers look like uboot args to kernel which then chokes.
530           So only enable the uboot arg checking/processing if users are sure
531           of uboot being in play.
532
533 config ARC_BUILTIN_DTB_NAME
534         string "Built in DTB"
535         help
536           Set the name of the DTB to embed in the vmlinux binary
537           Leaving it blank selects the minimal "skeleton" dtb
538
539 source "kernel/Kconfig.preempt"
540
541 menu "Executable file formats"
542 source "fs/Kconfig.binfmt"
543 endmenu
544
545 endmenu  # "ARC Architecture Configuration"
546
547 source "mm/Kconfig"
548
549 config FORCE_MAX_ZONEORDER
550         int "Maximum zone order"
551         default "12" if ARC_HUGEPAGE_16M
552         default "11"
553
554 source "net/Kconfig"
555 source "drivers/Kconfig"
556
557 menu "Bus Support"
558
559 config PCI
560         bool "PCI support" if MIGHT_HAVE_PCI
561         help
562           PCI is the name of a bus system, i.e., the way the CPU talks to
563           the other stuff inside your box.  Find out if your board/platform
564           has PCI.
565
566           Note: PCIe support for Synopsys Device will be available only
567           when HAPS DX is configured with PCIe RC bitmap. If you have PCI,
568           say Y, otherwise N.
569
570 config PCI_SYSCALL
571         def_bool PCI
572
573 source "drivers/pci/Kconfig"
574
575 endmenu
576
577 source "fs/Kconfig"
578 source "arch/arc/Kconfig.debug"
579 source "security/Kconfig"
580 source "crypto/Kconfig"
581 source "lib/Kconfig"
582 source "kernel/power/Kconfig"