arm64: Trace emulation of AArch32 legacy instructions
[linux-2.6-block.git] / arch / arm64 / Kconfig
CommitLineData
8c2c3df3
CM
1config ARM64
2 def_bool y
92980405 3 select ARCH_BINFMT_ELF_RANDOMIZE_PIE
8c2c3df3 4 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
308c09f1 5 select ARCH_HAS_SG_CHAIN
1f85008e 6 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
c63c8700 7 select ARCH_USE_CMPXCHG_LOCKREF
4badad35 8 select ARCH_SUPPORTS_ATOMIC_RMW
9170100e 9 select ARCH_WANT_OPTIONAL_GPIOLIB
6212a512 10 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
b6f35981 11 select ARCH_WANT_FRAME_POINTERS
25c92a37 12 select ARM_AMBA
1aee5d7a 13 select ARM_ARCH_TIMER
c4188edc 14 select ARM_GIC
875cbf3e 15 select AUDIT_ARCH_COMPAT_GENERIC
021f6537 16 select ARM_GIC_V3
adace895 17 select BUILDTIME_EXTABLE_SORT
db2789b5 18 select CLONE_BACKWARDS
7ca2ef33 19 select COMMON_CLK
166936ba 20 select CPU_PM if (SUSPEND || CPU_IDLE)
7bc13fd3 21 select DCACHE_WORD_ACCESS
d4932f9e 22 select GENERIC_ALLOCATOR
8c2c3df3 23 select GENERIC_CLOCKEVENTS
1f85008e 24 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
3be1a5c4 25 select GENERIC_CPU_AUTOPROBE
bf4b558e 26 select GENERIC_EARLY_IOREMAP
8c2c3df3
CM
27 select GENERIC_IOMAP
28 select GENERIC_IRQ_PROBE
29 select GENERIC_IRQ_SHOW
65cd4f6c 30 select GENERIC_SCHED_CLOCK
8c2c3df3 31 select GENERIC_SMP_IDLE_THREAD
12a0ef7b
WD
32 select GENERIC_STRNCPY_FROM_USER
33 select GENERIC_STRNLEN_USER
8c2c3df3 34 select GENERIC_TIME_VSYSCALL
a1ddc74a 35 select HANDLE_DOMAIN_IRQ
8c2c3df3 36 select HARDIRQS_SW_RESEND
5284e1b4 37 select HAVE_ALIGNED_STRUCT_PAGE if SLUB
875cbf3e 38 select HAVE_ARCH_AUDITSYSCALL
9732cafd 39 select HAVE_ARCH_JUMP_LABEL
9529247d 40 select HAVE_ARCH_KGDB
8c2c3df3 41 select HAVE_ARCH_TRACEHOOK
e54bcde3 42 select HAVE_BPF_JIT
af64d2aa 43 select HAVE_C_RECORDMCOUNT
c0c264ae 44 select HAVE_CC_STACKPROTECTOR
5284e1b4 45 select HAVE_CMPXCHG_DOUBLE
9b2a60c4 46 select HAVE_DEBUG_BUGVERBOSE
b69ec42b 47 select HAVE_DEBUG_KMEMLEAK
8c2c3df3
CM
48 select HAVE_DMA_API_DEBUG
49 select HAVE_DMA_ATTRS
6ac2104d 50 select HAVE_DMA_CONTIGUOUS
bd7d38db 51 select HAVE_DYNAMIC_FTRACE
50afc33a 52 select HAVE_EFFICIENT_UNALIGNED_ACCESS
af64d2aa 53 select HAVE_FTRACE_MCOUNT_RECORD
819e50e2
AT
54 select HAVE_FUNCTION_TRACER
55 select HAVE_FUNCTION_GRAPH_TRACER
8c2c3df3 56 select HAVE_GENERIC_DMA_COHERENT
8c2c3df3 57 select HAVE_HW_BREAKPOINT if PERF_EVENTS
8c2c3df3 58 select HAVE_MEMBLOCK
55834a77 59 select HAVE_PATA_PLATFORM
8c2c3df3 60 select HAVE_PERF_EVENTS
2ee0d7fd
JP
61 select HAVE_PERF_REGS
62 select HAVE_PERF_USER_STACK_DUMP
5e5f6dc1 63 select HAVE_RCU_TABLE_FREE
055b1212 64 select HAVE_SYSCALL_TRACEPOINTS
8c2c3df3 65 select IRQ_DOMAIN
fea2acaa 66 select MODULES_USE_ELF_RELA
8c2c3df3
CM
67 select NO_BOOTMEM
68 select OF
69 select OF_EARLY_FLATTREE
9bf14b7c 70 select OF_RESERVED_MEM
8c2c3df3 71 select PERF_USE_VMALLOC
aa1e8ec1
CM
72 select POWER_RESET
73 select POWER_SUPPLY
8c2c3df3
CM
74 select RTC_LIB
75 select SPARSE_IRQ
7ac57a89 76 select SYSCTL_EXCEPTION_TRACE
6c81fe79 77 select HAVE_CONTEXT_TRACKING
8c2c3df3
CM
78 help
79 ARM 64-bit (AArch64) Linux support.
80
81config 64BIT
82 def_bool y
83
84config ARCH_PHYS_ADDR_T_64BIT
85 def_bool y
86
87config MMU
88 def_bool y
89
ce816fa8 90config NO_IOPORT_MAP
d1e6dc91 91 def_bool y if !PCI
8c2c3df3
CM
92
93config STACKTRACE_SUPPORT
94 def_bool y
95
96config LOCKDEP_SUPPORT
97 def_bool y
98
99config TRACE_IRQFLAGS_SUPPORT
100 def_bool y
101
c209f799 102config RWSEM_XCHGADD_ALGORITHM
8c2c3df3
CM
103 def_bool y
104
105config GENERIC_HWEIGHT
106 def_bool y
107
108config GENERIC_CSUM
109 def_bool y
110
111config GENERIC_CALIBRATE_DELAY
112 def_bool y
113
19e7640d 114config ZONE_DMA
8c2c3df3
CM
115 def_bool y
116
29e56940
SC
117config HAVE_GENERIC_RCU_GUP
118 def_bool y
119
8c2c3df3
CM
120config ARCH_DMA_ADDR_T_64BIT
121 def_bool y
122
123config NEED_DMA_MAP_STATE
124 def_bool y
125
126config NEED_SG_DMA_LENGTH
127 def_bool y
128
129config SWIOTLB
130 def_bool y
131
132config IOMMU_HELPER
133 def_bool SWIOTLB
134
4cfb3613
AB
135config KERNEL_MODE_NEON
136 def_bool y
137
92cc15fc
RH
138config FIX_EARLYCON_MEM
139 def_bool y
140
8c2c3df3
CM
141source "init/Kconfig"
142
143source "kernel/Kconfig.freezer"
144
1ae90e79
CM
145menu "Platform selection"
146
28f7420d
RMC
147config ARCH_THUNDER
148 bool "Cavium Inc. Thunder SoC Family"
149 help
150 This enables support for Cavium's Thunder Family of SoCs.
151
1ae90e79
CM
152config ARCH_VEXPRESS
153 bool "ARMv8 software model (Versatile Express)"
154 select ARCH_REQUIRE_GPIOLIB
155 select COMMON_CLK_VERSATILE
aa1e8ec1 156 select POWER_RESET_VEXPRESS
1ae90e79
CM
157 select VEXPRESS_CONFIG
158 help
159 This enables support for the ARMv8 software model (Versatile
160 Express).
8c2c3df3 161
15942853
VK
162config ARCH_XGENE
163 bool "AppliedMicro X-Gene SOC Family"
164 help
165 This enables support for AppliedMicro X-Gene SOC Family
166
587064b6
PA
167comment "Processor Features"
168
169menuconfig ARMV8_DEPRECATED
170 bool "Emulate deprecated/obsolete ARMv8 instructions"
171 depends on COMPAT
172 help
173 Legacy software support may require certain instructions
174 that have been deprecated or obsoleted in the architecture.
175
176 Enable this config to enable selective emulation of these
177 features.
178
179 If unsure, say Y
180
181if ARMV8_DEPRECATED
182
bd35a4ad
PA
183config SWP_EMULATION
184 bool "Emulate SWP/SWPB instructions"
185 help
186 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
187 they are always undefined. Say Y here to enable software
188 emulation of these instructions for userspace using LDXR/STXR.
189
190 In some older versions of glibc [<=2.8] SWP is used during futex
191 trylock() operations with the assumption that the code will not
192 be preempted. This invalid assumption may be more likely to fail
193 with SWP emulation enabled, leading to deadlock of the user
194 application.
195
196 NOTE: when accessing uncached shared regions, LDXR/STXR rely
197 on an external transaction monitoring block called a global
198 monitor to maintain update atomicity. If your system does not
199 implement a global monitor, this option can cause programs that
200 perform SWP operations to uncached memory to deadlock.
201
202 If unsure, say Y
203
c852f320
PA
204config CP15_BARRIER_EMULATION
205 bool "Emulate CP15 Barrier instructions"
206 help
207 The CP15 barrier instructions - CP15ISB, CP15DSB, and
208 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
209 strongly recommended to use the ISB, DSB, and DMB
210 instructions instead.
211
212 Say Y here to enable software emulation of these
213 instructions for AArch32 userspace code. When this option is
214 enabled, CP15 barrier usage is traced which can help
215 identify software that needs updating.
216
217 If unsure, say Y
218
587064b6
PA
219endif
220
8c2c3df3
CM
221endmenu
222
223menu "Bus support"
224
225config ARM_AMBA
226 bool
227
d1e6dc91
LD
228config PCI
229 bool "PCI support"
230 help
231 This feature enables support for PCI bus system. If you say Y
232 here, the kernel will include drivers and infrastructure code
233 to support PCI bus devices.
234
235config PCI_DOMAINS
236 def_bool PCI
237
238config PCI_DOMAINS_GENERIC
239 def_bool PCI
240
241config PCI_SYSCALL
242 def_bool PCI
243
244source "drivers/pci/Kconfig"
245source "drivers/pci/pcie/Kconfig"
246source "drivers/pci/hotplug/Kconfig"
247
8c2c3df3
CM
248endmenu
249
250menu "Kernel Features"
251
e41ceed0
JL
252choice
253 prompt "Page size"
254 default ARM64_4K_PAGES
255 help
256 Page size (translation granule) configuration.
257
258config ARM64_4K_PAGES
259 bool "4KB"
260 help
261 This feature enables 4KB pages support.
262
8c2c3df3 263config ARM64_64K_PAGES
e41ceed0 264 bool "64KB"
8c2c3df3
CM
265 help
266 This feature enables 64KB pages support (4KB by default)
267 allowing only two levels of page tables and faster TLB
268 look-up. AArch32 emulation is not available when this feature
269 is enabled.
270
e41ceed0
JL
271endchoice
272
273choice
274 prompt "Virtual address space size"
275 default ARM64_VA_BITS_39 if ARM64_4K_PAGES
276 default ARM64_VA_BITS_42 if ARM64_64K_PAGES
277 help
278 Allows choosing one of multiple possible virtual address
279 space sizes. The level of translation table is determined by
280 a combination of page size and virtual address space size.
281
282config ARM64_VA_BITS_39
283 bool "39-bit"
284 depends on ARM64_4K_PAGES
285
286config ARM64_VA_BITS_42
287 bool "42-bit"
288 depends on ARM64_64K_PAGES
289
c79b954b
JL
290config ARM64_VA_BITS_48
291 bool "48-bit"
04f905a9 292 depends on !ARM_SMMU
c79b954b 293
e41ceed0
JL
294endchoice
295
296config ARM64_VA_BITS
297 int
298 default 39 if ARM64_VA_BITS_39
299 default 42 if ARM64_VA_BITS_42
c79b954b 300 default 48 if ARM64_VA_BITS_48
e41ceed0 301
abe669d7
CM
302config ARM64_PGTABLE_LEVELS
303 int
304 default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
383c2799 305 default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48
abe669d7
CM
306 default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
307 default 4 if ARM64_4K_PAGES && ARM64_VA_BITS_48
c79b954b 308
a872013d
WD
309config CPU_BIG_ENDIAN
310 bool "Build big-endian kernel"
311 help
312 Say Y if you plan on running a kernel in big-endian mode.
313
8c2c3df3
CM
314config SMP
315 bool "Symmetric Multi-Processing"
8c2c3df3
CM
316 help
317 This enables support for systems with more than one CPU. If
318 you say N here, the kernel will run on single and
319 multiprocessor machines, but will use only one CPU of a
320 multiprocessor machine. If you say Y here, the kernel will run
321 on many, but not all, single processor machines. On a single
322 processor machine, the kernel will run faster if you say N
323 here.
324
325 If you don't know what to do here, say N.
326
f6e763b9
MB
327config SCHED_MC
328 bool "Multi-core scheduler support"
329 depends on SMP
330 help
331 Multi-core scheduler support improves the CPU scheduler's decision
332 making when dealing with multi-core CPU chips at a cost of slightly
333 increased overhead in some places. If unsure say N here.
334
335config SCHED_SMT
336 bool "SMT scheduler support"
337 depends on SMP
338 help
339 Improves the CPU scheduler's decision making when dealing with
340 MultiThreading at a cost of slightly increased overhead in some
341 places. If unsure say N here.
342
8c2c3df3 343config NR_CPUS
e3672649
RR
344 int "Maximum number of CPUs (2-64)"
345 range 2 64
8c2c3df3 346 depends on SMP
15942853 347 # These have to remain sorted largest to smallest
e3672649 348 default "64"
8c2c3df3 349
9327e2c6
MR
350config HOTPLUG_CPU
351 bool "Support for hot-pluggable CPUs"
352 depends on SMP
353 help
354 Say Y here to experiment with turning CPUs off and on. CPUs
355 can be controlled through /sys/devices/system/cpu.
356
8c2c3df3
CM
357source kernel/Kconfig.preempt
358
359config HZ
360 int
361 default 100
362
363config ARCH_HAS_HOLES_MEMORYMODEL
364 def_bool y if SPARSEMEM
365
366config ARCH_SPARSEMEM_ENABLE
367 def_bool y
368 select SPARSEMEM_VMEMMAP_ENABLE
369
370config ARCH_SPARSEMEM_DEFAULT
371 def_bool ARCH_SPARSEMEM_ENABLE
372
373config ARCH_SELECT_MEMORY_MODEL
374 def_bool ARCH_SPARSEMEM_ENABLE
375
376config HAVE_ARCH_PFN_VALID
377 def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
378
379config HW_PERF_EVENTS
380 bool "Enable hardware performance counter support for perf events"
381 depends on PERF_EVENTS
382 default y
383 help
384 Enable hardware performance counter support for perf events. If
385 disabled, perf events will use software events only.
386
084bd298
SC
387config SYS_SUPPORTS_HUGETLBFS
388 def_bool y
389
390config ARCH_WANT_GENERAL_HUGETLB
391 def_bool y
392
393config ARCH_WANT_HUGE_PMD_SHARE
394 def_bool y if !ARM64_64K_PAGES
395
af074848
SC
396config HAVE_ARCH_TRANSPARENT_HUGEPAGE
397 def_bool y
398
a41dc0e8
CM
399config ARCH_HAS_CACHE_LINE_SIZE
400 def_bool y
401
8c2c3df3
CM
402source "mm/Kconfig"
403
aa42aa13
SS
404config XEN_DOM0
405 def_bool y
406 depends on XEN
407
408config XEN
c2ba1f7d 409 bool "Xen guest support on ARM64"
aa42aa13 410 depends on ARM64 && OF
83862ccf 411 select SWIOTLB_XEN
aa42aa13
SS
412 help
413 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
414
d03bb145
SC
415config FORCE_MAX_ZONEORDER
416 int
417 default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
418 default "11"
419
8c2c3df3
CM
420endmenu
421
422menu "Boot options"
423
424config CMDLINE
425 string "Default kernel command string"
426 default ""
427 help
428 Provide a set of default command-line options at build time by
429 entering them here. As a minimum, you should specify the the
430 root device (e.g. root=/dev/nfs).
431
432config CMDLINE_FORCE
433 bool "Always use the default kernel command string"
434 help
435 Always use the default kernel command string, even if the boot
436 loader passes other arguments to the kernel.
437 This is useful if you cannot or don't want to change the
438 command-line options your boot loader passes to the kernel.
439
f4f75ad5
AB
440config EFI_STUB
441 bool
442
f84d0275
MS
443config EFI
444 bool "UEFI runtime support"
445 depends on OF && !CPU_BIG_ENDIAN
446 select LIBFDT
447 select UCS2_STRING
448 select EFI_PARAMS_FROM_FDT
e15dd494 449 select EFI_RUNTIME_WRAPPERS
f4f75ad5
AB
450 select EFI_STUB
451 select EFI_ARMSTUB
f84d0275
MS
452 default y
453 help
454 This option provides support for runtime services provided
455 by UEFI firmware (such as non-volatile variables, realtime
3c7f2550
MS
456 clock, and platform reset). A UEFI stub is also provided to
457 allow the kernel to be booted as an EFI application. This
458 is only useful on systems that have UEFI firmware.
f84d0275 459
d1ae8c00
YL
460config DMI
461 bool "Enable support for SMBIOS (DMI) tables"
462 depends on EFI
463 default y
464 help
465 This enables SMBIOS/DMI feature for systems.
466
467 This option is only useful on systems that have UEFI firmware.
468 However, even with this option, the resultant kernel should
469 continue to boot on existing non-UEFI platforms.
470
8c2c3df3
CM
471endmenu
472
473menu "Userspace binary formats"
474
475source "fs/Kconfig.binfmt"
476
477config COMPAT
478 bool "Kernel support for 32-bit EL0"
479 depends on !ARM64_64K_PAGES
480 select COMPAT_BINFMT_ELF
af1839eb 481 select HAVE_UID16
84b9e9b4 482 select OLD_SIGSUSPEND3
51682036 483 select COMPAT_OLD_SIGACTION
8c2c3df3
CM
484 help
485 This option enables support for a 32-bit EL0 running under a 64-bit
486 kernel at EL1. AArch32-specific components such as system calls,
487 the user helper functions, VFP support and the ptrace interface are
488 handled appropriately by the kernel.
489
490 If you want to execute 32-bit userspace applications, say Y.
491
492config SYSVIPC_COMPAT
493 def_bool y
494 depends on COMPAT && SYSVIPC
495
496endmenu
497
166936ba
LP
498menu "Power management options"
499
500source "kernel/power/Kconfig"
501
502config ARCH_SUSPEND_POSSIBLE
503 def_bool y
504
505config ARM64_CPU_SUSPEND
506 def_bool PM_SLEEP
507
508endmenu
509
1307220d
LP
510menu "CPU Power Management"
511
512source "drivers/cpuidle/Kconfig"
513
52e7e816
RH
514source "drivers/cpufreq/Kconfig"
515
516endmenu
517
8c2c3df3
CM
518source "net/Kconfig"
519
520source "drivers/Kconfig"
521
f84d0275
MS
522source "drivers/firmware/Kconfig"
523
8c2c3df3
CM
524source "fs/Kconfig"
525
c3eb5b14
MZ
526source "arch/arm64/kvm/Kconfig"
527
8c2c3df3
CM
528source "arch/arm64/Kconfig.debug"
529
530source "security/Kconfig"
531
532source "crypto/Kconfig"
2c98833a
AB
533if CRYPTO
534source "arch/arm64/crypto/Kconfig"
535endif
8c2c3df3
CM
536
537source "lib/Kconfig"