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 |
Tomasz Nowicki | 0cb0786 | 2016-06-10 21:55:19 +0200 | [diff] [blame] | 6 | select ACPI_MCFG if ACPI |
Aleksey Makarov | 888125a | 2016-09-27 23:54:14 +0300 | [diff] [blame] | 7 | select ACPI_SPCR_TABLE if ACPI |
Scott Wood | 1d8f51d | 2016-09-22 03:35:18 -0500 | [diff] [blame] | 8 | select ARCH_CLOCKSOURCE_DATA |
Dan Williams | 21266be | 2015-11-19 18:19:29 -0800 | [diff] [blame] | 9 | select ARCH_HAS_DEVMEM_IS_ALLOWED |
Jon Masters | 38b04a7 | 2016-06-20 13:56:13 +0300 | [diff] [blame] | 10 | select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI |
Kees Cook | 2b68f6c | 2015-04-14 15:48:00 -0700 | [diff] [blame] | 11 | select ARCH_HAS_ELF_RANDOMIZE |
Riku Voipio | 957e3fa | 2014-12-12 16:57:44 -0800 | [diff] [blame] | 12 | select ARCH_HAS_GCOV_PROFILE_ALL |
Yisheng Xie | 14f0991 | 2016-10-07 17:01:49 -0700 | [diff] [blame] | 13 | select ARCH_HAS_GIGANTIC_PAGE |
Alexander Potapenko | 5e4c754 | 2016-06-16 18:39:52 +0200 | [diff] [blame] | 14 | select ARCH_HAS_KCOV |
Laura Abbott | 308c09f | 2014-08-08 14:23:25 -0700 | [diff] [blame] | 15 | select ARCH_HAS_SG_CHAIN |
Lorenzo Pieralisi | 1f85008 | 2013-09-04 10:55:17 +0100 | [diff] [blame] | 16 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
Sudeep Holla | c63c870 | 2014-05-09 10:33:01 +0100 | [diff] [blame] | 17 | select ARCH_USE_CMPXCHG_LOCKREF |
Peter Zijlstra | 4badad3 | 2014-06-06 19:53:16 +0200 | [diff] [blame] | 18 | select ARCH_SUPPORTS_ATOMIC_RMW |
Ganapatrao Kulkarni | 5616623 | 2016-04-08 15:50:28 -0700 | [diff] [blame] | 19 | select ARCH_SUPPORTS_NUMA_BALANCING |
Will Deacon | 6212a51 | 2012-11-07 14:16:28 +0000 | [diff] [blame] | 20 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION |
Catalin Marinas | b6f3598 | 2013-01-29 18:25:41 +0000 | [diff] [blame] | 21 | select ARCH_WANT_FRAME_POINTERS |
Yang Shi | f0b7f8a | 2016-02-05 15:50:18 -0800 | [diff] [blame] | 22 | select ARCH_HAS_UBSAN_SANITIZE_ALL |
Catalin Marinas | 25c92a3 | 2012-12-18 15:26:13 +0000 | [diff] [blame] | 23 | select ARM_AMBA |
Mark Rutland | 1aee5d7 | 2012-11-20 10:06:00 +0000 | [diff] [blame] | 24 | select ARM_ARCH_TIMER |
Catalin Marinas | c4188ed | 2013-01-14 12:39:31 +0000 | [diff] [blame] | 25 | select ARM_GIC |
AKASHI Takahiro | 875cbf3 | 2014-07-04 08:28:30 +0100 | [diff] [blame] | 26 | select AUDIT_ARCH_COMPAT_GENERIC |
Arnd Bergmann | 3ee8036 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 27 | select ARM_GIC_V2M if PCI |
Marc Zyngier | 021f653 | 2014-06-30 16:01:31 +0100 | [diff] [blame] | 28 | select ARM_GIC_V3 |
Arnd Bergmann | 3ee8036 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 29 | select ARM_GIC_V3_ITS if PCI |
Mark Rutland | bff6079 | 2015-07-31 15:46:16 +0100 | [diff] [blame] | 30 | select ARM_PSCI_FW |
Will Deacon | adace89 | 2013-05-08 17:29:24 +0100 | [diff] [blame] | 31 | select BUILDTIME_EXTABLE_SORT |
Catalin Marinas | db2789b | 2012-12-18 15:27:25 +0000 | [diff] [blame] | 32 | select CLONE_BACKWARDS |
Deepak Saxena | 7ca2ef3 | 2012-09-22 10:33:36 -0700 | [diff] [blame] | 33 | select COMMON_CLK |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 34 | select CPU_PM if (SUSPEND || CPU_IDLE) |
Will Deacon | 7bc13fd | 2013-11-06 19:32:13 +0000 | [diff] [blame] | 35 | select DCACHE_WORD_ACCESS |
Catalin Marinas | ef37566 | 2015-07-07 17:15:39 +0100 | [diff] [blame] | 36 | select EDAC_SUPPORT |
Yang Shi | 2f34f17 | 2015-11-09 10:09:55 -0800 | [diff] [blame] | 37 | select FRAME_POINTER |
Laura Abbott | d4932f9 | 2014-10-09 15:26:44 -0700 | [diff] [blame] | 38 | select GENERIC_ALLOCATOR |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 39 | select GENERIC_CLOCKEVENTS |
Will Deacon | 4b3dc96 | 2015-05-29 18:28:44 +0100 | [diff] [blame] | 40 | select GENERIC_CLOCKEVENTS_BROADCAST |
Ard Biesheuvel | 3be1a5c | 2014-03-04 01:10:04 +0000 | [diff] [blame] | 41 | select GENERIC_CPU_AUTOPROBE |
Mark Salter | bf4b558 | 2014-04-07 15:39:52 -0700 | [diff] [blame] | 42 | select GENERIC_EARLY_IOREMAP |
Leo Yan | 2314ee4 | 2015-08-21 04:40:22 +0100 | [diff] [blame] | 43 | select GENERIC_IDLE_POLL_SETUP |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 44 | select GENERIC_IRQ_PROBE |
| 45 | select GENERIC_IRQ_SHOW |
Sudeep Holla | 6544e67 | 2015-04-22 18:16:33 +0100 | [diff] [blame] | 46 | select GENERIC_IRQ_SHOW_LEVEL |
Arnd Bergmann | cb61f67 | 2014-11-19 14:09:07 +0100 | [diff] [blame] | 47 | select GENERIC_PCI_IOMAP |
Stephen Boyd | 65cd4f6 | 2013-07-18 16:21:18 -0700 | [diff] [blame] | 48 | select GENERIC_SCHED_CLOCK |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 49 | select GENERIC_SMP_IDLE_THREAD |
Will Deacon | 12a0ef7 | 2013-11-06 17:20:22 +0000 | [diff] [blame] | 50 | select GENERIC_STRNCPY_FROM_USER |
| 51 | select GENERIC_STRNLEN_USER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 52 | select GENERIC_TIME_VSYSCALL |
Marc Zyngier | a1ddc74 | 2014-08-26 11:03:17 +0100 | [diff] [blame] | 53 | select HANDLE_DOMAIN_IRQ |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 54 | select HARDIRQS_SW_RESEND |
Steve Capper | 5284e1b | 2014-10-24 13:22:20 +0100 | [diff] [blame] | 55 | select HAVE_ALIGNED_STRUCT_PAGE if SLUB |
AKASHI Takahiro | 875cbf3 | 2014-07-04 08:28:30 +0100 | [diff] [blame] | 56 | select HAVE_ARCH_AUDITSYSCALL |
Yalin Wang | 8e7a4ce | 2014-11-03 03:02:23 +0100 | [diff] [blame] | 57 | select HAVE_ARCH_BITREVERSE |
Kees Cook | faf5b63 | 2016-06-23 15:59:42 -0700 | [diff] [blame] | 58 | select HAVE_ARCH_HARDENED_USERCOPY |
Ard Biesheuvel | 324420b | 2016-02-16 13:52:35 +0100 | [diff] [blame] | 59 | select HAVE_ARCH_HUGE_VMAP |
Jiang Liu | 9732caf | 2014-01-07 22:17:13 +0800 | [diff] [blame] | 60 | select HAVE_ARCH_JUMP_LABEL |
Andrey Ryabinin | f1b9032 | 2015-11-17 18:47:08 +0300 | [diff] [blame] | 61 | 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] | 62 | select HAVE_ARCH_KGDB |
Daniel Cashman | 8f0d3aa | 2016-01-14 15:20:01 -0800 | [diff] [blame] | 63 | select HAVE_ARCH_MMAP_RND_BITS |
| 64 | select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT |
AKASHI Takahiro | a1ae65b | 2014-11-28 05:26:39 +0000 | [diff] [blame] | 65 | select HAVE_ARCH_SECCOMP_FILTER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 66 | select HAVE_ARCH_TRACEHOOK |
Yang Shi | 8ee7087 | 2016-04-18 11:16:14 -0700 | [diff] [blame] | 67 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE |
| 68 | select HAVE_ARM_SMCCC |
Daniel Borkmann | 6077776 | 2016-05-13 19:08:28 +0200 | [diff] [blame] | 69 | select HAVE_EBPF_JIT |
AKASHI Takahiro | af64d2a | 2014-04-30 10:54:32 +0100 | [diff] [blame] | 70 | select HAVE_C_RECORDMCOUNT |
Laura Abbott | c0c264a | 2014-06-25 23:55:03 +0100 | [diff] [blame] | 71 | select HAVE_CC_STACKPROTECTOR |
Steve Capper | 5284e1b | 2014-10-24 13:22:20 +0100 | [diff] [blame] | 72 | select HAVE_CMPXCHG_DOUBLE |
Will Deacon | 95eff6b | 2015-05-29 14:57:47 +0100 | [diff] [blame] | 73 | select HAVE_CMPXCHG_LOCAL |
Yang Shi | 8ee7087 | 2016-04-18 11:16:14 -0700 | [diff] [blame] | 74 | select HAVE_CONTEXT_TRACKING |
Catalin Marinas | 9b2a60c | 2012-10-08 16:28:13 -0700 | [diff] [blame] | 75 | select HAVE_DEBUG_BUGVERBOSE |
Catalin Marinas | b69ec42 | 2012-10-08 16:28:11 -0700 | [diff] [blame] | 76 | select HAVE_DEBUG_KMEMLEAK |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 77 | select HAVE_DMA_API_DEBUG |
Laura Abbott | 6ac2104 | 2013-12-12 19:28:33 +0000 | [diff] [blame] | 78 | select HAVE_DMA_CONTIGUOUS |
AKASHI Takahiro | bd7d38d | 2014-04-30 10:54:34 +0100 | [diff] [blame] | 79 | select HAVE_DYNAMIC_FTRACE |
Will Deacon | 50afc33 | 2013-12-16 17:50:08 +0000 | [diff] [blame] | 80 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
AKASHI Takahiro | af64d2a | 2014-04-30 10:54:32 +0100 | [diff] [blame] | 81 | select HAVE_FTRACE_MCOUNT_RECORD |
AKASHI Takahiro | 819e50e | 2014-04-30 18:54:33 +0900 | [diff] [blame] | 82 | select HAVE_FUNCTION_TRACER |
| 83 | select HAVE_FUNCTION_GRAPH_TRACER |
Emese Revfy | 6b90bd4 | 2016-05-24 00:09:38 +0200 | [diff] [blame] | 84 | select HAVE_GCC_PLUGINS |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 85 | select HAVE_GENERIC_DMA_COHERENT |
Will Deacon | 24da208 | 2015-11-23 15:12:59 +0000 | [diff] [blame] | 86 | select HAVE_IRQ_TIME_ACCOUNTING |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 87 | select HAVE_MEMBLOCK |
Ganapatrao Kulkarni | 1a2db30 | 2016-04-08 15:50:27 -0700 | [diff] [blame] | 88 | select HAVE_MEMBLOCK_NODE_MAP if NUMA |
Mark Rutland | 55834a7 | 2014-02-07 17:12:45 +0000 | [diff] [blame] | 89 | select HAVE_PATA_PLATFORM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 90 | select HAVE_PERF_EVENTS |
Jean Pihet | 2ee0d7f | 2014-02-03 19:18:27 +0100 | [diff] [blame] | 91 | select HAVE_PERF_REGS |
| 92 | select HAVE_PERF_USER_STACK_DUMP |
David A. Long | 0a8ea52 | 2016-07-08 12:35:45 -0400 | [diff] [blame] | 93 | select HAVE_REGS_AND_STACK_ACCESS_API |
Steve Capper | 5e5f6dc | 2014-10-09 15:29:23 -0700 | [diff] [blame] | 94 | select HAVE_RCU_TABLE_FREE |
AKASHI Takahiro | 055b121 | 2014-04-30 10:54:36 +0100 | [diff] [blame] | 95 | select HAVE_SYSCALL_TRACEPOINTS |
Sandeepa Prabhu | 2dd0e8d | 2016-07-08 12:35:48 -0400 | [diff] [blame] | 96 | select HAVE_KPROBES |
Sandeepa Prabhu | fcfd708 | 2016-07-08 12:35:53 -0400 | [diff] [blame] | 97 | select HAVE_KRETPROBES if HAVE_KPROBES |
Robin Murphy | 876945d | 2015-10-01 20:14:00 +0100 | [diff] [blame] | 98 | select IOMMU_DMA if IOMMU_SUPPORT |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 99 | select IRQ_DOMAIN |
Anders Roxell | e8557d1 | 2015-04-27 22:53:09 +0200 | [diff] [blame] | 100 | select IRQ_FORCED_THREADING |
Catalin Marinas | fea2aca | 2012-10-16 11:26:57 +0100 | [diff] [blame] | 101 | select MODULES_USE_ELF_RELA |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 102 | select NO_BOOTMEM |
| 103 | select OF |
| 104 | select OF_EARLY_FLATTREE |
Marek Szyprowski | 9bf14b7 | 2014-02-28 14:42:55 +0100 | [diff] [blame] | 105 | select OF_RESERVED_MEM |
Tomasz Nowicki | 0cb0786 | 2016-06-10 21:55:19 +0200 | [diff] [blame] | 106 | select PCI_ECAM if ACPI |
Catalin Marinas | aa1e8ec | 2013-02-28 18:14:37 +0000 | [diff] [blame] | 107 | select POWER_RESET |
| 108 | select POWER_SUPPLY |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 109 | select SPARSE_IRQ |
Catalin Marinas | 7ac57a8 | 2012-10-08 16:28:16 -0700 | [diff] [blame] | 110 | select SYSCTL_EXCEPTION_TRACE |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 111 | help |
| 112 | ARM 64-bit (AArch64) Linux support. |
| 113 | |
| 114 | config 64BIT |
| 115 | def_bool y |
| 116 | |
| 117 | config ARCH_PHYS_ADDR_T_64BIT |
| 118 | def_bool y |
| 119 | |
| 120 | config MMU |
| 121 | def_bool y |
| 122 | |
Mark Rutland | 40982fd | 2016-08-25 17:23:23 +0100 | [diff] [blame] | 123 | config DEBUG_RODATA |
| 124 | def_bool y |
| 125 | |
Mark Rutland | 030c4d2 | 2016-05-31 15:57:59 +0100 | [diff] [blame] | 126 | config ARM64_PAGE_SHIFT |
| 127 | int |
| 128 | default 16 if ARM64_64K_PAGES |
| 129 | default 14 if ARM64_16K_PAGES |
| 130 | default 12 |
| 131 | |
| 132 | config ARM64_CONT_SHIFT |
| 133 | int |
| 134 | default 5 if ARM64_64K_PAGES |
| 135 | default 7 if ARM64_16K_PAGES |
| 136 | default 4 |
| 137 | |
Daniel Cashman | 8f0d3aa | 2016-01-14 15:20:01 -0800 | [diff] [blame] | 138 | config ARCH_MMAP_RND_BITS_MIN |
| 139 | default 14 if ARM64_64K_PAGES |
| 140 | default 16 if ARM64_16K_PAGES |
| 141 | default 18 |
| 142 | |
| 143 | # max bits determined by the following formula: |
| 144 | # VA_BITS - PAGE_SHIFT - 3 |
| 145 | config ARCH_MMAP_RND_BITS_MAX |
| 146 | default 19 if ARM64_VA_BITS=36 |
| 147 | default 24 if ARM64_VA_BITS=39 |
| 148 | default 27 if ARM64_VA_BITS=42 |
| 149 | default 30 if ARM64_VA_BITS=47 |
| 150 | default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES |
| 151 | default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES |
| 152 | default 33 if ARM64_VA_BITS=48 |
| 153 | default 14 if ARM64_64K_PAGES |
| 154 | default 16 if ARM64_16K_PAGES |
| 155 | default 18 |
| 156 | |
| 157 | config ARCH_MMAP_RND_COMPAT_BITS_MIN |
| 158 | default 7 if ARM64_64K_PAGES |
| 159 | default 9 if ARM64_16K_PAGES |
| 160 | default 11 |
| 161 | |
| 162 | config ARCH_MMAP_RND_COMPAT_BITS_MAX |
| 163 | default 16 |
| 164 | |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 165 | config NO_IOPORT_MAP |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 166 | def_bool y if !PCI |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 167 | |
Jeff Vander Stoep | 1fdca5a | 2015-08-18 11:15:53 -0700 | [diff] [blame] | 168 | config ILLEGAL_POINTER_VALUE |
| 169 | hex |
| 170 | default 0xdead000000000000 |
| 171 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 172 | config STACKTRACE_SUPPORT |
| 173 | def_bool y |
| 174 | |
Jeff Vander Stoep | bf0c4e0 | 2015-08-18 20:50:10 +0100 | [diff] [blame] | 175 | config ILLEGAL_POINTER_VALUE |
| 176 | hex |
| 177 | default 0xdead000000000000 |
| 178 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 179 | config LOCKDEP_SUPPORT |
| 180 | def_bool y |
| 181 | |
| 182 | config TRACE_IRQFLAGS_SUPPORT |
| 183 | def_bool y |
| 184 | |
Will Deacon | c209f79 | 2014-03-14 17:47:05 +0000 | [diff] [blame] | 185 | config RWSEM_XCHGADD_ALGORITHM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 186 | def_bool y |
| 187 | |
Dave P Martin | 9fb7410 | 2015-07-24 16:37:48 +0100 | [diff] [blame] | 188 | config GENERIC_BUG |
| 189 | def_bool y |
| 190 | depends on BUG |
| 191 | |
| 192 | config GENERIC_BUG_RELATIVE_POINTERS |
| 193 | def_bool y |
| 194 | depends on GENERIC_BUG |
| 195 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 196 | config GENERIC_HWEIGHT |
| 197 | def_bool y |
| 198 | |
| 199 | config GENERIC_CSUM |
| 200 | def_bool y |
| 201 | |
| 202 | config GENERIC_CALIBRATE_DELAY |
| 203 | def_bool y |
| 204 | |
Catalin Marinas | 19e7640 | 2014-02-27 12:09:22 +0000 | [diff] [blame] | 205 | config ZONE_DMA |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 206 | def_bool y |
| 207 | |
Steve Capper | 29e5694 | 2014-10-09 15:29:25 -0700 | [diff] [blame] | 208 | config HAVE_GENERIC_RCU_GUP |
| 209 | def_bool y |
| 210 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 211 | config ARCH_DMA_ADDR_T_64BIT |
| 212 | def_bool y |
| 213 | |
| 214 | config NEED_DMA_MAP_STATE |
| 215 | def_bool y |
| 216 | |
| 217 | config NEED_SG_DMA_LENGTH |
| 218 | def_bool y |
| 219 | |
Will Deacon | 4b3dc96 | 2015-05-29 18:28:44 +0100 | [diff] [blame] | 220 | config SMP |
| 221 | def_bool y |
| 222 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 223 | config SWIOTLB |
| 224 | def_bool y |
| 225 | |
| 226 | config IOMMU_HELPER |
| 227 | def_bool SWIOTLB |
| 228 | |
Ard Biesheuvel | 4cfb361 | 2013-07-09 14:18:12 +0100 | [diff] [blame] | 229 | config KERNEL_MODE_NEON |
| 230 | def_bool y |
| 231 | |
Rob Herring | 92cc15f | 2014-04-18 17:19:59 -0500 | [diff] [blame] | 232 | config FIX_EARLYCON_MEM |
| 233 | def_bool y |
| 234 | |
Kirill A. Shutemov | 9f25e6a | 2015-04-14 15:45:39 -0700 | [diff] [blame] | 235 | config PGTABLE_LEVELS |
| 236 | int |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 237 | default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36 |
Kirill A. Shutemov | 9f25e6a | 2015-04-14 15:45:39 -0700 | [diff] [blame] | 238 | default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42 |
| 239 | default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48 |
| 240 | default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39 |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 241 | default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47 |
| 242 | default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48 |
Kirill A. Shutemov | 9f25e6a | 2015-04-14 15:45:39 -0700 | [diff] [blame] | 243 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 244 | source "init/Kconfig" |
| 245 | |
| 246 | source "kernel/Kconfig.freezer" |
| 247 | |
Olof Johansson | 6a37749 | 2015-07-20 12:09:16 -0700 | [diff] [blame] | 248 | source "arch/arm64/Kconfig.platforms" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 249 | |
| 250 | menu "Bus support" |
| 251 | |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 252 | config PCI |
| 253 | bool "PCI support" |
| 254 | help |
| 255 | This feature enables support for PCI bus system. If you say Y |
| 256 | here, the kernel will include drivers and infrastructure code |
| 257 | to support PCI bus devices. |
| 258 | |
| 259 | config PCI_DOMAINS |
| 260 | def_bool PCI |
| 261 | |
| 262 | config PCI_DOMAINS_GENERIC |
| 263 | def_bool PCI |
| 264 | |
| 265 | config PCI_SYSCALL |
| 266 | def_bool PCI |
| 267 | |
| 268 | source "drivers/pci/Kconfig" |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 269 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 270 | endmenu |
| 271 | |
| 272 | menu "Kernel Features" |
| 273 | |
Andre Przywara | c0a01b8 | 2014-11-14 15:54:12 +0000 | [diff] [blame] | 274 | menu "ARM errata workarounds via the alternatives framework" |
| 275 | |
| 276 | config ARM64_ERRATUM_826319 |
| 277 | bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted" |
| 278 | default y |
| 279 | help |
| 280 | This option adds an alternative code sequence to work around ARM |
| 281 | erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or |
| 282 | AXI master interface and an L2 cache. |
| 283 | |
| 284 | If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors |
| 285 | and is unable to accept a certain write via this interface, it will |
| 286 | not progress on read data presented on the read data channel and the |
| 287 | system can deadlock. |
| 288 | |
| 289 | The workaround promotes data cache clean instructions to |
| 290 | data cache clean-and-invalidate. |
| 291 | Please note that this does not necessarily enable the workaround, |
| 292 | as it depends on the alternative framework, which will only patch |
| 293 | the kernel if an affected CPU is detected. |
| 294 | |
| 295 | If unsure, say Y. |
| 296 | |
| 297 | config ARM64_ERRATUM_827319 |
| 298 | bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect" |
| 299 | default y |
| 300 | help |
| 301 | This option adds an alternative code sequence to work around ARM |
| 302 | erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI |
| 303 | master interface and an L2 cache. |
| 304 | |
| 305 | Under certain conditions this erratum can cause a clean line eviction |
| 306 | to occur at the same time as another transaction to the same address |
| 307 | on the AMBA 5 CHI interface, which can cause data corruption if the |
| 308 | interconnect reorders the two transactions. |
| 309 | |
| 310 | The workaround promotes data cache clean instructions to |
| 311 | data cache clean-and-invalidate. |
| 312 | Please note that this does not necessarily enable the workaround, |
| 313 | as it depends on the alternative framework, which will only patch |
| 314 | the kernel if an affected CPU is detected. |
| 315 | |
| 316 | If unsure, say Y. |
| 317 | |
| 318 | config ARM64_ERRATUM_824069 |
| 319 | bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop" |
| 320 | default y |
| 321 | help |
| 322 | This option adds an alternative code sequence to work around ARM |
| 323 | erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected |
| 324 | to a coherent interconnect. |
| 325 | |
| 326 | If a Cortex-A53 processor is executing a store or prefetch for |
| 327 | write instruction at the same time as a processor in another |
| 328 | cluster is executing a cache maintenance operation to the same |
| 329 | address, then this erratum might cause a clean cache line to be |
| 330 | incorrectly marked as dirty. |
| 331 | |
| 332 | The workaround promotes data cache clean instructions to |
| 333 | data cache clean-and-invalidate. |
| 334 | Please note that this option does not necessarily enable the |
| 335 | workaround, as it depends on the alternative framework, which will |
| 336 | only patch the kernel if an affected CPU is detected. |
| 337 | |
| 338 | If unsure, say Y. |
| 339 | |
| 340 | config ARM64_ERRATUM_819472 |
| 341 | bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption" |
| 342 | default y |
| 343 | help |
| 344 | This option adds an alternative code sequence to work around ARM |
| 345 | erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache |
| 346 | present when it is connected to a coherent interconnect. |
| 347 | |
| 348 | If the processor is executing a load and store exclusive sequence at |
| 349 | the same time as a processor in another cluster is executing a cache |
| 350 | maintenance operation to the same address, then this erratum might |
| 351 | cause data corruption. |
| 352 | |
| 353 | The workaround promotes data cache clean instructions to |
| 354 | data cache clean-and-invalidate. |
| 355 | Please note that this does not necessarily enable the workaround, |
| 356 | as it depends on the alternative framework, which will only patch |
| 357 | the kernel if an affected CPU is detected. |
| 358 | |
| 359 | If unsure, say Y. |
| 360 | |
| 361 | config ARM64_ERRATUM_832075 |
| 362 | bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads" |
| 363 | default y |
| 364 | help |
| 365 | This option adds an alternative code sequence to work around ARM |
| 366 | erratum 832075 on Cortex-A57 parts up to r1p2. |
| 367 | |
| 368 | Affected Cortex-A57 parts might deadlock when exclusive load/store |
| 369 | instructions to Write-Back memory are mixed with Device loads. |
| 370 | |
| 371 | The workaround is to promote device loads to use Load-Acquire |
| 372 | semantics. |
| 373 | Please note that this does not necessarily enable the workaround, |
| 374 | as it depends on the alternative framework, which will only patch |
| 375 | the kernel if an affected CPU is detected. |
| 376 | |
| 377 | If unsure, say Y. |
| 378 | |
Marc Zyngier | 498cd5c | 2015-11-16 10:28:18 +0000 | [diff] [blame] | 379 | config ARM64_ERRATUM_834220 |
| 380 | bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault" |
| 381 | depends on KVM |
| 382 | default y |
| 383 | help |
| 384 | This option adds an alternative code sequence to work around ARM |
| 385 | erratum 834220 on Cortex-A57 parts up to r1p2. |
| 386 | |
| 387 | Affected Cortex-A57 parts might report a Stage 2 translation |
| 388 | fault as the result of a Stage 1 fault for load crossing a |
| 389 | page boundary when there is a permission or device memory |
| 390 | alignment fault at Stage 1 and a translation fault at Stage 2. |
| 391 | |
| 392 | The workaround is to verify that the Stage 1 translation |
| 393 | doesn't generate a fault before handling the Stage 2 fault. |
| 394 | Please note that this does not necessarily enable the workaround, |
| 395 | as it depends on the alternative framework, which will only patch |
| 396 | the kernel if an affected CPU is detected. |
| 397 | |
| 398 | If unsure, say Y. |
| 399 | |
Will Deacon | 905e8c5 | 2015-03-23 19:07:02 +0000 | [diff] [blame] | 400 | config ARM64_ERRATUM_845719 |
| 401 | bool "Cortex-A53: 845719: a load might read incorrect data" |
| 402 | depends on COMPAT |
| 403 | default y |
| 404 | help |
| 405 | This option adds an alternative code sequence to work around ARM |
| 406 | erratum 845719 on Cortex-A53 parts up to r0p4. |
| 407 | |
| 408 | When running a compat (AArch32) userspace on an affected Cortex-A53 |
| 409 | part, a load at EL0 from a virtual address that matches the bottom 32 |
| 410 | bits of the virtual address used by a recent load at (AArch64) EL1 |
| 411 | might return incorrect data. |
| 412 | |
| 413 | The workaround is to write the contextidr_el1 register on exception |
| 414 | return to a 32-bit task. |
| 415 | Please note that this does not necessarily enable the workaround, |
| 416 | as it depends on the alternative framework, which will only patch |
| 417 | the kernel if an affected CPU is detected. |
| 418 | |
| 419 | If unsure, say Y. |
| 420 | |
Will Deacon | df057cc | 2015-03-17 12:15:02 +0000 | [diff] [blame] | 421 | config ARM64_ERRATUM_843419 |
| 422 | bool "Cortex-A53: 843419: A load or store might access an incorrect address" |
Will Deacon | df057cc | 2015-03-17 12:15:02 +0000 | [diff] [blame] | 423 | default y |
Will Deacon | 6ffe992 | 2016-08-22 11:58:36 +0100 | [diff] [blame] | 424 | select ARM64_MODULE_CMODEL_LARGE if MODULES |
Will Deacon | df057cc | 2015-03-17 12:15:02 +0000 | [diff] [blame] | 425 | help |
Will Deacon | 6ffe992 | 2016-08-22 11:58:36 +0100 | [diff] [blame] | 426 | This option links the kernel with '--fix-cortex-a53-843419' and |
| 427 | builds modules using the large memory model in order to avoid the use |
| 428 | of the ADRP instruction, which can cause a subsequent memory access |
| 429 | to use an incorrect address on Cortex-A53 parts up to r0p4. |
Will Deacon | df057cc | 2015-03-17 12:15:02 +0000 | [diff] [blame] | 430 | |
| 431 | If unsure, say Y. |
| 432 | |
Robert Richter | 9410097 | 2015-09-21 22:58:38 +0200 | [diff] [blame] | 433 | config CAVIUM_ERRATUM_22375 |
| 434 | bool "Cavium erratum 22375, 24313" |
| 435 | default y |
| 436 | help |
| 437 | Enable workaround for erratum 22375, 24313. |
| 438 | |
| 439 | This implements two gicv3-its errata workarounds for ThunderX. Both |
| 440 | with small impact affecting only ITS table allocation. |
| 441 | |
| 442 | erratum 22375: only alloc 8MB table size |
| 443 | erratum 24313: ignore memory access type |
| 444 | |
| 445 | The fixes are in ITS initialization and basically ignore memory access |
| 446 | type and table size provided by the TYPER and BASER registers. |
| 447 | |
| 448 | If unsure, say Y. |
| 449 | |
Ganapatrao Kulkarni | fbf8f40 | 2016-05-25 15:29:20 +0200 | [diff] [blame] | 450 | config CAVIUM_ERRATUM_23144 |
| 451 | bool "Cavium erratum 23144: ITS SYNC hang on dual socket system" |
| 452 | depends on NUMA |
| 453 | default y |
| 454 | help |
| 455 | ITS SYNC command hang for cross node io and collections/cpu mapping. |
| 456 | |
| 457 | If unsure, say Y. |
| 458 | |
Robert Richter | 6d4e11c | 2015-09-21 22:58:35 +0200 | [diff] [blame] | 459 | config CAVIUM_ERRATUM_23154 |
| 460 | bool "Cavium erratum 23154: Access to ICC_IAR1_EL1 is not sync'ed" |
| 461 | default y |
| 462 | help |
| 463 | The gicv3 of ThunderX requires a modified version for |
| 464 | reading the IAR status to ensure data synchronization |
| 465 | (access to icc_iar1_el1 is not sync'ed before and after). |
| 466 | |
| 467 | If unsure, say Y. |
| 468 | |
Andrew Pinski | 104a0c0 | 2016-02-24 17:44:57 -0800 | [diff] [blame] | 469 | config CAVIUM_ERRATUM_27456 |
| 470 | bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption" |
| 471 | default y |
| 472 | help |
| 473 | On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI |
| 474 | instructions may cause the icache to become corrupted if it |
| 475 | contains data for a non-current ASID. The fix is to |
| 476 | invalidate the icache when changing the mm context. |
| 477 | |
| 478 | If unsure, say Y. |
| 479 | |
Shanker Donthineni | 095635b | 2017-03-07 08:20:38 -0600 | [diff] [blame] | 480 | config QCOM_QDF2400_ERRATUM_0065 |
| 481 | bool "QDF2400 E0065: Incorrect GITS_TYPER.ITT_Entry_size" |
| 482 | default y |
| 483 | help |
| 484 | On Qualcomm Datacenter Technologies QDF2400 SoC, ITS hardware reports |
| 485 | ITE size incorrectly. The GITS_TYPER.ITT_Entry_size field should have |
| 486 | been indicated as 16Bytes (0xf), not 8Bytes (0x7). |
| 487 | |
| 488 | If unsure, say Y. |
| 489 | |
Andre Przywara | c0a01b8 | 2014-11-14 15:54:12 +0000 | [diff] [blame] | 490 | endmenu |
| 491 | |
| 492 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 493 | choice |
| 494 | prompt "Page size" |
| 495 | default ARM64_4K_PAGES |
| 496 | help |
| 497 | Page size (translation granule) configuration. |
| 498 | |
| 499 | config ARM64_4K_PAGES |
| 500 | bool "4KB" |
| 501 | help |
| 502 | This feature enables 4KB pages support. |
| 503 | |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 504 | config ARM64_16K_PAGES |
| 505 | bool "16KB" |
| 506 | help |
| 507 | The system will use 16KB pages support. AArch32 emulation |
| 508 | requires applications compiled with 16K (or a multiple of 16K) |
| 509 | aligned segments. |
| 510 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 511 | config ARM64_64K_PAGES |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 512 | bool "64KB" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 513 | help |
| 514 | This feature enables 64KB pages support (4KB by default) |
| 515 | allowing only two levels of page tables and faster TLB |
Suzuki K. Poulose | db488be | 2015-10-19 14:19:34 +0100 | [diff] [blame] | 516 | look-up. AArch32 emulation requires applications compiled |
| 517 | with 64K aligned segments. |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 518 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 519 | endchoice |
| 520 | |
| 521 | choice |
| 522 | prompt "Virtual address space size" |
| 523 | default ARM64_VA_BITS_39 if ARM64_4K_PAGES |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 524 | default ARM64_VA_BITS_47 if ARM64_16K_PAGES |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 525 | default ARM64_VA_BITS_42 if ARM64_64K_PAGES |
| 526 | help |
| 527 | Allows choosing one of multiple possible virtual address |
| 528 | space sizes. The level of translation table is determined by |
| 529 | a combination of page size and virtual address space size. |
| 530 | |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 531 | config ARM64_VA_BITS_36 |
Catalin Marinas | 56a3f30 | 2015-10-20 14:59:20 +0100 | [diff] [blame] | 532 | bool "36-bit" if EXPERT |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 533 | depends on ARM64_16K_PAGES |
| 534 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 535 | config ARM64_VA_BITS_39 |
| 536 | bool "39-bit" |
| 537 | depends on ARM64_4K_PAGES |
| 538 | |
| 539 | config ARM64_VA_BITS_42 |
| 540 | bool "42-bit" |
| 541 | depends on ARM64_64K_PAGES |
| 542 | |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 543 | config ARM64_VA_BITS_47 |
| 544 | bool "47-bit" |
| 545 | depends on ARM64_16K_PAGES |
| 546 | |
Jungseok Lee | c79b954 | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 547 | config ARM64_VA_BITS_48 |
| 548 | bool "48-bit" |
Jungseok Lee | c79b954 | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 549 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 550 | endchoice |
| 551 | |
| 552 | config ARM64_VA_BITS |
| 553 | int |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 554 | default 36 if ARM64_VA_BITS_36 |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 555 | default 39 if ARM64_VA_BITS_39 |
| 556 | default 42 if ARM64_VA_BITS_42 |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 557 | default 47 if ARM64_VA_BITS_47 |
Jungseok Lee | c79b954 | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 558 | default 48 if ARM64_VA_BITS_48 |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 559 | |
Will Deacon | a872013 | 2013-10-11 14:52:19 +0100 | [diff] [blame] | 560 | config CPU_BIG_ENDIAN |
| 561 | bool "Build big-endian kernel" |
| 562 | help |
| 563 | Say Y if you plan on running a kernel in big-endian mode. |
| 564 | |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 565 | config SCHED_MC |
| 566 | bool "Multi-core scheduler support" |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 567 | help |
| 568 | Multi-core scheduler support improves the CPU scheduler's decision |
| 569 | making when dealing with multi-core CPU chips at a cost of slightly |
| 570 | increased overhead in some places. If unsure say N here. |
| 571 | |
| 572 | config SCHED_SMT |
| 573 | bool "SMT scheduler support" |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 574 | help |
| 575 | Improves the CPU scheduler's decision making when dealing with |
| 576 | MultiThreading at a cost of slightly increased overhead in some |
| 577 | places. If unsure say N here. |
| 578 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 579 | config NR_CPUS |
Ganapatrao Kulkarni | 62aa965 | 2015-03-18 11:01:18 +0000 | [diff] [blame] | 580 | int "Maximum number of CPUs (2-4096)" |
| 581 | range 2 4096 |
Vinayak Kale | 1594285 | 2013-04-24 10:06:57 +0100 | [diff] [blame] | 582 | # These have to remain sorted largest to smallest |
Robert Richter | e367264 | 2014-09-08 12:44:48 +0100 | [diff] [blame] | 583 | default "64" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 584 | |
Mark Rutland | 9327e2c | 2013-10-24 20:30:18 +0100 | [diff] [blame] | 585 | config HOTPLUG_CPU |
| 586 | bool "Support for hot-pluggable CPUs" |
Yang Yingliang | 217d453 | 2015-09-24 17:32:14 +0800 | [diff] [blame] | 587 | select GENERIC_IRQ_MIGRATION |
Mark Rutland | 9327e2c | 2013-10-24 20:30:18 +0100 | [diff] [blame] | 588 | help |
| 589 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 590 | can be controlled through /sys/devices/system/cpu. |
| 591 | |
Kyle Yan | 54b1cef | 2017-01-09 14:19:25 -0800 | [diff] [blame] | 592 | # The GPIO number here must be sorted by descending number. In case of |
| 593 | # a multiplatform kernel, we just want the highest value required by the |
| 594 | # selected platforms. |
| 595 | config ARCH_NR_GPIO |
| 596 | int |
| 597 | default 1024 if ARCH_QCOM |
| 598 | default 256 |
| 599 | help |
| 600 | Maximum number of GPIOs in the system. |
| 601 | |
| 602 | If unsure, leave the default value. |
| 603 | |
Ganapatrao Kulkarni | 1a2db30 | 2016-04-08 15:50:27 -0700 | [diff] [blame] | 604 | # Common NUMA Features |
| 605 | config NUMA |
| 606 | bool "Numa Memory Allocation and Scheduler Support" |
Kefeng Wang | 0c2a6cc | 2016-09-26 15:36:50 +0800 | [diff] [blame] | 607 | select ACPI_NUMA if ACPI |
| 608 | select OF_NUMA |
Ganapatrao Kulkarni | 1a2db30 | 2016-04-08 15:50:27 -0700 | [diff] [blame] | 609 | help |
| 610 | Enable NUMA (Non Uniform Memory Access) support. |
| 611 | |
| 612 | The kernel will try to allocate memory used by a CPU on the |
| 613 | local memory of the CPU and add some more |
| 614 | NUMA awareness to the kernel. |
| 615 | |
| 616 | config NODES_SHIFT |
| 617 | int "Maximum NUMA Nodes (as a power of 2)" |
| 618 | range 1 10 |
| 619 | default "2" |
| 620 | depends on NEED_MULTIPLE_NODES |
| 621 | help |
| 622 | Specify the maximum number of NUMA Nodes available on the target |
| 623 | system. Increases memory reserved to accommodate various tables. |
| 624 | |
| 625 | config USE_PERCPU_NUMA_NODE_ID |
| 626 | def_bool y |
| 627 | depends on NUMA |
| 628 | |
Zhen Lei | 7af3a0a | 2016-09-01 14:55:00 +0800 | [diff] [blame] | 629 | config HAVE_SETUP_PER_CPU_AREA |
| 630 | def_bool y |
| 631 | depends on NUMA |
| 632 | |
| 633 | config NEED_PER_CPU_EMBED_FIRST_CHUNK |
| 634 | def_bool y |
| 635 | depends on NUMA |
| 636 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 637 | source kernel/Kconfig.preempt |
Kefeng Wang | f90df5e | 2015-10-26 11:48:16 +0800 | [diff] [blame] | 638 | source kernel/Kconfig.hz |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 639 | |
Laura Abbott | 83863f2 | 2016-02-05 16:24:47 -0800 | [diff] [blame] | 640 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
| 641 | def_bool y |
| 642 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 643 | config ARCH_HAS_HOLES_MEMORYMODEL |
| 644 | def_bool y if SPARSEMEM |
| 645 | |
| 646 | config ARCH_SPARSEMEM_ENABLE |
| 647 | def_bool y |
| 648 | select SPARSEMEM_VMEMMAP_ENABLE |
| 649 | |
| 650 | config ARCH_SPARSEMEM_DEFAULT |
| 651 | def_bool ARCH_SPARSEMEM_ENABLE |
| 652 | |
| 653 | config ARCH_SELECT_MEMORY_MODEL |
| 654 | def_bool ARCH_SPARSEMEM_ENABLE |
| 655 | |
| 656 | config HAVE_ARCH_PFN_VALID |
| 657 | def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM |
| 658 | |
| 659 | config HW_PERF_EVENTS |
Mark Rutland | 6475b2d | 2015-10-02 10:55:03 +0100 | [diff] [blame] | 660 | def_bool y |
| 661 | depends on ARM_PMU |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 662 | |
Steve Capper | 084bd29 | 2013-04-10 13:48:00 +0100 | [diff] [blame] | 663 | config SYS_SUPPORTS_HUGETLBFS |
| 664 | def_bool y |
| 665 | |
Steve Capper | 084bd29 | 2013-04-10 13:48:00 +0100 | [diff] [blame] | 666 | config ARCH_WANT_HUGE_PMD_SHARE |
Suzuki K. Poulose | 2153993 | 2015-10-19 14:19:38 +0100 | [diff] [blame] | 667 | 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] | 668 | |
Catalin Marinas | a41dc0e | 2014-04-03 17:48:54 +0100 | [diff] [blame] | 669 | config ARCH_HAS_CACHE_LINE_SIZE |
| 670 | def_bool y |
| 671 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 672 | source "mm/Kconfig" |
| 673 | |
Patrick Daly | 50d8bce | 2016-12-13 20:17:41 -0800 | [diff] [blame] | 674 | config ARM64_DMA_USE_IOMMU |
| 675 | bool "ARM64 DMA iommu integration" |
| 676 | select ARM_HAS_SG_CHAIN |
| 677 | select NEED_SG_DMA_LENGTH |
| 678 | help |
| 679 | Enable using iommu through the standard dma apis. |
| 680 | dma_alloc_coherent() will allocate scatter-gather memory |
| 681 | which is made virtually contiguous via iommu. |
| 682 | Enable if system contains IOMMU hardware. |
| 683 | |
| 684 | if ARM64_DMA_USE_IOMMU |
| 685 | |
| 686 | config ARM64_DMA_IOMMU_ALIGNMENT |
| 687 | int "Maximum PAGE_SIZE order of alignment for DMA IOMMU buffers" |
| 688 | range 4 9 |
Shiraz Hashim | 4f40463 | 2017-04-10 08:34:46 +0530 | [diff] [blame] | 689 | default 9 |
Patrick Daly | 50d8bce | 2016-12-13 20:17:41 -0800 | [diff] [blame] | 690 | help |
| 691 | DMA mapping framework by default aligns all buffers to the smallest |
| 692 | PAGE_SIZE order which is greater than or equal to the requested buffer |
| 693 | size. This works well for buffers up to a few hundreds kilobytes, but |
| 694 | for larger buffers it just a waste of address space. Drivers which has |
| 695 | relatively small addressing window (like 64Mib) might run out of |
| 696 | virtual space with just a few allocations. |
| 697 | |
| 698 | With this parameter you can specify the maximum PAGE_SIZE order for |
| 699 | DMA IOMMU buffers. Larger buffers will be aligned only to this |
| 700 | specified order. The order is expressed as a power of two multiplied |
| 701 | by the PAGE_SIZE. |
| 702 | |
| 703 | endif |
| 704 | |
AKASHI Takahiro | a1ae65b | 2014-11-28 05:26:39 +0000 | [diff] [blame] | 705 | config SECCOMP |
| 706 | bool "Enable seccomp to safely compute untrusted bytecode" |
| 707 | ---help--- |
| 708 | This kernel feature is useful for number crunching applications |
| 709 | that may need to compute untrusted bytecode during their |
| 710 | execution. By using pipes or other transports made available to |
| 711 | the process as file descriptors supporting the read/write |
| 712 | syscalls, it's possible to isolate those applications in |
| 713 | their own address space using seccomp. Once seccomp is |
| 714 | enabled via prctl(PR_SET_SECCOMP), it cannot be disabled |
| 715 | and the task is only allowed to execute a few safe syscalls |
| 716 | defined by each seccomp mode. |
| 717 | |
Stefano Stabellini | dfd57bc | 2015-11-23 10:33:49 +0000 | [diff] [blame] | 718 | config PARAVIRT |
| 719 | bool "Enable paravirtualization code" |
| 720 | help |
| 721 | This changes the kernel so it can modify itself when it is run |
| 722 | under a hypervisor, potentially improving performance significantly |
| 723 | over full virtualization. |
| 724 | |
| 725 | config PARAVIRT_TIME_ACCOUNTING |
| 726 | bool "Paravirtual steal time accounting" |
| 727 | select PARAVIRT |
| 728 | default n |
| 729 | help |
| 730 | Select this option to enable fine granularity task steal time |
| 731 | accounting. Time spent executing other tasks in parallel with |
| 732 | the current vCPU is discounted from the vCPU power. To account for |
| 733 | that, there can be a small performance impact. |
| 734 | |
| 735 | If in doubt, say N here. |
| 736 | |
Geoff Levand | d28f6df | 2016-06-23 17:54:48 +0000 | [diff] [blame] | 737 | config KEXEC |
| 738 | depends on PM_SLEEP_SMP |
| 739 | select KEXEC_CORE |
| 740 | bool "kexec system call" |
| 741 | ---help--- |
| 742 | kexec is a system call that implements the ability to shutdown your |
| 743 | current kernel, and to start another kernel. It is like a reboot |
| 744 | but it is independent of the system firmware. And like a reboot |
| 745 | you can start any kernel with it, not just Linux. |
| 746 | |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 747 | config XEN_DOM0 |
| 748 | def_bool y |
| 749 | depends on XEN |
| 750 | |
| 751 | config XEN |
Julien Grall | c2ba1f7 | 2014-09-17 14:07:06 -0700 | [diff] [blame] | 752 | bool "Xen guest support on ARM64" |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 753 | depends on ARM64 && OF |
Stefano Stabellini | 83862cc | 2013-10-10 13:40:44 +0000 | [diff] [blame] | 754 | select SWIOTLB_XEN |
Stefano Stabellini | dfd57bc | 2015-11-23 10:33:49 +0000 | [diff] [blame] | 755 | select PARAVIRT |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 756 | help |
| 757 | Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64. |
| 758 | |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 759 | config FORCE_MAX_ZONEORDER |
| 760 | int |
| 761 | default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE) |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 762 | default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE) |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 763 | default "11" |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 764 | help |
| 765 | The kernel memory allocator divides physically contiguous memory |
| 766 | blocks into "zones", where each zone is a power of two number of |
| 767 | pages. This option selects the largest power of two that the kernel |
| 768 | keeps in the memory allocator. If you need to allocate very large |
| 769 | blocks of physically contiguous memory, then you may need to |
| 770 | increase this value. |
| 771 | |
| 772 | This config option is actually maximum order plus one. For example, |
| 773 | a value of 11 means that the largest free memory block is 2^10 pages. |
| 774 | |
| 775 | We make sure that we can allocate upto a HugePage size for each configuration. |
| 776 | Hence we have : |
| 777 | MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2 |
| 778 | |
| 779 | However for 4K, we choose a higher default value, 11 as opposed to 10, giving us |
| 780 | 4M allocations matching the default size used by generic code. |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 781 | |
Will Deacon | 1b907f4 | 2014-11-20 16:51:10 +0000 | [diff] [blame] | 782 | menuconfig ARMV8_DEPRECATED |
| 783 | bool "Emulate deprecated/obsolete ARMv8 instructions" |
| 784 | depends on COMPAT |
| 785 | help |
| 786 | Legacy software support may require certain instructions |
| 787 | that have been deprecated or obsoleted in the architecture. |
| 788 | |
| 789 | Enable this config to enable selective emulation of these |
| 790 | features. |
| 791 | |
| 792 | If unsure, say Y |
| 793 | |
| 794 | if ARMV8_DEPRECATED |
| 795 | |
| 796 | config SWP_EMULATION |
| 797 | bool "Emulate SWP/SWPB instructions" |
| 798 | help |
| 799 | ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that |
| 800 | they are always undefined. Say Y here to enable software |
| 801 | emulation of these instructions for userspace using LDXR/STXR. |
| 802 | |
| 803 | In some older versions of glibc [<=2.8] SWP is used during futex |
| 804 | trylock() operations with the assumption that the code will not |
| 805 | be preempted. This invalid assumption may be more likely to fail |
| 806 | with SWP emulation enabled, leading to deadlock of the user |
| 807 | application. |
| 808 | |
| 809 | NOTE: when accessing uncached shared regions, LDXR/STXR rely |
| 810 | on an external transaction monitoring block called a global |
| 811 | monitor to maintain update atomicity. If your system does not |
| 812 | implement a global monitor, this option can cause programs that |
| 813 | perform SWP operations to uncached memory to deadlock. |
| 814 | |
| 815 | If unsure, say Y |
| 816 | |
| 817 | config CP15_BARRIER_EMULATION |
| 818 | bool "Emulate CP15 Barrier instructions" |
| 819 | help |
| 820 | The CP15 barrier instructions - CP15ISB, CP15DSB, and |
| 821 | CP15DMB - are deprecated in ARMv8 (and ARMv7). It is |
| 822 | strongly recommended to use the ISB, DSB, and DMB |
| 823 | instructions instead. |
| 824 | |
| 825 | Say Y here to enable software emulation of these |
| 826 | instructions for AArch32 userspace code. When this option is |
| 827 | enabled, CP15 barrier usage is traced which can help |
| 828 | identify software that needs updating. |
| 829 | |
| 830 | If unsure, say Y |
| 831 | |
Suzuki K. Poulose | 2d888f4 | 2015-01-21 12:43:11 +0000 | [diff] [blame] | 832 | config SETEND_EMULATION |
| 833 | bool "Emulate SETEND instruction" |
| 834 | help |
| 835 | The SETEND instruction alters the data-endianness of the |
| 836 | AArch32 EL0, and is deprecated in ARMv8. |
| 837 | |
| 838 | Say Y here to enable software emulation of the instruction |
| 839 | for AArch32 userspace code. |
| 840 | |
| 841 | Note: All the cpus on the system must have mixed endian support at EL0 |
| 842 | for this feature to be enabled. If a new CPU - which doesn't support mixed |
| 843 | endian - is hotplugged in after this feature has been enabled, there could |
| 844 | be unexpected results in the applications. |
| 845 | |
| 846 | If unsure, say Y |
Will Deacon | 1b907f4 | 2014-11-20 16:51:10 +0000 | [diff] [blame] | 847 | endif |
| 848 | |
Catalin Marinas | 048871b | 2016-07-01 18:25:31 +0100 | [diff] [blame] | 849 | config ARM64_SW_TTBR0_PAN |
Catalin Marinas | 7285f41 | 2016-07-01 18:25:31 +0100 | [diff] [blame] | 850 | bool "Emulate Privileged Access Never using TTBR0_EL1 switching" |
Catalin Marinas | 048871b | 2016-07-01 18:25:31 +0100 | [diff] [blame] | 851 | help |
| 852 | Enabling this option prevents the kernel from accessing |
| 853 | user-space memory directly by pointing TTBR0_EL1 to a reserved |
| 854 | zeroed area and reserved ASID. The user access routines |
| 855 | restore the valid TTBR0_EL1 temporarily. |
| 856 | |
Will Deacon | 0e4a070 | 2015-07-27 15:54:13 +0100 | [diff] [blame] | 857 | menu "ARMv8.1 architectural features" |
| 858 | |
| 859 | config ARM64_HW_AFDBM |
| 860 | bool "Support for hardware updates of the Access and Dirty page flags" |
| 861 | default y |
| 862 | help |
| 863 | The ARMv8.1 architecture extensions introduce support for |
| 864 | hardware updates of the access and dirty information in page |
| 865 | table entries. When enabled in TCR_EL1 (HA and HD bits) on |
| 866 | capable processors, accesses to pages with PTE_AF cleared will |
| 867 | set this bit instead of raising an access flag fault. |
| 868 | Similarly, writes to read-only pages with the DBM bit set will |
| 869 | clear the read-only bit (AP[2]) instead of raising a |
| 870 | permission fault. |
| 871 | |
| 872 | Kernels built with this configuration option enabled continue |
| 873 | to work on pre-ARMv8.1 hardware and the performance impact is |
| 874 | minimal. If unsure, say Y. |
| 875 | |
| 876 | config ARM64_PAN |
| 877 | bool "Enable support for Privileged Access Never (PAN)" |
| 878 | default y |
| 879 | help |
| 880 | Privileged Access Never (PAN; part of the ARMv8.1 Extensions) |
| 881 | prevents the kernel or hypervisor from accessing user-space (EL0) |
| 882 | memory directly. |
| 883 | |
| 884 | Choosing this option will cause any unprotected (not using |
| 885 | copy_to_user et al) memory access to fail with a permission fault. |
| 886 | |
| 887 | The feature is detected at runtime, and will remain as a 'nop' |
| 888 | instruction if the cpu does not implement the feature. |
| 889 | |
| 890 | config ARM64_LSE_ATOMICS |
| 891 | bool "Atomic instructions" |
| 892 | help |
| 893 | As part of the Large System Extensions, ARMv8.1 introduces new |
| 894 | atomic instructions that are designed specifically to scale in |
| 895 | very large systems. |
| 896 | |
| 897 | Say Y here to make use of these instructions for the in-kernel |
| 898 | atomic routines. This incurs a small overhead on CPUs that do |
| 899 | not support these instructions and requires the kernel to be |
| 900 | built with binutils >= 2.25. |
| 901 | |
Marc Zyngier | 1f364c8 | 2014-02-19 09:33:14 +0000 | [diff] [blame] | 902 | config ARM64_VHE |
| 903 | bool "Enable support for Virtualization Host Extensions (VHE)" |
| 904 | default y |
| 905 | help |
| 906 | Virtualization Host Extensions (VHE) allow the kernel to run |
| 907 | directly at EL2 (instead of EL1) on processors that support |
| 908 | it. This leads to better performance for KVM, as they reduce |
| 909 | the cost of the world switch. |
| 910 | |
| 911 | Selecting this option allows the VHE feature to be detected |
| 912 | at runtime, and does not affect processors that do not |
| 913 | implement this feature. |
| 914 | |
Will Deacon | 0e4a070 | 2015-07-27 15:54:13 +0100 | [diff] [blame] | 915 | endmenu |
| 916 | |
Will Deacon | f993318 | 2016-02-26 16:30:14 +0000 | [diff] [blame] | 917 | menu "ARMv8.2 architectural features" |
| 918 | |
James Morse | 57f4959 | 2016-02-05 14:58:48 +0000 | [diff] [blame] | 919 | config ARM64_UAO |
| 920 | bool "Enable support for User Access Override (UAO)" |
| 921 | default y |
| 922 | help |
| 923 | User Access Override (UAO; part of the ARMv8.2 Extensions) |
| 924 | causes the 'unprivileged' variant of the load/store instructions to |
| 925 | be overriden to be privileged. |
| 926 | |
| 927 | This option changes get_user() and friends to use the 'unprivileged' |
| 928 | variant of the load/store instructions. This ensures that user-space |
| 929 | really did have access to the supplied memory. When addr_limit is |
| 930 | set to kernel memory the UAO bit will be set, allowing privileged |
| 931 | access to kernel memory. |
| 932 | |
| 933 | Choosing this option will cause copy_to_user() et al to use user-space |
| 934 | memory permissions. |
| 935 | |
| 936 | The feature is detected at runtime, the kernel will use the |
| 937 | regular load/store instructions if the cpu does not implement the |
| 938 | feature. |
| 939 | |
Will Deacon | f993318 | 2016-02-26 16:30:14 +0000 | [diff] [blame] | 940 | endmenu |
| 941 | |
Ard Biesheuvel | fd045f6 | 2015-11-24 12:37:35 +0100 | [diff] [blame] | 942 | config ARM64_MODULE_CMODEL_LARGE |
| 943 | bool |
| 944 | |
| 945 | config ARM64_MODULE_PLTS |
| 946 | bool |
| 947 | select ARM64_MODULE_CMODEL_LARGE |
| 948 | select HAVE_MOD_ARCH_SPECIFIC |
| 949 | |
Ard Biesheuvel | 1e48ef7 | 2016-01-26 09:13:44 +0100 | [diff] [blame] | 950 | config RELOCATABLE |
| 951 | bool |
| 952 | help |
| 953 | This builds the kernel as a Position Independent Executable (PIE), |
| 954 | which retains all relocation metadata required to relocate the |
| 955 | kernel binary at runtime to a different virtual address than the |
| 956 | address it was linked at. |
| 957 | Since AArch64 uses the RELA relocation format, this requires a |
| 958 | relocation pass at runtime even if the kernel is loaded at the |
| 959 | same address it was linked at. |
| 960 | |
Ard Biesheuvel | f80fb3a | 2016-01-26 14:12:01 +0100 | [diff] [blame] | 961 | config RANDOMIZE_BASE |
| 962 | bool "Randomize the address of the kernel image" |
Catalin Marinas | b9c220b | 2016-07-26 10:16:55 -0700 | [diff] [blame] | 963 | select ARM64_MODULE_PLTS if MODULES |
Ard Biesheuvel | f80fb3a | 2016-01-26 14:12:01 +0100 | [diff] [blame] | 964 | select RELOCATABLE |
| 965 | help |
| 966 | Randomizes the virtual address at which the kernel image is |
| 967 | loaded, as a security feature that deters exploit attempts |
| 968 | relying on knowledge of the location of kernel internals. |
| 969 | |
| 970 | It is the bootloader's job to provide entropy, by passing a |
| 971 | random u64 value in /chosen/kaslr-seed at kernel entry. |
| 972 | |
Ard Biesheuvel | 2b5fe07 | 2016-01-26 14:48:29 +0100 | [diff] [blame] | 973 | When booting via the UEFI stub, it will invoke the firmware's |
| 974 | EFI_RNG_PROTOCOL implementation (if available) to supply entropy |
| 975 | to the kernel proper. In addition, it will randomise the physical |
| 976 | location of the kernel Image as well. |
| 977 | |
Ard Biesheuvel | f80fb3a | 2016-01-26 14:12:01 +0100 | [diff] [blame] | 978 | If unsure, say N. |
| 979 | |
| 980 | config RANDOMIZE_MODULE_REGION_FULL |
| 981 | bool "Randomize the module region independently from the core kernel" |
Ard Biesheuvel | 8fe88a4 | 2016-10-17 16:18:39 +0100 | [diff] [blame] | 982 | depends on RANDOMIZE_BASE && !DYNAMIC_FTRACE |
Ard Biesheuvel | f80fb3a | 2016-01-26 14:12:01 +0100 | [diff] [blame] | 983 | default y |
| 984 | help |
| 985 | Randomizes the location of the module region without considering the |
| 986 | location of the core kernel. This way, it is impossible for modules |
| 987 | to leak information about the location of core kernel data structures |
| 988 | but it does imply that function calls between modules and the core |
| 989 | kernel will need to be resolved via veneers in the module PLT. |
| 990 | |
| 991 | When this option is not set, the module region will be randomized over |
| 992 | a limited range that contains the [_stext, _etext] interval of the |
| 993 | core kernel, so branch relocations are always in range. |
| 994 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 995 | endmenu |
| 996 | |
| 997 | menu "Boot options" |
| 998 | |
Lorenzo Pieralisi | 5e89c55 | 2016-01-26 11:10:38 +0000 | [diff] [blame] | 999 | config ARM64_ACPI_PARKING_PROTOCOL |
| 1000 | bool "Enable support for the ARM64 ACPI parking protocol" |
| 1001 | depends on ACPI |
| 1002 | help |
| 1003 | Enable support for the ARM64 ACPI parking protocol. If disabled |
| 1004 | the kernel will not allow booting through the ARM64 ACPI parking |
| 1005 | protocol even if the corresponding data is present in the ACPI |
| 1006 | MADT table. |
| 1007 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1008 | config CMDLINE |
| 1009 | string "Default kernel command string" |
| 1010 | default "" |
| 1011 | help |
| 1012 | Provide a set of default command-line options at build time by |
| 1013 | entering them here. As a minimum, you should specify the the |
| 1014 | root device (e.g. root=/dev/nfs). |
| 1015 | |
Colin Cross | 74157da | 2014-04-02 18:02:15 -0700 | [diff] [blame] | 1016 | choice |
| 1017 | prompt "Kernel command line type" if CMDLINE != "" |
| 1018 | default CMDLINE_FROM_BOOTLOADER |
| 1019 | |
| 1020 | config CMDLINE_FROM_BOOTLOADER |
| 1021 | bool "Use bootloader kernel arguments if available" |
| 1022 | help |
| 1023 | Uses the command-line options passed by the boot loader. If |
| 1024 | the boot loader doesn't provide any, the default kernel command |
| 1025 | string provided in CMDLINE will be used. |
| 1026 | |
| 1027 | config CMDLINE_EXTEND |
| 1028 | bool "Extend bootloader kernel arguments" |
| 1029 | help |
| 1030 | The command-line arguments provided by the boot loader will be |
| 1031 | appended to the default kernel command string. |
| 1032 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1033 | config CMDLINE_FORCE |
| 1034 | bool "Always use the default kernel command string" |
| 1035 | help |
| 1036 | Always use the default kernel command string, even if the boot |
| 1037 | loader passes other arguments to the kernel. |
| 1038 | This is useful if you cannot or don't want to change the |
| 1039 | command-line options your boot loader passes to the kernel. |
Colin Cross | 74157da | 2014-04-02 18:02:15 -0700 | [diff] [blame] | 1040 | endchoice |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1041 | |
Ard Biesheuvel | f4f75ad5 | 2014-07-02 14:54:43 +0200 | [diff] [blame] | 1042 | config EFI_STUB |
| 1043 | bool |
| 1044 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 1045 | config EFI |
| 1046 | bool "UEFI runtime support" |
| 1047 | depends on OF && !CPU_BIG_ENDIAN |
| 1048 | select LIBFDT |
| 1049 | select UCS2_STRING |
| 1050 | select EFI_PARAMS_FROM_FDT |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 1051 | select EFI_RUNTIME_WRAPPERS |
Ard Biesheuvel | f4f75ad5 | 2014-07-02 14:54:43 +0200 | [diff] [blame] | 1052 | select EFI_STUB |
| 1053 | select EFI_ARMSTUB |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 1054 | default y |
| 1055 | help |
| 1056 | This option provides support for runtime services provided |
| 1057 | by UEFI firmware (such as non-volatile variables, realtime |
Mark Salter | 3c7f255 | 2014-04-15 22:47:52 -0400 | [diff] [blame] | 1058 | clock, and platform reset). A UEFI stub is also provided to |
| 1059 | allow the kernel to be booted as an EFI application. This |
| 1060 | is only useful on systems that have UEFI firmware. |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 1061 | |
Yi Li | d1ae8c0 | 2014-10-04 23:46:43 +0800 | [diff] [blame] | 1062 | config DMI |
| 1063 | bool "Enable support for SMBIOS (DMI) tables" |
| 1064 | depends on EFI |
| 1065 | default y |
| 1066 | help |
| 1067 | This enables SMBIOS/DMI feature for systems. |
| 1068 | |
| 1069 | This option is only useful on systems that have UEFI firmware. |
| 1070 | However, even with this option, the resultant kernel should |
| 1071 | continue to boot on existing non-UEFI platforms. |
| 1072 | |
Alex Ray | e2d9f0a | 2014-03-17 13:44:01 -0700 | [diff] [blame] | 1073 | config BUILD_ARM64_APPENDED_DTB_IMAGE |
| 1074 | bool "Build a concatenated Image.gz/dtb by default" |
| 1075 | depends on OF |
| 1076 | help |
| 1077 | Enabling this option will cause a concatenated Image.gz and list of |
| 1078 | DTBs to be built by default (instead of a standalone Image.gz.) |
| 1079 | The image will built in arch/arm64/boot/Image.gz-dtb |
| 1080 | |
Dmitry Shmidt | 4bdcc93 | 2017-03-28 13:30:18 -0700 | [diff] [blame] | 1081 | choice |
| 1082 | prompt "Appended DTB Kernel Image name" |
| 1083 | depends on BUILD_ARM64_APPENDED_DTB_IMAGE |
| 1084 | help |
| 1085 | Enabling this option will cause a specific kernel image Image or |
| 1086 | Image.gz to be used for final image creation. |
| 1087 | The image will built in arch/arm64/boot/IMAGE-NAME-dtb |
| 1088 | |
| 1089 | config IMG_GZ_DTB |
| 1090 | bool "Image.gz-dtb" |
| 1091 | config IMG_DTB |
| 1092 | bool "Image-dtb" |
| 1093 | endchoice |
| 1094 | |
| 1095 | config BUILD_ARM64_APPENDED_KERNEL_IMAGE_NAME |
| 1096 | string |
| 1097 | depends on BUILD_ARM64_APPENDED_DTB_IMAGE |
| 1098 | default "Image.gz-dtb" if IMG_GZ_DTB |
| 1099 | default "Image-dtb" if IMG_DTB |
| 1100 | |
Alex Ray | e2d9f0a | 2014-03-17 13:44:01 -0700 | [diff] [blame] | 1101 | config BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES |
| 1102 | string "Default dtb names" |
| 1103 | depends on BUILD_ARM64_APPENDED_DTB_IMAGE |
| 1104 | help |
| 1105 | Space separated list of names of dtbs to append when |
| 1106 | building a concatenated Image.gz-dtb. |
| 1107 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1108 | endmenu |
| 1109 | |
| 1110 | menu "Userspace binary formats" |
| 1111 | |
| 1112 | source "fs/Kconfig.binfmt" |
| 1113 | |
| 1114 | config COMPAT |
| 1115 | bool "Kernel support for 32-bit EL0" |
Suzuki K. Poulose | 755e70b | 2015-10-19 14:19:32 +0100 | [diff] [blame] | 1116 | depends on ARM64_4K_PAGES || EXPERT |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1117 | select COMPAT_BINFMT_ELF |
Catalin Marinas | af1839e | 2012-10-08 16:28:08 -0700 | [diff] [blame] | 1118 | select HAVE_UID16 |
Al Viro | 84b9e9b | 2012-12-25 16:29:11 -0500 | [diff] [blame] | 1119 | select OLD_SIGSUSPEND3 |
Al Viro | 5168203 | 2012-12-25 19:31:29 -0500 | [diff] [blame] | 1120 | select COMPAT_OLD_SIGACTION |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1121 | help |
| 1122 | This option enables support for a 32-bit EL0 running under a 64-bit |
| 1123 | kernel at EL1. AArch32-specific components such as system calls, |
| 1124 | the user helper functions, VFP support and the ptrace interface are |
| 1125 | handled appropriately by the kernel. |
| 1126 | |
Suzuki K. Poulose | 44eaacf | 2015-10-19 14:19:37 +0100 | [diff] [blame] | 1127 | If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware |
| 1128 | that you will only be able to execute AArch32 binaries that were compiled |
| 1129 | with page size aligned segments. |
Alexander Graf | a8fcd8b | 2015-03-16 16:32:23 +0000 | [diff] [blame] | 1130 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1131 | If you want to execute 32-bit userspace applications, say Y. |
| 1132 | |
| 1133 | config SYSVIPC_COMPAT |
| 1134 | def_bool y |
| 1135 | depends on COMPAT && SYSVIPC |
| 1136 | |
| 1137 | endmenu |
| 1138 | |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 1139 | menu "Power management options" |
| 1140 | |
| 1141 | source "kernel/power/Kconfig" |
| 1142 | |
James Morse | 82869ac | 2016-04-27 17:47:12 +0100 | [diff] [blame] | 1143 | config ARCH_HIBERNATION_POSSIBLE |
| 1144 | def_bool y |
| 1145 | depends on CPU_PM |
| 1146 | |
| 1147 | config ARCH_HIBERNATION_HEADER |
| 1148 | def_bool y |
| 1149 | depends on HIBERNATION |
| 1150 | |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 1151 | config ARCH_SUSPEND_POSSIBLE |
| 1152 | def_bool y |
| 1153 | |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 1154 | endmenu |
| 1155 | |
Lorenzo Pieralisi | 1307220 | 2013-07-17 14:54:21 +0100 | [diff] [blame] | 1156 | menu "CPU Power Management" |
| 1157 | |
| 1158 | source "drivers/cpuidle/Kconfig" |
| 1159 | |
Rob Herring | 52e7e81 | 2014-02-24 11:27:57 +0900 | [diff] [blame] | 1160 | source "drivers/cpufreq/Kconfig" |
| 1161 | |
| 1162 | endmenu |
| 1163 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1164 | source "net/Kconfig" |
| 1165 | |
| 1166 | source "drivers/Kconfig" |
| 1167 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 1168 | source "drivers/firmware/Kconfig" |
| 1169 | |
Graeme Gregory | b6a0217 | 2015-03-24 14:02:53 +0000 | [diff] [blame] | 1170 | source "drivers/acpi/Kconfig" |
| 1171 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1172 | source "fs/Kconfig" |
| 1173 | |
Marc Zyngier | c3eb5b1 | 2013-07-04 13:34:32 +0100 | [diff] [blame] | 1174 | source "arch/arm64/kvm/Kconfig" |
| 1175 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1176 | source "arch/arm64/Kconfig.debug" |
| 1177 | |
| 1178 | source "security/Kconfig" |
| 1179 | |
| 1180 | source "crypto/Kconfig" |
Ard Biesheuvel | 2c98833 | 2014-03-06 16:23:33 +0800 | [diff] [blame] | 1181 | if CRYPTO |
| 1182 | source "arch/arm64/crypto/Kconfig" |
| 1183 | endif |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1184 | |
| 1185 | source "lib/Kconfig" |