3 select ACPI_CCA_REQUIRED if ACPI
4 select ACPI_GENERIC_GSI if ACPI
5 select ACPI_REDUCED_HARDWARE_ONLY if ACPI
6 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
7 select ARCH_HAS_ELF_RANDOMIZE
8 select ARCH_HAS_GCOV_PROFILE_ALL
9 select ARCH_HAS_SG_CHAIN
10 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
11 select ARCH_USE_CMPXCHG_LOCKREF
12 select ARCH_SUPPORTS_ATOMIC_RMW
13 select ARCH_WANT_OPTIONAL_GPIOLIB
14 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
15 select ARCH_WANT_FRAME_POINTERS
16 select ARCH_HAS_UBSAN_SANITIZE_ALL
20 select AUDIT_ARCH_COMPAT_GENERIC
21 select ARM_GIC_V2M if PCI_MSI
23 select ARM_GIC_V3_ITS if PCI_MSI
25 select BUILDTIME_EXTABLE_SORT
26 select CLONE_BACKWARDS
28 select CPU_PM if (SUSPEND || CPU_IDLE)
29 select DCACHE_WORD_ACCESS
32 select GENERIC_ALLOCATOR
33 select GENERIC_CLOCKEVENTS
34 select GENERIC_CLOCKEVENTS_BROADCAST
35 select GENERIC_CPU_AUTOPROBE
36 select GENERIC_EARLY_IOREMAP
37 select GENERIC_IDLE_POLL_SETUP
38 select GENERIC_IRQ_PROBE
39 select GENERIC_IRQ_SHOW
40 select GENERIC_IRQ_SHOW_LEVEL
41 select GENERIC_PCI_IOMAP
42 select GENERIC_SCHED_CLOCK
43 select GENERIC_SMP_IDLE_THREAD
44 select GENERIC_STRNCPY_FROM_USER
45 select GENERIC_STRNLEN_USER
46 select GENERIC_TIME_VSYSCALL
47 select HANDLE_DOMAIN_IRQ
48 select HARDIRQS_SW_RESEND
49 select HAVE_ALIGNED_STRUCT_PAGE if SLUB
50 select HAVE_ARCH_AUDITSYSCALL
51 select HAVE_ARCH_BITREVERSE
52 select HAVE_ARCH_HARDENED_USERCOPY
53 select HAVE_ARCH_HUGE_VMAP
54 select HAVE_ARCH_JUMP_LABEL
55 select HAVE_ARCH_KASAN if SPARSEMEM_VMEMMAP && !(ARM64_16K_PAGES && ARM64_VA_BITS_48)
57 select HAVE_ARCH_MMAP_RND_BITS
58 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
59 select HAVE_ARCH_SECCOMP_FILTER
60 select HAVE_ARCH_TRACEHOOK
62 select HAVE_C_RECORDMCOUNT
63 select HAVE_CC_STACKPROTECTOR
64 select HAVE_CMPXCHG_DOUBLE
65 select HAVE_CMPXCHG_LOCAL
66 select HAVE_DEBUG_BUGVERBOSE
67 select HAVE_DEBUG_KMEMLEAK
68 select HAVE_DMA_API_DEBUG
70 select HAVE_DMA_CONTIGUOUS
71 select HAVE_DYNAMIC_FTRACE
72 select HAVE_EFFICIENT_UNALIGNED_ACCESS
73 select HAVE_FTRACE_MCOUNT_RECORD
74 select HAVE_FUNCTION_TRACER
75 select HAVE_FUNCTION_GRAPH_TRACER
76 select HAVE_GENERIC_DMA_COHERENT
77 select HAVE_HW_BREAKPOINT if PERF_EVENTS
78 select HAVE_IRQ_TIME_ACCOUNTING
80 select HAVE_PATA_PLATFORM
81 select HAVE_PERF_EVENTS
83 select HAVE_PERF_USER_STACK_DUMP
84 select HAVE_REGS_AND_STACK_ACCESS_API
85 select HAVE_RCU_TABLE_FREE
86 select HAVE_SYSCALL_TRACEPOINTS
88 select HAVE_KRETPROBES if HAVE_KPROBES
89 select IOMMU_DMA if IOMMU_SUPPORT
91 select IRQ_FORCED_THREADING
92 select MODULES_USE_ELF_RELA
95 select OF_EARLY_FLATTREE
96 select OF_RESERVED_MEM
97 select PERF_USE_VMALLOC
102 select SYSCTL_EXCEPTION_TRACE
103 select HAVE_CONTEXT_TRACKING
104 select HAVE_ARM_SMCCC
106 ARM 64-bit (AArch64) Linux support.
111 config ARCH_PHYS_ADDR_T_64BIT
117 config ARCH_MMAP_RND_BITS_MIN
118 default 14 if ARM64_64K_PAGES
119 default 16 if ARM64_16K_PAGES
122 # max bits determined by the following formula:
123 # VA_BITS - PAGE_SHIFT - 3
124 config ARCH_MMAP_RND_BITS_MAX
125 default 19 if ARM64_VA_BITS=36
126 default 24 if ARM64_VA_BITS=39
127 default 27 if ARM64_VA_BITS=42
128 default 30 if ARM64_VA_BITS=47
129 default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES
130 default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES
131 default 33 if ARM64_VA_BITS=48
132 default 14 if ARM64_64K_PAGES
133 default 16 if ARM64_16K_PAGES
136 config ARCH_MMAP_RND_COMPAT_BITS_MIN
137 default 7 if ARM64_64K_PAGES
138 default 9 if ARM64_16K_PAGES
141 config ARCH_MMAP_RND_COMPAT_BITS_MAX
144 config ARM64_PAGE_SHIFT
146 default 16 if ARM64_64K_PAGES
147 default 14 if ARM64_16K_PAGES
150 config ARM64_CONT_SHIFT
152 default 5 if ARM64_64K_PAGES
153 default 7 if ARM64_16K_PAGES
159 config ILLEGAL_POINTER_VALUE
161 default 0xdead000000000000
163 config STACKTRACE_SUPPORT
166 config ILLEGAL_POINTER_VALUE
168 default 0xdead000000000000
170 config LOCKDEP_SUPPORT
173 config TRACE_IRQFLAGS_SUPPORT
176 config RWSEM_XCHGADD_ALGORITHM
183 config GENERIC_BUG_RELATIVE_POINTERS
185 depends on GENERIC_BUG
187 config GENERIC_HWEIGHT
193 config GENERIC_CALIBRATE_DELAY
199 config HAVE_GENERIC_RCU_GUP
202 config ARCH_DMA_ADDR_T_64BIT
205 config NEED_DMA_MAP_STATE
208 config NEED_SG_DMA_LENGTH
220 config KERNEL_MODE_NEON
223 config FIX_EARLYCON_MEM
226 config PGTABLE_LEVELS
228 default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36
229 default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
230 default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48
231 default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
232 default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
233 default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48
235 source "init/Kconfig"
237 source "kernel/Kconfig.freezer"
239 source "arch/arm64/Kconfig.platforms"
246 This feature enables support for PCI bus system. If you say Y
247 here, the kernel will include drivers and infrastructure code
248 to support PCI bus devices.
253 config PCI_DOMAINS_GENERIC
259 source "drivers/pci/Kconfig"
260 source "drivers/pci/pcie/Kconfig"
261 source "drivers/pci/hotplug/Kconfig"
265 menu "Kernel Features"
267 menu "ARM errata workarounds via the alternatives framework"
269 config ARM64_ERRATUM_826319
270 bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted"
273 This option adds an alternative code sequence to work around ARM
274 erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
275 AXI master interface and an L2 cache.
277 If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
278 and is unable to accept a certain write via this interface, it will
279 not progress on read data presented on the read data channel and the
282 The workaround promotes data cache clean instructions to
283 data cache clean-and-invalidate.
284 Please note that this does not necessarily enable the workaround,
285 as it depends on the alternative framework, which will only patch
286 the kernel if an affected CPU is detected.
290 config ARM64_ERRATUM_827319
291 bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect"
294 This option adds an alternative code sequence to work around ARM
295 erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
296 master interface and an L2 cache.
298 Under certain conditions this erratum can cause a clean line eviction
299 to occur at the same time as another transaction to the same address
300 on the AMBA 5 CHI interface, which can cause data corruption if the
301 interconnect reorders the two transactions.
303 The workaround promotes data cache clean instructions to
304 data cache clean-and-invalidate.
305 Please note that this does not necessarily enable the workaround,
306 as it depends on the alternative framework, which will only patch
307 the kernel if an affected CPU is detected.
311 config ARM64_ERRATUM_824069
312 bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
315 This option adds an alternative code sequence to work around ARM
316 erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
317 to a coherent interconnect.
319 If a Cortex-A53 processor is executing a store or prefetch for
320 write instruction at the same time as a processor in another
321 cluster is executing a cache maintenance operation to the same
322 address, then this erratum might cause a clean cache line to be
323 incorrectly marked as dirty.
325 The workaround promotes data cache clean instructions to
326 data cache clean-and-invalidate.
327 Please note that this option does not necessarily enable the
328 workaround, as it depends on the alternative framework, which will
329 only patch the kernel if an affected CPU is detected.
333 config ARM64_ERRATUM_819472
334 bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
337 This option adds an alternative code sequence to work around ARM
338 erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
339 present when it is connected to a coherent interconnect.
341 If the processor is executing a load and store exclusive sequence at
342 the same time as a processor in another cluster is executing a cache
343 maintenance operation to the same address, then this erratum might
344 cause data corruption.
346 The workaround promotes data cache clean instructions to
347 data cache clean-and-invalidate.
348 Please note that this does not necessarily enable the workaround,
349 as it depends on the alternative framework, which will only patch
350 the kernel if an affected CPU is detected.
354 config ARM64_ERRATUM_832075
355 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
358 This option adds an alternative code sequence to work around ARM
359 erratum 832075 on Cortex-A57 parts up to r1p2.
361 Affected Cortex-A57 parts might deadlock when exclusive load/store
362 instructions to Write-Back memory are mixed with Device loads.
364 The workaround is to promote device loads to use Load-Acquire
366 Please note that this does not necessarily enable the workaround,
367 as it depends on the alternative framework, which will only patch
368 the kernel if an affected CPU is detected.
372 config ARM64_ERRATUM_834220
373 bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault"
377 This option adds an alternative code sequence to work around ARM
378 erratum 834220 on Cortex-A57 parts up to r1p2.
380 Affected Cortex-A57 parts might report a Stage 2 translation
381 fault as the result of a Stage 1 fault for load crossing a
382 page boundary when there is a permission or device memory
383 alignment fault at Stage 1 and a translation fault at Stage 2.
385 The workaround is to verify that the Stage 1 translation
386 doesn't generate a fault before handling the Stage 2 fault.
387 Please note that this does not necessarily enable the workaround,
388 as it depends on the alternative framework, which will only patch
389 the kernel if an affected CPU is detected.
393 config ARM64_ERRATUM_845719
394 bool "Cortex-A53: 845719: a load might read incorrect data"
398 This option adds an alternative code sequence to work around ARM
399 erratum 845719 on Cortex-A53 parts up to r0p4.
401 When running a compat (AArch32) userspace on an affected Cortex-A53
402 part, a load at EL0 from a virtual address that matches the bottom 32
403 bits of the virtual address used by a recent load at (AArch64) EL1
404 might return incorrect data.
406 The workaround is to write the contextidr_el1 register on exception
407 return to a 32-bit task.
408 Please note that this does not necessarily enable the workaround,
409 as it depends on the alternative framework, which will only patch
410 the kernel if an affected CPU is detected.
414 config ARM64_ERRATUM_843419
415 bool "Cortex-A53: 843419: A load or store might access an incorrect address"
418 select ARM64_MODULE_CMODEL_LARGE
420 This option builds kernel modules using the large memory model in
421 order to avoid the use of the ADRP instruction, which can cause
422 a subsequent memory access to use an incorrect address on Cortex-A53
425 Note that the kernel itself must be linked with a version of ld
426 which fixes potentially affected ADRP instructions through the
431 config CAVIUM_ERRATUM_22375
432 bool "Cavium erratum 22375, 24313"
435 Enable workaround for erratum 22375, 24313.
437 This implements two gicv3-its errata workarounds for ThunderX. Both
438 with small impact affecting only ITS table allocation.
440 erratum 22375: only alloc 8MB table size
441 erratum 24313: ignore memory access type
443 The fixes are in ITS initialization and basically ignore memory access
444 type and table size provided by the TYPER and BASER registers.
448 config CAVIUM_ERRATUM_23144
449 bool "Cavium erratum 23144: ITS SYNC hang on dual socket system"
453 ITS SYNC command hang for cross node io and collections/cpu mapping.
457 config CAVIUM_ERRATUM_23154
458 bool "Cavium erratum 23154: Access to ICC_IAR1_EL1 is not sync'ed"
461 The gicv3 of ThunderX requires a modified version for
462 reading the IAR status to ensure data synchronization
463 (access to icc_iar1_el1 is not sync'ed before and after).
467 config CAVIUM_ERRATUM_27456
468 bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption"
471 On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
472 instructions may cause the icache to become corrupted if it
473 contains data for a non-current ASID. The fix is to
474 invalidate the icache when changing the mm context.
483 default ARM64_4K_PAGES
485 Page size (translation granule) configuration.
487 config ARM64_4K_PAGES
490 This feature enables 4KB pages support.
492 config ARM64_16K_PAGES
495 The system will use 16KB pages support. AArch32 emulation
496 requires applications compiled with 16K (or a multiple of 16K)
499 config ARM64_64K_PAGES
502 This feature enables 64KB pages support (4KB by default)
503 allowing only two levels of page tables and faster TLB
504 look-up. AArch32 emulation requires applications compiled
505 with 64K aligned segments.
510 prompt "Virtual address space size"
511 default ARM64_VA_BITS_39 if ARM64_4K_PAGES
512 default ARM64_VA_BITS_47 if ARM64_16K_PAGES
513 default ARM64_VA_BITS_42 if ARM64_64K_PAGES
515 Allows choosing one of multiple possible virtual address
516 space sizes. The level of translation table is determined by
517 a combination of page size and virtual address space size.
519 config ARM64_VA_BITS_36
520 bool "36-bit" if EXPERT
521 depends on ARM64_16K_PAGES
523 config ARM64_VA_BITS_39
525 depends on ARM64_4K_PAGES
527 config ARM64_VA_BITS_42
529 depends on ARM64_64K_PAGES
531 config ARM64_VA_BITS_47
533 depends on ARM64_16K_PAGES
535 config ARM64_VA_BITS_48
542 default 36 if ARM64_VA_BITS_36
543 default 39 if ARM64_VA_BITS_39
544 default 42 if ARM64_VA_BITS_42
545 default 47 if ARM64_VA_BITS_47
546 default 48 if ARM64_VA_BITS_48
548 config CPU_BIG_ENDIAN
549 bool "Build big-endian kernel"
551 Say Y if you plan on running a kernel in big-endian mode.
554 bool "Multi-core scheduler support"
556 Multi-core scheduler support improves the CPU scheduler's decision
557 making when dealing with multi-core CPU chips at a cost of slightly
558 increased overhead in some places. If unsure say N here.
561 bool "SMT scheduler support"
563 Improves the CPU scheduler's decision making when dealing with
564 MultiThreading at a cost of slightly increased overhead in some
565 places. If unsure say N here.
568 int "Maximum number of CPUs (2-4096)"
570 # These have to remain sorted largest to smallest
574 bool "Support for hot-pluggable CPUs"
575 select GENERIC_IRQ_MIGRATION
577 Say Y here to experiment with turning CPUs off and on. CPUs
578 can be controlled through /sys/devices/system/cpu.
580 source kernel/Kconfig.preempt
581 source kernel/Kconfig.hz
583 config ARCH_SUPPORTS_DEBUG_PAGEALLOC
586 config ARCH_HAS_HOLES_MEMORYMODEL
587 def_bool y if SPARSEMEM
589 config ARCH_SPARSEMEM_ENABLE
591 select SPARSEMEM_VMEMMAP_ENABLE
593 config ARCH_SPARSEMEM_DEFAULT
594 def_bool ARCH_SPARSEMEM_ENABLE
596 config ARCH_SELECT_MEMORY_MODEL
597 def_bool ARCH_SPARSEMEM_ENABLE
599 config HAVE_ARCH_PFN_VALID
600 def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
602 config HW_PERF_EVENTS
606 config SYS_SUPPORTS_HUGETLBFS
609 config ARCH_WANT_HUGE_PMD_SHARE
610 def_bool y if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
612 config HAVE_ARCH_TRANSPARENT_HUGEPAGE
615 config ARCH_HAS_CACHE_LINE_SIZE
621 bool "Enable seccomp to safely compute untrusted bytecode"
623 This kernel feature is useful for number crunching applications
624 that may need to compute untrusted bytecode during their
625 execution. By using pipes or other transports made available to
626 the process as file descriptors supporting the read/write
627 syscalls, it's possible to isolate those applications in
628 their own address space using seccomp. Once seccomp is
629 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
630 and the task is only allowed to execute a few safe syscalls
631 defined by each seccomp mode.
638 bool "Xen guest support on ARM64"
639 depends on ARM64 && OF
642 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
644 config FORCE_MAX_ZONEORDER
646 default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
647 default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE)
650 The kernel memory allocator divides physically contiguous memory
651 blocks into "zones", where each zone is a power of two number of
652 pages. This option selects the largest power of two that the kernel
653 keeps in the memory allocator. If you need to allocate very large
654 blocks of physically contiguous memory, then you may need to
657 This config option is actually maximum order plus one. For example,
658 a value of 11 means that the largest free memory block is 2^10 pages.
660 We make sure that we can allocate upto a HugePage size for each configuration.
662 MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2
664 However for 4K, we choose a higher default value, 11 as opposed to 10, giving us
665 4M allocations matching the default size used by generic code.
667 menuconfig ARMV8_DEPRECATED
668 bool "Emulate deprecated/obsolete ARMv8 instructions"
671 Legacy software support may require certain instructions
672 that have been deprecated or obsoleted in the architecture.
674 Enable this config to enable selective emulation of these
682 bool "Emulate SWP/SWPB instructions"
684 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
685 they are always undefined. Say Y here to enable software
686 emulation of these instructions for userspace using LDXR/STXR.
688 In some older versions of glibc [<=2.8] SWP is used during futex
689 trylock() operations with the assumption that the code will not
690 be preempted. This invalid assumption may be more likely to fail
691 with SWP emulation enabled, leading to deadlock of the user
694 NOTE: when accessing uncached shared regions, LDXR/STXR rely
695 on an external transaction monitoring block called a global
696 monitor to maintain update atomicity. If your system does not
697 implement a global monitor, this option can cause programs that
698 perform SWP operations to uncached memory to deadlock.
702 config CP15_BARRIER_EMULATION
703 bool "Emulate CP15 Barrier instructions"
705 The CP15 barrier instructions - CP15ISB, CP15DSB, and
706 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
707 strongly recommended to use the ISB, DSB, and DMB
708 instructions instead.
710 Say Y here to enable software emulation of these
711 instructions for AArch32 userspace code. When this option is
712 enabled, CP15 barrier usage is traced which can help
713 identify software that needs updating.
717 config SETEND_EMULATION
718 bool "Emulate SETEND instruction"
720 The SETEND instruction alters the data-endianness of the
721 AArch32 EL0, and is deprecated in ARMv8.
723 Say Y here to enable software emulation of the instruction
724 for AArch32 userspace code.
726 Note: All the cpus on the system must have mixed endian support at EL0
727 for this feature to be enabled. If a new CPU - which doesn't support mixed
728 endian - is hotplugged in after this feature has been enabled, there could
729 be unexpected results in the applications.
734 config ARM64_SW_TTBR0_PAN
735 bool "Emulate Privileged Access Never using TTBR0_EL1 switching"
737 Enabling this option prevents the kernel from accessing
738 user-space memory directly by pointing TTBR0_EL1 to a reserved
739 zeroed area and reserved ASID. The user access routines
740 restore the valid TTBR0_EL1 temporarily.
742 menu "ARMv8.1 architectural features"
744 config ARM64_HW_AFDBM
745 bool "Support for hardware updates of the Access and Dirty page flags"
748 The ARMv8.1 architecture extensions introduce support for
749 hardware updates of the access and dirty information in page
750 table entries. When enabled in TCR_EL1 (HA and HD bits) on
751 capable processors, accesses to pages with PTE_AF cleared will
752 set this bit instead of raising an access flag fault.
753 Similarly, writes to read-only pages with the DBM bit set will
754 clear the read-only bit (AP[2]) instead of raising a
757 Kernels built with this configuration option enabled continue
758 to work on pre-ARMv8.1 hardware and the performance impact is
759 minimal. If unsure, say Y.
762 bool "Enable support for Privileged Access Never (PAN)"
765 Privileged Access Never (PAN; part of the ARMv8.1 Extensions)
766 prevents the kernel or hypervisor from accessing user-space (EL0)
769 Choosing this option will cause any unprotected (not using
770 copy_to_user et al) memory access to fail with a permission fault.
772 The feature is detected at runtime, and will remain as a 'nop'
773 instruction if the cpu does not implement the feature.
775 config ARM64_LSE_ATOMICS
776 bool "Atomic instructions"
778 As part of the Large System Extensions, ARMv8.1 introduces new
779 atomic instructions that are designed specifically to scale in
782 Say Y here to make use of these instructions for the in-kernel
783 atomic routines. This incurs a small overhead on CPUs that do
784 not support these instructions and requires the kernel to be
785 built with binutils >= 2.25.
790 bool "Enable support for User Access Override (UAO)"
793 User Access Override (UAO; part of the ARMv8.2 Extensions)
794 causes the 'unprivileged' variant of the load/store instructions to
795 be overriden to be privileged.
797 This option changes get_user() and friends to use the 'unprivileged'
798 variant of the load/store instructions. This ensures that user-space
799 really did have access to the supplied memory. When addr_limit is
800 set to kernel memory the UAO bit will be set, allowing privileged
801 access to kernel memory.
803 Choosing this option will cause copy_to_user() et al to use user-space
806 The feature is detected at runtime, the kernel will use the
807 regular load/store instructions if the cpu does not implement the
810 config ARM64_MODULE_CMODEL_LARGE
813 config ARM64_MODULE_PLTS
815 select ARM64_MODULE_CMODEL_LARGE
816 select HAVE_MOD_ARCH_SPECIFIC
821 This builds the kernel as a Position Independent Executable (PIE),
822 which retains all relocation metadata required to relocate the
823 kernel binary at runtime to a different virtual address than the
824 address it was linked at.
825 Since AArch64 uses the RELA relocation format, this requires a
826 relocation pass at runtime even if the kernel is loaded at the
827 same address it was linked at.
829 config RANDOMIZE_BASE
830 bool "Randomize the address of the kernel image"
831 select ARM64_MODULE_PLTS if MODULES
834 Randomizes the virtual address at which the kernel image is
835 loaded, as a security feature that deters exploit attempts
836 relying on knowledge of the location of kernel internals.
838 It is the bootloader's job to provide entropy, by passing a
839 random u64 value in /chosen/kaslr-seed at kernel entry.
841 When booting via the UEFI stub, it will invoke the firmware's
842 EFI_RNG_PROTOCOL implementation (if available) to supply entropy
843 to the kernel proper. In addition, it will randomise the physical
844 location of the kernel Image as well.
848 config RANDOMIZE_MODULE_REGION_FULL
849 bool "Randomize the module region independently from the core kernel"
850 depends on RANDOMIZE_BASE && !DYNAMIC_FTRACE
853 Randomizes the location of the module region without considering the
854 location of the core kernel. This way, it is impossible for modules
855 to leak information about the location of core kernel data structures
856 but it does imply that function calls between modules and the core
857 kernel will need to be resolved via veneers in the module PLT.
859 When this option is not set, the module region will be randomized over
860 a limited range that contains the [_stext, _etext] interval of the
861 core kernel, so branch relocations are always in range.
867 config ARM64_ACPI_PARKING_PROTOCOL
868 bool "Enable support for the ARM64 ACPI parking protocol"
871 Enable support for the ARM64 ACPI parking protocol. If disabled
872 the kernel will not allow booting through the ARM64 ACPI parking
873 protocol even if the corresponding data is present in the ACPI
877 string "Default kernel command string"
880 Provide a set of default command-line options at build time by
881 entering them here. As a minimum, you should specify the the
882 root device (e.g. root=/dev/nfs).
885 prompt "Kernel command line type" if CMDLINE != ""
886 default CMDLINE_FROM_BOOTLOADER
888 config CMDLINE_FROM_BOOTLOADER
889 bool "Use bootloader kernel arguments if available"
891 Uses the command-line options passed by the boot loader. If
892 the boot loader doesn't provide any, the default kernel command
893 string provided in CMDLINE will be used.
895 config CMDLINE_EXTEND
896 bool "Extend bootloader kernel arguments"
898 The command-line arguments provided by the boot loader will be
899 appended to the default kernel command string.
902 bool "Always use the default kernel command string"
904 Always use the default kernel command string, even if the boot
905 loader passes other arguments to the kernel.
906 This is useful if you cannot or don't want to change the
907 command-line options your boot loader passes to the kernel.
914 bool "UEFI runtime support"
915 depends on OF && !CPU_BIG_ENDIAN
918 select EFI_PARAMS_FROM_FDT
919 select EFI_RUNTIME_WRAPPERS
924 This option provides support for runtime services provided
925 by UEFI firmware (such as non-volatile variables, realtime
926 clock, and platform reset). A UEFI stub is also provided to
927 allow the kernel to be booted as an EFI application. This
928 is only useful on systems that have UEFI firmware.
931 bool "Enable support for SMBIOS (DMI) tables"
935 This enables SMBIOS/DMI feature for systems.
937 This option is only useful on systems that have UEFI firmware.
938 However, even with this option, the resultant kernel should
939 continue to boot on existing non-UEFI platforms.
941 config BUILD_ARM64_APPENDED_DTB_IMAGE
942 bool "Build a concatenated Image.gz/dtb by default"
945 Enabling this option will cause a concatenated Image.gz and list of
946 DTBs to be built by default (instead of a standalone Image.gz.)
947 The image will built in arch/arm64/boot/Image.gz-dtb
950 prompt "Appended DTB Kernel Image name"
951 depends on BUILD_ARM64_APPENDED_DTB_IMAGE
953 Enabling this option will cause a specific kernel image Image or
954 Image.gz to be used for final image creation.
955 The image will built in arch/arm64/boot/IMAGE-NAME-dtb
963 config BUILD_ARM64_APPENDED_KERNEL_IMAGE_NAME
965 depends on BUILD_ARM64_APPENDED_DTB_IMAGE
966 default "Image.gz-dtb" if IMG_GZ_DTB
967 default "Image-dtb" if IMG_DTB
969 config BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES
970 string "Default dtb names"
971 depends on BUILD_ARM64_APPENDED_DTB_IMAGE
973 Space separated list of names of dtbs to append when
974 building a concatenated Image.gz-dtb.
978 menu "Userspace binary formats"
980 source "fs/Kconfig.binfmt"
983 bool "Kernel support for 32-bit EL0"
984 depends on ARM64_4K_PAGES || EXPERT
985 select COMPAT_BINFMT_ELF
987 select OLD_SIGSUSPEND3
988 select COMPAT_OLD_SIGACTION
990 This option enables support for a 32-bit EL0 running under a 64-bit
991 kernel at EL1. AArch32-specific components such as system calls,
992 the user helper functions, VFP support and the ptrace interface are
993 handled appropriately by the kernel.
995 If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware
996 that you will only be able to execute AArch32 binaries that were compiled
997 with page size aligned segments.
999 If you want to execute 32-bit userspace applications, say Y.
1001 config SYSVIPC_COMPAT
1003 depends on COMPAT && SYSVIPC
1007 menu "Power management options"
1009 source "kernel/power/Kconfig"
1011 config ARCH_HIBERNATION_POSSIBLE
1015 config ARCH_HIBERNATION_HEADER
1017 depends on HIBERNATION
1019 config ARCH_SUSPEND_POSSIBLE
1024 menu "CPU Power Management"
1026 source "drivers/cpuidle/Kconfig"
1028 source "drivers/cpufreq/Kconfig"
1032 source "net/Kconfig"
1034 source "drivers/Kconfig"
1036 source "drivers/firmware/Kconfig"
1038 source "drivers/acpi/Kconfig"
1042 source "arch/arm64/kvm/Kconfig"
1044 source "arch/arm64/Kconfig.debug"
1046 source "security/Kconfig"
1048 source "crypto/Kconfig"
1050 source "arch/arm64/crypto/Kconfig"
1053 source "lib/Kconfig"