Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1 | config ARM64 |
| 2 | def_bool y |
Suthikulpanit, Suravee | b6197b9 | 2015-06-10 11:08:53 -0500 | [diff] [blame] | 3 | select ACPI_CCA_REQUIRED if ACPI |
Lorenzo Pieralisi | d8f4f16 | 2015-03-24 17:58:51 +0000 | [diff] [blame] | 4 | select ACPI_GENERIC_GSI if ACPI |
Al Stone | 6933de0 | 2015-03-24 14:02:51 +0000 | [diff] [blame] | 5 | select ACPI_REDUCED_HARDWARE_ONLY if ACPI |
Dan Williams | 21266be | 2015-11-19 18:19:29 -0800 | [diff] [blame] | 6 | select ARCH_HAS_DEVMEM_IS_ALLOWED |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 7 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
Kees Cook | 2b68f6c | 2015-04-14 15:48:00 -0700 | [diff] [blame] | 8 | select ARCH_HAS_ELF_RANDOMIZE |
Riku Voipio | 957e3fa | 2014-12-12 16:57:44 -0800 | [diff] [blame] | 9 | select ARCH_HAS_GCOV_PROFILE_ALL |
Laura Abbott | 308c09f | 2014-08-08 14:23:25 -0700 | [diff] [blame] | 10 | select ARCH_HAS_SG_CHAIN |
Lorenzo Pieralisi | 1f85008 | 2013-09-04 10:55:17 +0100 | [diff] [blame] | 11 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
Sudeep Holla | c63c870 | 2014-05-09 10:33:01 +0100 | [diff] [blame] | 12 | select ARCH_USE_CMPXCHG_LOCKREF |
Peter Zijlstra | 4badad3 | 2014-06-06 19:53:16 +0200 | [diff] [blame] | 13 | select ARCH_SUPPORTS_ATOMIC_RMW |
Arnd Bergmann | 9170100 | 2013-02-21 11:42:57 +0100 | [diff] [blame] | 14 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Will Deacon | 6212a51 | 2012-11-07 14:16:28 +0000 | [diff] [blame] | 15 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION |
Catalin Marinas | b6f3598 | 2013-01-29 18:25:41 +0000 | [diff] [blame] | 16 | select ARCH_WANT_FRAME_POINTERS |
Catalin Marinas | 25c92a3 | 2012-12-18 15:26:13 +0000 | [diff] [blame] | 17 | select ARM_AMBA |
Mark Rutland | 1aee5d7 | 2012-11-20 10:06:00 +0000 | [diff] [blame] | 18 | select ARM_ARCH_TIMER |
Catalin Marinas | c4188ed | 2013-01-14 12:39:31 +0000 | [diff] [blame] | 19 | select ARM_GIC |
AKASHI Takahiro | 875cbf3 | 2014-07-04 08:28:30 +0100 | [diff] [blame] | 20 | select AUDIT_ARCH_COMPAT_GENERIC |
Suravee Suthikulpanit | 853a33c | 2014-11-25 18:47:22 +0000 | [diff] [blame] | 21 | select ARM_GIC_V2M if PCI_MSI |
Marc Zyngier | 021f653 | 2014-06-30 16:01:31 +0100 | [diff] [blame] | 22 | select ARM_GIC_V3 |
Marc Zyngier | 1981272 | 2014-11-24 14:35:19 +0000 | [diff] [blame] | 23 | select ARM_GIC_V3_ITS if PCI_MSI |
Mark Rutland | bff6079 | 2015-07-31 15:46:16 +0100 | [diff] [blame] | 24 | select ARM_PSCI_FW |
Will Deacon | adace89 | 2013-05-08 17:29:24 +0100 | [diff] [blame] | 25 | select BUILDTIME_EXTABLE_SORT |
Catalin Marinas | db2789b | 2012-12-18 15:27:25 +0000 | [diff] [blame] | 26 | select CLONE_BACKWARDS |
Deepak Saxena | 7ca2ef3 | 2012-09-22 10:33:36 -0700 | [diff] [blame] | 27 | select COMMON_CLK |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 28 | select CPU_PM if (SUSPEND || CPU_IDLE) |
Will Deacon | 7bc13fd | 2013-11-06 19:32:13 +0000 | [diff] [blame] | 29 | select DCACHE_WORD_ACCESS |
Catalin Marinas | ef37566 | 2015-07-07 17:15:39 +0100 | [diff] [blame] | 30 | select EDAC_SUPPORT |
Yang Shi | 2f34f17 | 2015-11-09 10:09:55 -0800 | [diff] [blame] | 31 | select FRAME_POINTER |
Laura Abbott | d4932f9 | 2014-10-09 15:26:44 -0700 | [diff] [blame] | 32 | select GENERIC_ALLOCATOR |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 33 | select GENERIC_CLOCKEVENTS |
Will Deacon | 4b3dc96 | 2015-05-29 18:28:44 +0100 | [diff] [blame] | 34 | select GENERIC_CLOCKEVENTS_BROADCAST |
Ard Biesheuvel | 3be1a5c | 2014-03-04 01:10:04 +0000 | [diff] [blame] | 35 | select GENERIC_CPU_AUTOPROBE |
Mark Salter | bf4b558 | 2014-04-07 15:39:52 -0700 | [diff] [blame] | 36 | select GENERIC_EARLY_IOREMAP |
Leo Yan | 2314ee4 | 2015-08-21 04:40:22 +0100 | [diff] [blame] | 37 | select GENERIC_IDLE_POLL_SETUP |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 38 | select GENERIC_IRQ_PROBE |
| 39 | select GENERIC_IRQ_SHOW |
Sudeep Holla | 6544e67 | 2015-04-22 18:16:33 +0100 | [diff] [blame] | 40 | select GENERIC_IRQ_SHOW_LEVEL |
Arnd Bergmann | cb61f67 | 2014-11-19 14:09:07 +0100 | [diff] [blame] | 41 | select GENERIC_PCI_IOMAP |
Stephen Boyd | 65cd4f6 | 2013-07-18 16:21:18 -0700 | [diff] [blame] | 42 | select GENERIC_SCHED_CLOCK |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 43 | select GENERIC_SMP_IDLE_THREAD |
Will Deacon | 12a0ef7 | 2013-11-06 17:20:22 +0000 | [diff] [blame] | 44 | select GENERIC_STRNCPY_FROM_USER |
| 45 | select GENERIC_STRNLEN_USER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 46 | select GENERIC_TIME_VSYSCALL |
Marc Zyngier | a1ddc74 | 2014-08-26 11:03:17 +0100 | [diff] [blame] | 47 | select HANDLE_DOMAIN_IRQ |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 48 | select HARDIRQS_SW_RESEND |
Steve Capper | 5284e1b | 2014-10-24 13:22:20 +0100 | [diff] [blame] | 49 | select HAVE_ALIGNED_STRUCT_PAGE if SLUB |
AKASHI Takahiro | 875cbf3 | 2014-07-04 08:28:30 +0100 | [diff] [blame] | 50 | select HAVE_ARCH_AUDITSYSCALL |
Yalin Wang | 8e7a4ce | 2014-11-03 03:02:23 +0100 | [diff] [blame] | 51 | select HAVE_ARCH_BITREVERSE |
Jiang Liu | 9732caf | 2014-01-07 22:17:13 +0800 | [diff] [blame] | 52 | select HAVE_ARCH_JUMP_LABEL |
Andrey Ryabinin | f1b9032 | 2015-11-17 18:47:08 +0300 | [diff] [blame] | 53 | select HAVE_ARCH_KASAN if SPARSEMEM_VMEMMAP && !(ARM64_16K_PAGES && ARM64_VA_BITS_48) |
Vijaya Kumar K | 9529247 | 2014-01-28 11:20:22 +0000 | [diff] [blame] | 54 | select HAVE_ARCH_KGDB |
Daniel Cashman | 8f0d3aa | 2016-01-14 15:20:01 -0800 | [diff] [blame] | 55 | select HAVE_ARCH_MMAP_RND_BITS |
| 56 | select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT |
AKASHI Takahiro | a1ae65b | 2014-11-28 05:26:39 +0000 | [diff] [blame] | 57 | select HAVE_ARCH_SECCOMP_FILTER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 58 | select HAVE_ARCH_TRACEHOOK |
Zi Shen Lim | e54bcde | 2014-08-26 21:15:30 -0700 | [diff] [blame] | 59 | select HAVE_BPF_JIT |
AKASHI Takahiro | af64d2a | 2014-04-30 10:54:32 +0100 | [diff] [blame] | 60 | select HAVE_C_RECORDMCOUNT |
Laura Abbott | c0c264a | 2014-06-25 23:55:03 +0100 | [diff] [blame] | 61 | select HAVE_CC_STACKPROTECTOR |
Steve Capper | 5284e1b | 2014-10-24 13:22:20 +0100 | [diff] [blame] | 62 | select HAVE_CMPXCHG_DOUBLE |
Will Deacon | 95eff6b | 2015-05-29 14:57:47 +0100 | [diff] [blame] | 63 | select HAVE_CMPXCHG_LOCAL |
Catalin Marinas | 9b2a60c | 2012-10-08 16:28:13 -0700 | [diff] [blame] | 64 | select HAVE_DEBUG_BUGVERBOSE |
Catalin Marinas | b69ec42 | 2012-10-08 16:28:11 -0700 | [diff] [blame] | 65 | select HAVE_DEBUG_KMEMLEAK |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 66 | select HAVE_DMA_API_DEBUG |
Laura Abbott | 6ac2104 | 2013-12-12 19:28:33 +0000 | [diff] [blame] | 67 | select HAVE_DMA_CONTIGUOUS |
AKASHI Takahiro | bd7d38d | 2014-04-30 10:54:34 +0100 | [diff] [blame] | 68 | select HAVE_DYNAMIC_FTRACE |
Will Deacon | 50afc33 | 2013-12-16 17:50:08 +0000 | [diff] [blame] | 69 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
AKASHI Takahiro | af64d2a | 2014-04-30 10:54:32 +0100 | [diff] [blame] | 70 | select HAVE_FTRACE_MCOUNT_RECORD |
AKASHI Takahiro | 819e50e | 2014-04-30 18:54:33 +0900 | [diff] [blame] | 71 | select HAVE_FUNCTION_TRACER |
| 72 | select HAVE_FUNCTION_GRAPH_TRACER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 73 | select HAVE_GENERIC_DMA_COHERENT |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 74 | select HAVE_HW_BREAKPOINT if PERF_EVENTS |
Will Deacon | 24da208 | 2015-11-23 15:12:59 +0000 | [diff] [blame] | 75 | select HAVE_IRQ_TIME_ACCOUNTING |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 76 | select HAVE_MEMBLOCK |
Mark Rutland | 55834a7 | 2014-02-07 17:12:45 +0000 | [diff] [blame] | 77 | select HAVE_PATA_PLATFORM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 78 | select HAVE_PERF_EVENTS |
Jean Pihet | 2ee0d7f | 2014-02-03 19:18:27 +0100 | [diff] [blame] | 79 | select HAVE_PERF_REGS |
| 80 | select HAVE_PERF_USER_STACK_DUMP |
Steve Capper | 5e5f6dc | 2014-10-09 15:29:23 -0700 | [diff] [blame] | 81 | select HAVE_RCU_TABLE_FREE |
AKASHI Takahiro | 055b121 | 2014-04-30 10:54:36 +0100 | [diff] [blame] | 82 | select HAVE_SYSCALL_TRACEPOINTS |
Robin Murphy | 876945d | 2015-10-01 20:14:00 +0100 | [diff] [blame] | 83 | select IOMMU_DMA if IOMMU_SUPPORT |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 84 | select IRQ_DOMAIN |
Anders Roxell | e8557d1 | 2015-04-27 22:53:09 +0200 | [diff] [blame] | 85 | select IRQ_FORCED_THREADING |
Catalin Marinas | fea2aca | 2012-10-16 11:26:57 +0100 | [diff] [blame] | 86 | select MODULES_USE_ELF_RELA |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 87 | select NO_BOOTMEM |
| 88 | select OF |
| 89 | select OF_EARLY_FLATTREE |
Marek Szyprowski | 9bf14b7 | 2014-02-28 14:42:55 +0100 | [diff] [blame] | 90 | select OF_RESERVED_MEM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 91 | select PERF_USE_VMALLOC |
Catalin Marinas | aa1e8ec | 2013-02-28 18:14:37 +0000 | [diff] [blame] | 92 | select POWER_RESET |
| 93 | select POWER_SUPPLY |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 94 | select RTC_LIB |
| 95 | select SPARSE_IRQ |
Catalin Marinas | 7ac57a8 | 2012-10-08 16:28:16 -0700 | [diff] [blame] | 96 | select SYSCTL_EXCEPTION_TRACE |
Larry Bassel | 6c81fe7 | 2014-05-30 12:34:15 -0700 | [diff] [blame] | 97 | select HAVE_CONTEXT_TRACKING |
Jens Wiklander | 1445745 | 2016-01-04 15:44:32 +0100 | [diff] [blame] | 98 | select HAVE_ARM_SMCCC |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 99 | help |
| 100 | ARM 64-bit (AArch64) Linux support. |
| 101 | |
| 102 | config 64BIT |
| 103 | def_bool y |
| 104 | |
| 105 | config ARCH_PHYS_ADDR_T_64BIT |
| 106 | def_bool y |
| 107 | |
| 108 | config MMU |
| 109 | def_bool y |
| 110 | |
Daniel Cashman | 8f0d3aa | 2016-01-14 15:20:01 -0800 | [diff] [blame] | 111 | config ARCH_MMAP_RND_BITS_MIN |
| 112 | default 14 if ARM64_64K_PAGES |
| 113 | default 16 if ARM64_16K_PAGES |
| 114 | default 18 |
| 115 | |
| 116 | # max bits determined by the following formula: |
| 117 | # VA_BITS - PAGE_SHIFT - 3 |
| 118 | config ARCH_MMAP_RND_BITS_MAX |
| 119 | default 19 if ARM64_VA_BITS=36 |
| 120 | default 24 if ARM64_VA_BITS=39 |
| 121 | default 27 if ARM64_VA_BITS=42 |
| 122 | default 30 if ARM64_VA_BITS=47 |
| 123 | default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES |
| 124 | default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES |
| 125 | default 33 if ARM64_VA_BITS=48 |
| 126 | default 14 if ARM64_64K_PAGES |
| 127 | default 16 if ARM64_16K_PAGES |
| 128 | default 18 |
| 129 | |
| 130 | config ARCH_MMAP_RND_COMPAT_BITS_MIN |
| 131 | default 7 if ARM64_64K_PAGES |
| 132 | default 9 if ARM64_16K_PAGES |
| 133 | default 11 |
| 134 | |
| 135 | config ARCH_MMAP_RND_COMPAT_BITS_MAX |
| 136 | default 16 |
| 137 | |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 138 | config NO_IOPORT_MAP |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 139 | def_bool y if !PCI |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 140 | |
| 141 | config STACKTRACE_SUPPORT |
| 142 | def_bool y |
| 143 | |
Jeff Vander Stoep | bf0c4e0 | 2015-08-18 20:50:10 +0100 | [diff] [blame] | 144 | config ILLEGAL_POINTER_VALUE |
| 145 | hex |
| 146 | default 0xdead000000000000 |
| 147 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 148 | config LOCKDEP_SUPPORT |
| 149 | def_bool y |
| 150 | |
| 151 | config TRACE_IRQFLAGS_SUPPORT |
| 152 | def_bool y |
| 153 | |
Will Deacon | c209f79 | 2014-03-14 17:47:05 +0000 | [diff] [blame] | 154 | config RWSEM_XCHGADD_ALGORITHM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 155 | def_bool y |
| 156 | |
Dave P Martin | 9fb7410 | 2015-07-24 16:37:48 +0100 | [diff] [blame] | 157 | config GENERIC_BUG |
| 158 | def_bool y |
| 159 | depends on BUG |
| 160 | |
| 161 | config GENERIC_BUG_RELATIVE_POINTERS |
| 162 | def_bool y |
| 163 | depends on GENERIC_BUG |
| 164 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 165 | config GENERIC_HWEIGHT |
| 166 | def_bool y |
| 167 | |
| 168 | config GENERIC_CSUM |
| 169 | def_bool y |
| 170 | |
| 171 | config GENERIC_CALIBRATE_DELAY |
| 172 | def_bool y |
| 173 | |
Catalin Marinas | 19e7640 | 2014-02-27 12:09:22 +0000 | [diff] [blame] | 174 | config ZONE_DMA |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 175 | def_bool y |
| 176 | |
Steve Capper | 29e5694 | 2014-10-09 15:29:25 -0700 | [diff] [blame] | 177 | config HAVE_GENERIC_RCU_GUP |
| 178 | def_bool y |
| 179 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 180 | config ARCH_DMA_ADDR_T_64BIT |
| 181 | def_bool y |
| 182 | |
| 183 | config NEED_DMA_MAP_STATE |
| 184 | def_bool y |
| 185 | |
| 186 | config NEED_SG_DMA_LENGTH |
| 187 | def_bool y |
| 188 | |
Will Deacon | 4b3dc96 | 2015-05-29 18:28:44 +0100 | [diff] [blame] | 189 | config SMP |
| 190 | def_bool y |
| 191 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 192 | config SWIOTLB |
| 193 | def_bool y |
| 194 | |
| 195 | config IOMMU_HELPER |
| 196 | def_bool SWIOTLB |
| 197 | |
Ard Biesheuvel | 4cfb361 | 2013-07-09 14:18:12 +0100 | [diff] [blame] | 198 | config KERNEL_MODE_NEON |
| 199 | def_bool y |
| 200 | |
Rob Herring | 92cc15f | 2014-04-18 17:19:59 -0500 | [diff] [blame] | 201 | config FIX_EARLYCON_MEM |
| 202 | def_bool y |
| 203 | |
Kirill A. Shutemov | 9f25e6a | 2015-04-14 15:45:39 -0700 | [diff] [blame] | 204 | config PGTABLE_LEVELS |
| 205 | int |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 206 | default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36 |
Kirill A. Shutemov | 9f25e6a | 2015-04-14 15:45:39 -0700 | [diff] [blame] | 207 | default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42 |
| 208 | default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48 |
| 209 | default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39 |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 210 | default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47 |
| 211 | default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48 |
Kirill A. Shutemov | 9f25e6a | 2015-04-14 15:45:39 -0700 | [diff] [blame] | 212 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 213 | source "init/Kconfig" |
| 214 | |
| 215 | source "kernel/Kconfig.freezer" |
| 216 | |
Olof Johansson | 6a37749 | 2015-07-20 12:09:16 -0700 | [diff] [blame] | 217 | source "arch/arm64/Kconfig.platforms" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 218 | |
| 219 | menu "Bus support" |
| 220 | |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 221 | config PCI |
| 222 | bool "PCI support" |
| 223 | help |
| 224 | This feature enables support for PCI bus system. If you say Y |
| 225 | here, the kernel will include drivers and infrastructure code |
| 226 | to support PCI bus devices. |
| 227 | |
| 228 | config PCI_DOMAINS |
| 229 | def_bool PCI |
| 230 | |
| 231 | config PCI_DOMAINS_GENERIC |
| 232 | def_bool PCI |
| 233 | |
| 234 | config PCI_SYSCALL |
| 235 | def_bool PCI |
| 236 | |
| 237 | source "drivers/pci/Kconfig" |
| 238 | source "drivers/pci/pcie/Kconfig" |
| 239 | source "drivers/pci/hotplug/Kconfig" |
| 240 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 241 | endmenu |
| 242 | |
| 243 | menu "Kernel Features" |
| 244 | |
Andre Przywara | c0a01b8 | 2014-11-14 15:54:12 +0000 | [diff] [blame] | 245 | menu "ARM errata workarounds via the alternatives framework" |
| 246 | |
| 247 | config ARM64_ERRATUM_826319 |
| 248 | bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted" |
| 249 | default y |
| 250 | help |
| 251 | This option adds an alternative code sequence to work around ARM |
| 252 | erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or |
| 253 | AXI master interface and an L2 cache. |
| 254 | |
| 255 | If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors |
| 256 | and is unable to accept a certain write via this interface, it will |
| 257 | not progress on read data presented on the read data channel and the |
| 258 | system can deadlock. |
| 259 | |
| 260 | The workaround promotes data cache clean instructions to |
| 261 | data cache clean-and-invalidate. |
| 262 | Please note that this does not necessarily enable the workaround, |
| 263 | as it depends on the alternative framework, which will only patch |
| 264 | the kernel if an affected CPU is detected. |
| 265 | |
| 266 | If unsure, say Y. |
| 267 | |
| 268 | config ARM64_ERRATUM_827319 |
| 269 | bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect" |
| 270 | default y |
| 271 | help |
| 272 | This option adds an alternative code sequence to work around ARM |
| 273 | erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI |
| 274 | master interface and an L2 cache. |
| 275 | |
| 276 | Under certain conditions this erratum can cause a clean line eviction |
| 277 | to occur at the same time as another transaction to the same address |
| 278 | on the AMBA 5 CHI interface, which can cause data corruption if the |
| 279 | interconnect reorders the two transactions. |
| 280 | |
| 281 | The workaround promotes data cache clean instructions to |
| 282 | data cache clean-and-invalidate. |
| 283 | Please note that this does not necessarily enable the workaround, |
| 284 | as it depends on the alternative framework, which will only patch |
| 285 | the kernel if an affected CPU is detected. |
| 286 | |
| 287 | If unsure, say Y. |
| 288 | |
| 289 | config ARM64_ERRATUM_824069 |
| 290 | bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop" |
| 291 | default y |
| 292 | help |
| 293 | This option adds an alternative code sequence to work around ARM |
| 294 | erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected |
| 295 | to a coherent interconnect. |
| 296 | |
| 297 | If a Cortex-A53 processor is executing a store or prefetch for |
| 298 | write instruction at the same time as a processor in another |
| 299 | cluster is executing a cache maintenance operation to the same |
| 300 | address, then this erratum might cause a clean cache line to be |
| 301 | incorrectly marked as dirty. |
| 302 | |
| 303 | The workaround promotes data cache clean instructions to |
| 304 | data cache clean-and-invalidate. |
| 305 | Please note that this option does not necessarily enable the |
| 306 | workaround, as it depends on the alternative framework, which will |
| 307 | only patch the kernel if an affected CPU is detected. |
| 308 | |
| 309 | If unsure, say Y. |
| 310 | |
| 311 | config ARM64_ERRATUM_819472 |
| 312 | bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption" |
| 313 | default y |
| 314 | help |
| 315 | This option adds an alternative code sequence to work around ARM |
| 316 | erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache |
| 317 | present when it is connected to a coherent interconnect. |
| 318 | |
| 319 | If the processor is executing a load and store exclusive sequence at |
| 320 | the same time as a processor in another cluster is executing a cache |
| 321 | maintenance operation to the same address, then this erratum might |
| 322 | cause data corruption. |
| 323 | |
| 324 | The workaround promotes data cache clean instructions to |
| 325 | data cache clean-and-invalidate. |
| 326 | Please note that this does not necessarily enable the workaround, |
| 327 | as it depends on the alternative framework, which will only patch |
| 328 | the kernel if an affected CPU is detected. |
| 329 | |
| 330 | If unsure, say Y. |
| 331 | |
| 332 | config ARM64_ERRATUM_832075 |
| 333 | bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads" |
| 334 | default y |
| 335 | help |
| 336 | This option adds an alternative code sequence to work around ARM |
| 337 | erratum 832075 on Cortex-A57 parts up to r1p2. |
| 338 | |
| 339 | Affected Cortex-A57 parts might deadlock when exclusive load/store |
| 340 | instructions to Write-Back memory are mixed with Device loads. |
| 341 | |
| 342 | The workaround is to promote device loads to use Load-Acquire |
| 343 | semantics. |
| 344 | Please note that this does not necessarily enable the workaround, |
| 345 | as it depends on the alternative framework, which will only patch |
| 346 | the kernel if an affected CPU is detected. |
| 347 | |
| 348 | If unsure, say Y. |
| 349 | |
Marc Zyngier | 498cd5c | 2015-11-16 10:28:18 +0000 | [diff] [blame] | 350 | config ARM64_ERRATUM_834220 |
| 351 | bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault" |
| 352 | depends on KVM |
| 353 | default y |
| 354 | help |
| 355 | This option adds an alternative code sequence to work around ARM |
| 356 | erratum 834220 on Cortex-A57 parts up to r1p2. |
| 357 | |
| 358 | Affected Cortex-A57 parts might report a Stage 2 translation |
| 359 | fault as the result of a Stage 1 fault for load crossing a |
| 360 | page boundary when there is a permission or device memory |
| 361 | alignment fault at Stage 1 and a translation fault at Stage 2. |
| 362 | |
| 363 | The workaround is to verify that the Stage 1 translation |
| 364 | doesn't generate a fault before handling the Stage 2 fault. |
| 365 | Please note that this does not necessarily enable the workaround, |
| 366 | as it depends on the alternative framework, which will only patch |
| 367 | the kernel if an affected CPU is detected. |
| 368 | |
| 369 | If unsure, say Y. |
| 370 | |
Will Deacon | 905e8c5 | 2015-03-23 19:07:02 +0000 | [diff] [blame] | 371 | config ARM64_ERRATUM_845719 |
| 372 | bool "Cortex-A53: 845719: a load might read incorrect data" |
| 373 | depends on COMPAT |
| 374 | default y |
| 375 | help |
| 376 | This option adds an alternative code sequence to work around ARM |
| 377 | erratum 845719 on Cortex-A53 parts up to r0p4. |
| 378 | |
| 379 | When running a compat (AArch32) userspace on an affected Cortex-A53 |
| 380 | part, a load at EL0 from a virtual address that matches the bottom 32 |
| 381 | bits of the virtual address used by a recent load at (AArch64) EL1 |
| 382 | might return incorrect data. |
| 383 | |
| 384 | The workaround is to write the contextidr_el1 register on exception |
| 385 | return to a 32-bit task. |
| 386 | Please note that this does not necessarily enable the workaround, |
| 387 | as it depends on the alternative framework, which will only patch |
| 388 | the kernel if an affected CPU is detected. |
| 389 | |
| 390 | If unsure, say Y. |
| 391 | |
Will Deacon | df057cc | 2015-03-17 12:15:02 +0000 | [diff] [blame] | 392 | config ARM64_ERRATUM_843419 |
| 393 | bool "Cortex-A53: 843419: A load or store might access an incorrect address" |
| 394 | depends on MODULES |
| 395 | default y |
| 396 | help |
| 397 | This option builds kernel modules using the large memory model in |
| 398 | order to avoid the use of the ADRP instruction, which can cause |
| 399 | a subsequent memory access to use an incorrect address on Cortex-A53 |
| 400 | parts up to r0p4. |
| 401 | |
| 402 | Note that the kernel itself must be linked with a version of ld |
| 403 | which fixes potentially affected ADRP instructions through the |
| 404 | use of veneers. |
| 405 | |
| 406 | If unsure, say Y. |
| 407 | |
Robert Richter | 9410097 | 2015-09-21 22:58:38 +0200 | [diff] [blame] | 408 | config CAVIUM_ERRATUM_22375 |
| 409 | bool "Cavium erratum 22375, 24313" |
| 410 | default y |
| 411 | help |
| 412 | Enable workaround for erratum 22375, 24313. |
| 413 | |
| 414 | This implements two gicv3-its errata workarounds for ThunderX. Both |
| 415 | with small impact affecting only ITS table allocation. |
| 416 | |
| 417 | erratum 22375: only alloc 8MB table size |
| 418 | erratum 24313: ignore memory access type |
| 419 | |
| 420 | The fixes are in ITS initialization and basically ignore memory access |
| 421 | type and table size provided by the TYPER and BASER registers. |
| 422 | |
| 423 | If unsure, say Y. |
| 424 | |
Robert Richter | 6d4e11c | 2015-09-21 22:58:35 +0200 | [diff] [blame] | 425 | config CAVIUM_ERRATUM_23154 |
| 426 | bool "Cavium erratum 23154: Access to ICC_IAR1_EL1 is not sync'ed" |
| 427 | default y |
| 428 | help |
| 429 | The gicv3 of ThunderX requires a modified version for |
| 430 | reading the IAR status to ensure data synchronization |
| 431 | (access to icc_iar1_el1 is not sync'ed before and after). |
| 432 | |
| 433 | If unsure, say Y. |
| 434 | |
Andre Przywara | c0a01b8 | 2014-11-14 15:54:12 +0000 | [diff] [blame] | 435 | endmenu |
| 436 | |
| 437 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 438 | choice |
| 439 | prompt "Page size" |
| 440 | default ARM64_4K_PAGES |
| 441 | help |
| 442 | Page size (translation granule) configuration. |
| 443 | |
| 444 | config ARM64_4K_PAGES |
| 445 | bool "4KB" |
| 446 | help |
| 447 | This feature enables 4KB pages support. |
| 448 | |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 449 | config ARM64_16K_PAGES |
| 450 | bool "16KB" |
| 451 | help |
| 452 | The system will use 16KB pages support. AArch32 emulation |
| 453 | requires applications compiled with 16K (or a multiple of 16K) |
| 454 | aligned segments. |
| 455 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 456 | config ARM64_64K_PAGES |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 457 | bool "64KB" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 458 | help |
| 459 | This feature enables 64KB pages support (4KB by default) |
| 460 | allowing only two levels of page tables and faster TLB |
Suzuki K. Poulose | db488be | 2015-10-19 14:19:34 +0100 | [diff] [blame] | 461 | look-up. AArch32 emulation requires applications compiled |
| 462 | with 64K aligned segments. |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 463 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 464 | endchoice |
| 465 | |
| 466 | choice |
| 467 | prompt "Virtual address space size" |
| 468 | default ARM64_VA_BITS_39 if ARM64_4K_PAGES |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 469 | default ARM64_VA_BITS_47 if ARM64_16K_PAGES |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 470 | default ARM64_VA_BITS_42 if ARM64_64K_PAGES |
| 471 | help |
| 472 | Allows choosing one of multiple possible virtual address |
| 473 | space sizes. The level of translation table is determined by |
| 474 | a combination of page size and virtual address space size. |
| 475 | |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 476 | config ARM64_VA_BITS_36 |
Catalin Marinas | 56a3f30 | 2015-10-20 14:59:20 +0100 | [diff] [blame] | 477 | bool "36-bit" if EXPERT |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 478 | depends on ARM64_16K_PAGES |
| 479 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 480 | config ARM64_VA_BITS_39 |
| 481 | bool "39-bit" |
| 482 | depends on ARM64_4K_PAGES |
| 483 | |
| 484 | config ARM64_VA_BITS_42 |
| 485 | bool "42-bit" |
| 486 | depends on ARM64_64K_PAGES |
| 487 | |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 488 | config ARM64_VA_BITS_47 |
| 489 | bool "47-bit" |
| 490 | depends on ARM64_16K_PAGES |
| 491 | |
Jungseok Lee | c79b954 | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 492 | config ARM64_VA_BITS_48 |
| 493 | bool "48-bit" |
Jungseok Lee | c79b954 | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 494 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 495 | endchoice |
| 496 | |
| 497 | config ARM64_VA_BITS |
| 498 | int |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 499 | default 36 if ARM64_VA_BITS_36 |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 500 | default 39 if ARM64_VA_BITS_39 |
| 501 | default 42 if ARM64_VA_BITS_42 |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 502 | default 47 if ARM64_VA_BITS_47 |
Jungseok Lee | c79b954 | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 503 | default 48 if ARM64_VA_BITS_48 |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 504 | |
Will Deacon | a872013 | 2013-10-11 14:52:19 +0100 | [diff] [blame] | 505 | config CPU_BIG_ENDIAN |
| 506 | bool "Build big-endian kernel" |
| 507 | help |
| 508 | Say Y if you plan on running a kernel in big-endian mode. |
| 509 | |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 510 | config SCHED_MC |
| 511 | bool "Multi-core scheduler support" |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 512 | help |
| 513 | Multi-core scheduler support improves the CPU scheduler's decision |
| 514 | making when dealing with multi-core CPU chips at a cost of slightly |
| 515 | increased overhead in some places. If unsure say N here. |
| 516 | |
| 517 | config SCHED_SMT |
| 518 | bool "SMT scheduler support" |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 519 | help |
| 520 | Improves the CPU scheduler's decision making when dealing with |
| 521 | MultiThreading at a cost of slightly increased overhead in some |
| 522 | places. If unsure say N here. |
| 523 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 524 | config NR_CPUS |
Ganapatrao Kulkarni | 62aa965 | 2015-03-18 11:01:18 +0000 | [diff] [blame] | 525 | int "Maximum number of CPUs (2-4096)" |
| 526 | range 2 4096 |
Vinayak Kale | 1594285 | 2013-04-24 10:06:57 +0100 | [diff] [blame] | 527 | # These have to remain sorted largest to smallest |
Robert Richter | e367264 | 2014-09-08 12:44:48 +0100 | [diff] [blame] | 528 | default "64" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 529 | |
Mark Rutland | 9327e2c | 2013-10-24 20:30:18 +0100 | [diff] [blame] | 530 | config HOTPLUG_CPU |
| 531 | bool "Support for hot-pluggable CPUs" |
Yang Yingliang | 217d453 | 2015-09-24 17:32:14 +0800 | [diff] [blame] | 532 | select GENERIC_IRQ_MIGRATION |
Mark Rutland | 9327e2c | 2013-10-24 20:30:18 +0100 | [diff] [blame] | 533 | help |
| 534 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 535 | can be controlled through /sys/devices/system/cpu. |
| 536 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 537 | source kernel/Kconfig.preempt |
Kefeng Wang | f90df5e | 2015-10-26 11:48:16 +0800 | [diff] [blame] | 538 | source kernel/Kconfig.hz |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 539 | |
Laura Abbott | 83863f2 | 2016-02-05 16:24:47 -0800 | [diff] [blame^] | 540 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
| 541 | def_bool y |
| 542 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 543 | config ARCH_HAS_HOLES_MEMORYMODEL |
| 544 | def_bool y if SPARSEMEM |
| 545 | |
| 546 | config ARCH_SPARSEMEM_ENABLE |
| 547 | def_bool y |
| 548 | select SPARSEMEM_VMEMMAP_ENABLE |
| 549 | |
| 550 | config ARCH_SPARSEMEM_DEFAULT |
| 551 | def_bool ARCH_SPARSEMEM_ENABLE |
| 552 | |
| 553 | config ARCH_SELECT_MEMORY_MODEL |
| 554 | def_bool ARCH_SPARSEMEM_ENABLE |
| 555 | |
| 556 | config HAVE_ARCH_PFN_VALID |
| 557 | def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM |
| 558 | |
| 559 | config HW_PERF_EVENTS |
Mark Rutland | 6475b2d | 2015-10-02 10:55:03 +0100 | [diff] [blame] | 560 | def_bool y |
| 561 | depends on ARM_PMU |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 562 | |
Steve Capper | 084bd29 | 2013-04-10 13:48:00 +0100 | [diff] [blame] | 563 | config SYS_SUPPORTS_HUGETLBFS |
| 564 | def_bool y |
| 565 | |
Steve Capper | 084bd29 | 2013-04-10 13:48:00 +0100 | [diff] [blame] | 566 | config ARCH_WANT_HUGE_PMD_SHARE |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 567 | def_bool y if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36) |
Steve Capper | 084bd29 | 2013-04-10 13:48:00 +0100 | [diff] [blame] | 568 | |
Steve Capper | af07484 | 2013-04-19 16:23:57 +0100 | [diff] [blame] | 569 | config HAVE_ARCH_TRANSPARENT_HUGEPAGE |
| 570 | def_bool y |
| 571 | |
Catalin Marinas | a41dc0e | 2014-04-03 17:48:54 +0100 | [diff] [blame] | 572 | config ARCH_HAS_CACHE_LINE_SIZE |
| 573 | def_bool y |
| 574 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 575 | source "mm/Kconfig" |
| 576 | |
AKASHI Takahiro | a1ae65b | 2014-11-28 05:26:39 +0000 | [diff] [blame] | 577 | config SECCOMP |
| 578 | bool "Enable seccomp to safely compute untrusted bytecode" |
| 579 | ---help--- |
| 580 | This kernel feature is useful for number crunching applications |
| 581 | that may need to compute untrusted bytecode during their |
| 582 | execution. By using pipes or other transports made available to |
| 583 | the process as file descriptors supporting the read/write |
| 584 | syscalls, it's possible to isolate those applications in |
| 585 | their own address space using seccomp. Once seccomp is |
| 586 | enabled via prctl(PR_SET_SECCOMP), it cannot be disabled |
| 587 | and the task is only allowed to execute a few safe syscalls |
| 588 | defined by each seccomp mode. |
| 589 | |
Stefano Stabellini | dfd57bc | 2015-11-23 10:33:49 +0000 | [diff] [blame] | 590 | config PARAVIRT |
| 591 | bool "Enable paravirtualization code" |
| 592 | help |
| 593 | This changes the kernel so it can modify itself when it is run |
| 594 | under a hypervisor, potentially improving performance significantly |
| 595 | over full virtualization. |
| 596 | |
| 597 | config PARAVIRT_TIME_ACCOUNTING |
| 598 | bool "Paravirtual steal time accounting" |
| 599 | select PARAVIRT |
| 600 | default n |
| 601 | help |
| 602 | Select this option to enable fine granularity task steal time |
| 603 | accounting. Time spent executing other tasks in parallel with |
| 604 | the current vCPU is discounted from the vCPU power. To account for |
| 605 | that, there can be a small performance impact. |
| 606 | |
| 607 | If in doubt, say N here. |
| 608 | |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 609 | config XEN_DOM0 |
| 610 | def_bool y |
| 611 | depends on XEN |
| 612 | |
| 613 | config XEN |
Julien Grall | c2ba1f7 | 2014-09-17 14:07:06 -0700 | [diff] [blame] | 614 | bool "Xen guest support on ARM64" |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 615 | depends on ARM64 && OF |
Stefano Stabellini | 83862cc | 2013-10-10 13:40:44 +0000 | [diff] [blame] | 616 | select SWIOTLB_XEN |
Stefano Stabellini | dfd57bc | 2015-11-23 10:33:49 +0000 | [diff] [blame] | 617 | select PARAVIRT |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 618 | help |
| 619 | Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64. |
| 620 | |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 621 | config FORCE_MAX_ZONEORDER |
| 622 | int |
| 623 | default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE) |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 624 | default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE) |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 625 | default "11" |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 626 | help |
| 627 | The kernel memory allocator divides physically contiguous memory |
| 628 | blocks into "zones", where each zone is a power of two number of |
| 629 | pages. This option selects the largest power of two that the kernel |
| 630 | keeps in the memory allocator. If you need to allocate very large |
| 631 | blocks of physically contiguous memory, then you may need to |
| 632 | increase this value. |
| 633 | |
| 634 | This config option is actually maximum order plus one. For example, |
| 635 | a value of 11 means that the largest free memory block is 2^10 pages. |
| 636 | |
| 637 | We make sure that we can allocate upto a HugePage size for each configuration. |
| 638 | Hence we have : |
| 639 | MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2 |
| 640 | |
| 641 | However for 4K, we choose a higher default value, 11 as opposed to 10, giving us |
| 642 | 4M allocations matching the default size used by generic code. |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 643 | |
Will Deacon | 1b907f4 | 2014-11-20 16:51:10 +0000 | [diff] [blame] | 644 | menuconfig ARMV8_DEPRECATED |
| 645 | bool "Emulate deprecated/obsolete ARMv8 instructions" |
| 646 | depends on COMPAT |
| 647 | help |
| 648 | Legacy software support may require certain instructions |
| 649 | that have been deprecated or obsoleted in the architecture. |
| 650 | |
| 651 | Enable this config to enable selective emulation of these |
| 652 | features. |
| 653 | |
| 654 | If unsure, say Y |
| 655 | |
| 656 | if ARMV8_DEPRECATED |
| 657 | |
| 658 | config SWP_EMULATION |
| 659 | bool "Emulate SWP/SWPB instructions" |
| 660 | help |
| 661 | ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that |
| 662 | they are always undefined. Say Y here to enable software |
| 663 | emulation of these instructions for userspace using LDXR/STXR. |
| 664 | |
| 665 | In some older versions of glibc [<=2.8] SWP is used during futex |
| 666 | trylock() operations with the assumption that the code will not |
| 667 | be preempted. This invalid assumption may be more likely to fail |
| 668 | with SWP emulation enabled, leading to deadlock of the user |
| 669 | application. |
| 670 | |
| 671 | NOTE: when accessing uncached shared regions, LDXR/STXR rely |
| 672 | on an external transaction monitoring block called a global |
| 673 | monitor to maintain update atomicity. If your system does not |
| 674 | implement a global monitor, this option can cause programs that |
| 675 | perform SWP operations to uncached memory to deadlock. |
| 676 | |
| 677 | If unsure, say Y |
| 678 | |
| 679 | config CP15_BARRIER_EMULATION |
| 680 | bool "Emulate CP15 Barrier instructions" |
| 681 | help |
| 682 | The CP15 barrier instructions - CP15ISB, CP15DSB, and |
| 683 | CP15DMB - are deprecated in ARMv8 (and ARMv7). It is |
| 684 | strongly recommended to use the ISB, DSB, and DMB |
| 685 | instructions instead. |
| 686 | |
| 687 | Say Y here to enable software emulation of these |
| 688 | instructions for AArch32 userspace code. When this option is |
| 689 | enabled, CP15 barrier usage is traced which can help |
| 690 | identify software that needs updating. |
| 691 | |
| 692 | If unsure, say Y |
| 693 | |
Suzuki K. Poulose | 2d888f4 | 2015-01-21 12:43:11 +0000 | [diff] [blame] | 694 | config SETEND_EMULATION |
| 695 | bool "Emulate SETEND instruction" |
| 696 | help |
| 697 | The SETEND instruction alters the data-endianness of the |
| 698 | AArch32 EL0, and is deprecated in ARMv8. |
| 699 | |
| 700 | Say Y here to enable software emulation of the instruction |
| 701 | for AArch32 userspace code. |
| 702 | |
| 703 | Note: All the cpus on the system must have mixed endian support at EL0 |
| 704 | for this feature to be enabled. If a new CPU - which doesn't support mixed |
| 705 | endian - is hotplugged in after this feature has been enabled, there could |
| 706 | be unexpected results in the applications. |
| 707 | |
| 708 | If unsure, say Y |
Will Deacon | 1b907f4 | 2014-11-20 16:51:10 +0000 | [diff] [blame] | 709 | endif |
| 710 | |
Will Deacon | 0e4a070 | 2015-07-27 15:54:13 +0100 | [diff] [blame] | 711 | menu "ARMv8.1 architectural features" |
| 712 | |
| 713 | config ARM64_HW_AFDBM |
| 714 | bool "Support for hardware updates of the Access and Dirty page flags" |
| 715 | default y |
| 716 | help |
| 717 | The ARMv8.1 architecture extensions introduce support for |
| 718 | hardware updates of the access and dirty information in page |
| 719 | table entries. When enabled in TCR_EL1 (HA and HD bits) on |
| 720 | capable processors, accesses to pages with PTE_AF cleared will |
| 721 | set this bit instead of raising an access flag fault. |
| 722 | Similarly, writes to read-only pages with the DBM bit set will |
| 723 | clear the read-only bit (AP[2]) instead of raising a |
| 724 | permission fault. |
| 725 | |
| 726 | Kernels built with this configuration option enabled continue |
| 727 | to work on pre-ARMv8.1 hardware and the performance impact is |
| 728 | minimal. If unsure, say Y. |
| 729 | |
| 730 | config ARM64_PAN |
| 731 | bool "Enable support for Privileged Access Never (PAN)" |
| 732 | default y |
| 733 | help |
| 734 | Privileged Access Never (PAN; part of the ARMv8.1 Extensions) |
| 735 | prevents the kernel or hypervisor from accessing user-space (EL0) |
| 736 | memory directly. |
| 737 | |
| 738 | Choosing this option will cause any unprotected (not using |
| 739 | copy_to_user et al) memory access to fail with a permission fault. |
| 740 | |
| 741 | The feature is detected at runtime, and will remain as a 'nop' |
| 742 | instruction if the cpu does not implement the feature. |
| 743 | |
| 744 | config ARM64_LSE_ATOMICS |
| 745 | bool "Atomic instructions" |
| 746 | help |
| 747 | As part of the Large System Extensions, ARMv8.1 introduces new |
| 748 | atomic instructions that are designed specifically to scale in |
| 749 | very large systems. |
| 750 | |
| 751 | Say Y here to make use of these instructions for the in-kernel |
| 752 | atomic routines. This incurs a small overhead on CPUs that do |
| 753 | not support these instructions and requires the kernel to be |
| 754 | built with binutils >= 2.25. |
| 755 | |
| 756 | endmenu |
| 757 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 758 | endmenu |
| 759 | |
| 760 | menu "Boot options" |
| 761 | |
Lorenzo Pieralisi | 5e89c55 | 2016-01-26 11:10:38 +0000 | [diff] [blame] | 762 | config ARM64_ACPI_PARKING_PROTOCOL |
| 763 | bool "Enable support for the ARM64 ACPI parking protocol" |
| 764 | depends on ACPI |
| 765 | help |
| 766 | Enable support for the ARM64 ACPI parking protocol. If disabled |
| 767 | the kernel will not allow booting through the ARM64 ACPI parking |
| 768 | protocol even if the corresponding data is present in the ACPI |
| 769 | MADT table. |
| 770 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 771 | config CMDLINE |
| 772 | string "Default kernel command string" |
| 773 | default "" |
| 774 | help |
| 775 | Provide a set of default command-line options at build time by |
| 776 | entering them here. As a minimum, you should specify the the |
| 777 | root device (e.g. root=/dev/nfs). |
| 778 | |
| 779 | config CMDLINE_FORCE |
| 780 | bool "Always use the default kernel command string" |
| 781 | help |
| 782 | Always use the default kernel command string, even if the boot |
| 783 | loader passes other arguments to the kernel. |
| 784 | This is useful if you cannot or don't want to change the |
| 785 | command-line options your boot loader passes to the kernel. |
| 786 | |
Ard Biesheuvel | f4f75ad5 | 2014-07-02 14:54:43 +0200 | [diff] [blame] | 787 | config EFI_STUB |
| 788 | bool |
| 789 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 790 | config EFI |
| 791 | bool "UEFI runtime support" |
| 792 | depends on OF && !CPU_BIG_ENDIAN |
| 793 | select LIBFDT |
| 794 | select UCS2_STRING |
| 795 | select EFI_PARAMS_FROM_FDT |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 796 | select EFI_RUNTIME_WRAPPERS |
Ard Biesheuvel | f4f75ad5 | 2014-07-02 14:54:43 +0200 | [diff] [blame] | 797 | select EFI_STUB |
| 798 | select EFI_ARMSTUB |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 799 | default y |
| 800 | help |
| 801 | This option provides support for runtime services provided |
| 802 | by UEFI firmware (such as non-volatile variables, realtime |
Mark Salter | 3c7f255 | 2014-04-15 22:47:52 -0400 | [diff] [blame] | 803 | clock, and platform reset). A UEFI stub is also provided to |
| 804 | allow the kernel to be booted as an EFI application. This |
| 805 | is only useful on systems that have UEFI firmware. |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 806 | |
Yi Li | d1ae8c0 | 2014-10-04 23:46:43 +0800 | [diff] [blame] | 807 | config DMI |
| 808 | bool "Enable support for SMBIOS (DMI) tables" |
| 809 | depends on EFI |
| 810 | default y |
| 811 | help |
| 812 | This enables SMBIOS/DMI feature for systems. |
| 813 | |
| 814 | This option is only useful on systems that have UEFI firmware. |
| 815 | However, even with this option, the resultant kernel should |
| 816 | continue to boot on existing non-UEFI platforms. |
| 817 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 818 | endmenu |
| 819 | |
| 820 | menu "Userspace binary formats" |
| 821 | |
| 822 | source "fs/Kconfig.binfmt" |
| 823 | |
| 824 | config COMPAT |
| 825 | bool "Kernel support for 32-bit EL0" |
Suzuki K. Poulose | 755e70b | 2015-10-19 14:19:32 +0100 | [diff] [blame] | 826 | depends on ARM64_4K_PAGES || EXPERT |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 827 | select COMPAT_BINFMT_ELF |
Catalin Marinas | af1839e | 2012-10-08 16:28:08 -0700 | [diff] [blame] | 828 | select HAVE_UID16 |
Al Viro | 84b9e9b | 2012-12-25 16:29:11 -0500 | [diff] [blame] | 829 | select OLD_SIGSUSPEND3 |
Al Viro | 5168203 | 2012-12-25 19:31:29 -0500 | [diff] [blame] | 830 | select COMPAT_OLD_SIGACTION |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 831 | help |
| 832 | This option enables support for a 32-bit EL0 running under a 64-bit |
| 833 | kernel at EL1. AArch32-specific components such as system calls, |
| 834 | the user helper functions, VFP support and the ptrace interface are |
| 835 | handled appropriately by the kernel. |
| 836 | |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 837 | If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware |
| 838 | that you will only be able to execute AArch32 binaries that were compiled |
| 839 | with page size aligned segments. |
Alexander Graf | a8fcd8b | 2015-03-16 16:32:23 +0000 | [diff] [blame] | 840 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 841 | If you want to execute 32-bit userspace applications, say Y. |
| 842 | |
| 843 | config SYSVIPC_COMPAT |
| 844 | def_bool y |
| 845 | depends on COMPAT && SYSVIPC |
| 846 | |
| 847 | endmenu |
| 848 | |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 849 | menu "Power management options" |
| 850 | |
| 851 | source "kernel/power/Kconfig" |
| 852 | |
| 853 | config ARCH_SUSPEND_POSSIBLE |
| 854 | def_bool y |
| 855 | |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 856 | endmenu |
| 857 | |
Lorenzo Pieralisi | 1307220 | 2013-07-17 14:54:21 +0100 | [diff] [blame] | 858 | menu "CPU Power Management" |
| 859 | |
| 860 | source "drivers/cpuidle/Kconfig" |
| 861 | |
Rob Herring | 52e7e81 | 2014-02-24 11:27:57 +0900 | [diff] [blame] | 862 | source "drivers/cpufreq/Kconfig" |
| 863 | |
| 864 | endmenu |
| 865 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 866 | source "net/Kconfig" |
| 867 | |
| 868 | source "drivers/Kconfig" |
| 869 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 870 | source "drivers/firmware/Kconfig" |
| 871 | |
Graeme Gregory | b6a0217 | 2015-03-24 14:02:53 +0000 | [diff] [blame] | 872 | source "drivers/acpi/Kconfig" |
| 873 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 874 | source "fs/Kconfig" |
| 875 | |
Marc Zyngier | c3eb5b1 | 2013-07-04 13:34:32 +0100 | [diff] [blame] | 876 | source "arch/arm64/kvm/Kconfig" |
| 877 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 878 | source "arch/arm64/Kconfig.debug" |
| 879 | |
| 880 | source "security/Kconfig" |
| 881 | |
| 882 | source "crypto/Kconfig" |
Ard Biesheuvel | 2c98833 | 2014-03-06 16:23:33 +0800 | [diff] [blame] | 883 | if CRYPTO |
| 884 | source "arch/arm64/crypto/Kconfig" |
| 885 | endif |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 886 | |
| 887 | source "lib/Kconfig" |