Merge branch android-common-3.10
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / Kconfig
1 config ARM64
2         def_bool y
3         select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
4         select ARCH_HAS_OPP
5         select ARCH_USE_CMPXCHG_LOCKREF
6         select ARCH_HAS_OPP
7         select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
8         select ARCH_SUPPORTS_ATOMIC_RMW
9         select ARCH_HAS_GCOV_PROFILE_ALL
10         select ARCH_WANT_OPTIONAL_GPIOLIB
11         select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
12         select ARCH_WANT_FRAME_POINTERS
13         select ARM_AMBA
14         select ARM_ARCH_TIMER
15         select ARM_GIC
16         select ARM_GIC_V3
17         select BUILDTIME_EXTABLE_SORT
18         select AUDIT_ARCH_COMPAT_GENERIC
19         select CLONE_BACKWARDS
20         select COMMON_CLK
21         select CPU_PM if (SUSPEND || CPU_IDLE)
22         select DCACHE_WORD_ACCESS
23         select GENERIC_ALLOCATOR
24         select GENERIC_CLOCKEVENTS
25         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
26         select GENERIC_CPU_AUTOPROBE
27         select GENERIC_EARLY_IOREMAP
28         select GENERIC_IOMAP
29         select GENERIC_IRQ_PROBE
30         select GENERIC_IRQ_SHOW
31         select GENERIC_SMP_IDLE_THREAD
32         select GENERIC_STRNCPY_FROM_USER
33         select GENERIC_STRNLEN_USER
34         select GENERIC_TIME_VSYSCALL
35         select HARDIRQS_SW_RESEND
36         select HAVE_ARCH_JUMP_LABEL
37         select HAVE_ARCH_KGDB
38         select HAVE_ARCH_AUDITSYSCALL
39         select HAVE_ARCH_SECCOMP_FILTER
40         select HAVE_ARCH_TRACEHOOK
41         select HAVE_C_RECORDMCOUNT
42         select HAVE_CC_STACKPROTECTOR
43         select HAVE_DEBUG_BUGVERBOSE
44         select HAVE_DEBUG_KMEMLEAK
45         select HAVE_DMA_API_DEBUG
46         select HAVE_DMA_ATTRS
47         select HAVE_DMA_CONTIGUOUS
48         select HAVE_DYNAMIC_FTRACE
49         select HAVE_EFFICIENT_UNALIGNED_ACCESS
50         select HAVE_FTRACE_MCOUNT_RECORD
51         select HAVE_FUNCTION_TRACER
52         select HAVE_FUNCTION_GRAPH_TRACER
53         select HAVE_GENERIC_DMA_COHERENT
54         select HAVE_GENERIC_HARDIRQS
55         select HAVE_HW_BREAKPOINT if PERF_EVENTS
56         select HAVE_MEMBLOCK
57         select HAVE_PATA_PLATFORM
58         select HAVE_PERF_EVENTS
59         select HAVE_PERF_REGS
60         select HAVE_PERF_USER_STACK_DUMP
61         select HAVE_SYSCALL_TRACEPOINTS
62         select IRQ_DOMAIN
63         select MODULES_USE_ELF_RELA
64         select NO_BOOTMEM
65         select OF
66         select OF_EARLY_FLATTREE
67         select OF_RESERVED_MEM
68         select PERF_USE_VMALLOC
69         select POWER_RESET
70         select POWER_SUPPLY
71         select RTC_LIB
72         select SPARSE_IRQ
73         select SYSCTL_EXCEPTION_TRACE
74         help
75           ARM 64-bit (AArch64) Linux support.
76
77 config 64BIT
78         def_bool y
79
80 config ARCH_PHYS_ADDR_T_64BIT
81         def_bool y
82
83 config MMU
84         def_bool y
85
86 config NO_IOPORT
87         def_bool y
88
89 config STACKTRACE_SUPPORT
90         def_bool y
91
92 config LOCKDEP_SUPPORT
93         def_bool y
94
95 config TRACE_IRQFLAGS_SUPPORT
96         def_bool y
97
98 config RWSEM_XCHGADD_ALGORITHM
99         def_bool y
100
101 config GENERIC_HWEIGHT
102         def_bool y
103
104 config GENERIC_CSUM
105         def_bool y
106
107 config GENERIC_CALIBRATE_DELAY
108         def_bool y
109
110 config ZONE_DMA
111         def_bool y
112
113 config ARCH_DMA_ADDR_T_64BIT
114         def_bool y
115
116 config NEED_DMA_MAP_STATE
117         def_bool y
118
119 config NEED_SG_DMA_LENGTH
120         def_bool y
121
122 config SWIOTLB
123         def_bool y
124
125 config IOMMU_HELPER
126         def_bool SWIOTLB
127
128 config FIX_EARLYCON_MEM
129         def_bool y
130
131 source "init/Kconfig"
132
133 source "kernel/Kconfig.freezer"
134
135 menu "Platform selection"
136
137 config ARCH_ROCKCHIP
138         bool "Rockchip SoCs"
139         select PINCTRL
140         select PINCTRL_RK3368
141         select ARCH_REQUIRE_GPIOLIB
142
143 source "arch/arm64/mach-rockchip/Kconfig"
144
145 config ARCH_VEXPRESS
146         bool "ARMv8 software model (Versatile Express)"
147         select ARCH_REQUIRE_GPIOLIB
148         select COMMON_CLK_VERSATILE
149         select POWER_RESET_VEXPRESS
150         select VEXPRESS_CONFIG
151         help
152           This enables support for the ARMv8 software model (Versatile
153           Express).
154
155 config ARCH_XGENE
156         bool "AppliedMicro X-Gene SOC Family"
157         help
158           This enables support for AppliedMicro X-Gene SOC Family
159
160 endmenu
161
162 menu "Bus support"
163
164 config ARM_AMBA
165         bool
166
167 endmenu
168
169 menu "Kernel Features"
170
171 menu "ARM errata workarounds"
172
173 config ARM64_ERRATUM_845719
174         bool "Cortex-A53: 845719: a load might read incorrect data"
175         depends on COMPAT
176         default n
177         help
178           This option adds an alternative code sequence to work around ARM
179           erratum 845719 on Cortex-A53 parts up to r0p4.
180
181           When running a compat (AArch32) userspace on an affected Cortex-A53
182           part, a load at EL0 from a virtual address that matches the bottom 32
183           bits of the virtual address used by a recent load at (AArch64) EL1
184           might return incorrect data.
185
186           The workaround is to write the contextidr_el1 register on exception
187           return to a 32-bit task.
188           Please note that this does not necessarily enable the workaround,
189           as it depends on the alternative framework, which will only patch
190           the kernel if an affected CPU is detected.
191
192           If unsure, say Y.
193
194 endmenu
195
196
197 config ARM64_64K_PAGES
198         bool "Enable 64KB pages support"
199         help
200           This feature enables 64KB pages support (4KB by default)
201           allowing only two levels of page tables and faster TLB
202           look-up. AArch32 emulation is not available when this feature
203           is enabled.
204
205 config CPU_BIG_ENDIAN
206        bool "Build big-endian kernel"
207        help
208          Say Y if you plan on running a kernel in big-endian mode.
209
210 config SMP
211         bool "Symmetric Multi-Processing"
212         select USE_GENERIC_SMP_HELPERS
213         help
214           This enables support for systems with more than one CPU.  If
215           you say N here, the kernel will run on single and
216           multiprocessor machines, but will use only one CPU of a
217           multiprocessor machine. If you say Y here, the kernel will run
218           on many, but not all, single processor machines. On a single
219           processor machine, the kernel will run faster if you say N
220           here.
221
222           If you don't know what to do here, say N.
223
224 config SCHED_MC
225         bool "Multi-core scheduler support"
226         depends on SMP
227         help
228           Multi-core scheduler support improves the CPU scheduler's decision
229           making when dealing with multi-core CPU chips at a cost of slightly
230           increased overhead in some places. If unsure say N here.
231
232 config SCHED_SMT
233         bool "SMT scheduler support"
234         depends on SMP
235         help
236           Improves the CPU scheduler's decision making when dealing with
237           MultiThreading at a cost of slightly increased overhead in some
238           places. If unsure say N here.
239
240 config DISABLE_CPU_SCHED_DOMAIN_BALANCE
241         bool "(EXPERIMENTAL) Disable CPU level scheduler load-balancing"
242         help
243           Disables scheduler load-balancing at CPU sched domain level.
244
245 config SCHED_HMP
246         bool "(EXPERIMENTAL) Heterogenous multiprocessor scheduling"
247         depends on DISABLE_CPU_SCHED_DOMAIN_BALANCE && SCHED_MC && FAIR_GROUP_SCHED && !SCHED_AUTOGROUP
248         help
249           Experimental scheduler optimizations for heterogeneous platforms.
250           Attempts to introspectively select task affinity to optimize power
251           and performance. Basic support for multiple (>2) cpu types is in place,
252           but it has only been tested with two types of cpus.
253           There is currently no support for migration of task groups, hence
254           !SCHED_AUTOGROUP. Furthermore, normal load-balancing must be disabled
255           between cpus of different type (DISABLE_CPU_SCHED_DOMAIN_BALANCE).
256
257 config SCHED_HMP_PRIO_FILTER
258         bool "(EXPERIMENTAL) Filter HMP migrations by task priority"
259         depends on SCHED_HMP
260         help
261           Enables task priority based HMP migration filter. Any task with
262           a NICE value above the threshold will always be on low-power cpus
263           with less compute capacity.
264
265 config SCHED_HMP_PRIO_FILTER_VAL
266         int "NICE priority threshold"
267         default 5
268         depends on SCHED_HMP_PRIO_FILTER
269
270 config HMP_FAST_CPU_MASK
271         string "HMP scheduler fast CPU mask"
272         depends on SCHED_HMP
273         help
274           Leave empty to use device tree information.
275           Specify the cpuids of the fast CPUs in the system as a list string,
276           e.g. cpuid 0+1 should be specified as 0-1.
277
278 config HMP_SLOW_CPU_MASK
279         string "HMP scheduler slow CPU mask"
280         depends on SCHED_HMP
281         help
282           Leave empty to use device tree information.
283           Specify the cpuids of the slow CPUs in the system as a list string,
284           e.g. cpuid 0+1 should be specified as 0-1.
285
286 config HMP_VARIABLE_SCALE
287         bool "Allows changing the load tracking scale through sysfs"
288         depends on SCHED_HMP
289         help
290           When turned on, this option exports the thresholds and load average
291           period value for the load tracking patches through sysfs.
292           The values can be modified to change the rate of load accumulation
293           and the thresholds used for HMP migration.
294           The load_avg_period_ms is the time in ms to reach a load average of
295           0.5 for an idle task of 0 load average ratio that start a busy loop.
296           The up_threshold and down_threshold is the value to go to a faster
297           CPU or to go back to a slower cpu.
298           The {up,down}_threshold are devided by 1024 before being compared
299           to the load average.
300           For examples, with load_avg_period_ms = 128 and up_threshold = 512,
301           a running task with a load of 0 will be migrated to a bigger CPU after
302           128ms, because after 128ms its load_avg_ratio is 0.5 and the real
303           up_threshold is 0.5.
304           This patch has the same behavior as changing the Y of the load
305           average computation to
306                 (1002/1024)^(LOAD_AVG_PERIOD/load_avg_period_ms)
307           but it remove intermadiate overflows in computation.
308
309 config HMP_FREQUENCY_INVARIANT_SCALE
310         bool "(EXPERIMENTAL) Frequency-Invariant Tracked Load for HMP"
311         depends on HMP_VARIABLE_SCALE && CPU_FREQ
312         help
313           Scales the current load contribution in line with the frequency
314           of the CPU that the task was executed on.
315           In this version, we use a simple linear scale derived from the
316           maximum frequency reported by CPUFreq.
317           Restricting tracked load to be scaled by the CPU's frequency
318           represents the consumption of possible compute capacity
319           (rather than consumption of actual instantaneous capacity as
320           normal) and allows the HMP migration's simple threshold
321           migration strategy to interact more predictably with CPUFreq's
322           asynchronous compute capacity changes.
323
324 config SCHED_HMP_LITTLE_PACKING
325         bool "Small task packing for HMP"
326         depends on SCHED_HMP
327         default n
328         help
329           Allows the HMP Scheduler to pack small tasks into CPUs in the
330           smallest HMP domain.
331           Controlled by two sysfs files in sys/kernel/hmp.
332           packing_enable: 1 to enable, 0 to disable packing. Default 1.
333           packing_limit: runqueue load ratio where a RQ is considered
334             to be full. Default is NICE_0_LOAD * 9/8.
335
336 config NR_CPUS
337         int "Maximum number of CPUs (2-32)"
338         range 2 32
339         depends on SMP
340         # These have to remain sorted largest to smallest
341         default "8"
342
343 config HOTPLUG_CPU
344         bool "Support for hot-pluggable CPUs"
345         depends on SMP
346         help
347           Say Y here to experiment with turning CPUs off and on.  CPUs
348           can be controlled through /sys/devices/system/cpu.
349
350 config SWP_EMULATE
351         bool "Emulate SWP/SWPB instructions"
352         help
353           ARMv6 architecture deprecates use of the SWP/SWPB instructions. ARMv8
354           oblosetes the use of SWP/SWPB instructions. ARMv7 multiprocessing
355           extensions introduce the ability to disable these instructions,
356           triggering an undefined instruction exception when executed. Say Y
357           here to enable software emulation of these instructions for userspace
358           (not kernel) using LDREX/STREX. Also creates /proc/cpu/swp_emulation
359           for statistics.
360
361           In some older versions of glibc [<=2.8] SWP is used during futex
362           trylock() operations with the assumption that the code will not
363           be preempted. This invalid assumption may be more likely to fail
364           with SWP emulation enabled, leading to deadlock of the user
365           application.
366
367           NOTE: when accessing uncached shared regions, LDREX/STREX rely
368           on an external transaction monitoring block called a global
369           monitor to maintain update atomicity. If your system does not
370           implement a global monitor, this option can cause programs that
371           perform SWP operations to uncached memory to deadlock.
372
373           If unsure, say Y.
374
375 source kernel/Kconfig.preempt
376
377 config HZ
378         int
379         default 100
380
381 config ARCH_HAS_HOLES_MEMORYMODEL
382         def_bool y if SPARSEMEM
383
384 config ARCH_SPARSEMEM_ENABLE
385         def_bool y
386         select SPARSEMEM_VMEMMAP_ENABLE
387
388 config ARCH_SPARSEMEM_DEFAULT
389         def_bool ARCH_SPARSEMEM_ENABLE
390
391 config ARCH_SELECT_MEMORY_MODEL
392         def_bool ARCH_SPARSEMEM_ENABLE
393
394 config HAVE_ARCH_PFN_VALID
395         def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
396
397 config HW_PERF_EVENTS
398         bool "Enable hardware performance counter support for perf events"
399         depends on PERF_EVENTS
400         default y
401         help
402           Enable hardware performance counter support for perf events. If
403           disabled, perf events will use software events only.
404
405 config SYS_SUPPORTS_HUGETLBFS
406         def_bool y
407
408 config ARCH_WANT_GENERAL_HUGETLB
409         def_bool y
410
411 config ARCH_WANT_HUGE_PMD_SHARE
412         def_bool y if !ARM64_64K_PAGES
413
414 config HAVE_ARCH_TRANSPARENT_HUGEPAGE
415         def_bool y
416
417 config ARMV7_COMPAT
418         bool "Kernel support for ARMv7 applications"
419         depends on COMPAT
420         select SWP_EMULATE
421         help
422          This option enables features that allow that ran on an ARMv7 or older
423          processor to continue functioning.
424
425          If you want to execute ARMv7 applications, say Y
426
427 config ARMV7_COMPAT_CPUINFO
428         bool "Report backwards compatible cpu features in /proc/cpuinfo"
429         depends on ARMV7_COMPAT
430         default y
431         help
432          This option makes /proc/cpuinfo list CPU features that an ARMv7 or
433          earlier kernel would report, but are not optional on an ARMv8 or later
434          processor.
435
436          If you want to execute ARMv7 applications, say Y
437
438 source "mm/Kconfig"
439
440 config FORCE_MAX_ZONEORDER
441         int
442         default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
443         default "11"
444
445 config SECCOMP
446         bool "Enable seccomp to safely compute untrusted bytecode"
447         ---help---
448           This kernel feature is useful for number crunching applications
449           that may need to compute untrusted bytecode during their
450           execution. By using pipes or other transports made available to
451           the process as file descriptors supporting the read/write
452           syscalls, it's possible to isolate those applications in
453           their own address space using seccomp. Once seccomp is
454           enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
455           and the task is only allowed to execute a few safe syscalls
456           defined by each seccomp mode.
457
458 endmenu
459
460 menu "Boot options"
461
462 config CMDLINE
463         string "Default kernel command string"
464         default ""
465         help
466           Provide a set of default command-line options at build time by
467           entering them here. As a minimum, you should specify the the
468           root device (e.g. root=/dev/nfs).
469
470 choice
471         prompt "Kernel command line type" if CMDLINE != ""
472         default CMDLINE_FROM_BOOTLOADER
473
474 config CMDLINE_FROM_BOOTLOADER
475         bool "Use bootloader kernel arguments if available"
476         help
477           Uses the command-line options passed by the boot loader. If
478           the boot loader doesn't provide any, the default kernel command
479           string provided in CMDLINE will be used.
480
481 config CMDLINE_EXTEND
482         bool "Extend bootloader kernel arguments"
483         help
484           The command-line arguments provided by the boot loader will be
485           appended to the default kernel command string.
486
487 config CMDLINE_FORCE
488         bool "Always use the default kernel command string"
489         help
490           Always use the default kernel command string, even if the boot
491           loader passes other arguments to the kernel.
492           This is useful if you cannot or don't want to change the
493           command-line options your boot loader passes to the kernel.
494 endchoice
495
496 config BUILD_ARM64_APPENDED_DTB_IMAGE
497         bool "Build a concatenated Image.gz/dtb by default"
498         depends on OF
499         help
500           Enabling this option will cause a concatenated Image.gz and list of
501           DTBs to be built by default (instead of a standalone Image.gz.)
502           The image will built in arch/arm64/boot/Image.gz-dtb
503
504 config BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES
505         string "Default dtb names"
506         depends on BUILD_ARM64_APPENDED_DTB_IMAGE
507         help
508           Space separated list of names of dtbs to append when
509           building a concatenated Image.gz-dtb.
510
511 config EFI
512         bool "UEFI runtime support"
513         depends on OF && !CPU_BIG_ENDIAN
514         select LIBFDT
515         select UCS2_STRING
516         select EFI_PARAMS_FROM_FDT
517         default y
518         help
519           This option provides support for runtime services provided
520           by UEFI firmware (such as non-volatile variables, realtime
521           clock, and platform reset). A UEFI stub is also provided to
522           allow the kernel to be booted as an EFI application. This
523           is only useful on systems that have UEFI firmware.
524
525 endmenu
526
527 menu "Userspace binary formats"
528
529 source "fs/Kconfig.binfmt"
530
531 config COMPAT
532         bool "Kernel support for 32-bit EL0"
533         depends on !ARM64_64K_PAGES
534         select COMPAT_BINFMT_ELF
535         select HAVE_UID16
536         select OLD_SIGSUSPEND3
537         select COMPAT_OLD_SIGACTION
538         help
539           This option enables support for a 32-bit EL0 running under a 64-bit
540           kernel at EL1. AArch32-specific components such as system calls,
541           the user helper functions, VFP support and the ptrace interface are
542           handled appropriately by the kernel.
543
544           If you want to execute 32-bit userspace applications, say Y.
545
546 config SYSVIPC_COMPAT
547         def_bool y
548         depends on COMPAT && SYSVIPC
549
550 endmenu
551
552 menu "Power management options"
553
554 source "kernel/power/Kconfig"
555
556 source "drivers/cpufreq/Kconfig"
557 config ARCH_SUSPEND_POSSIBLE
558         def_bool y
559
560 config ARM64_CPU_SUSPEND
561         def_bool PM_SLEEP
562
563 endmenu
564
565 menu "CPU Power Management"
566
567 source "drivers/cpuidle/Kconfig"
568
569 source "drivers/cpuquiet/Kconfig"
570
571 endmenu
572
573 source "net/Kconfig"
574
575 source "drivers/Kconfig"
576
577 source "drivers/firmware/Kconfig"
578
579 source "fs/Kconfig"
580
581 source "arch/arm64/kvm/Kconfig"
582
583 source "arch/arm64/Kconfig.debug"
584
585 source "security/Kconfig"
586
587 source "crypto/Kconfig"
588 if CRYPTO
589 source "arch/arm64/crypto/Kconfig"
590 endif
591
592 source "lib/Kconfig"