Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 1 | config ARM64 |
| 2 | def_bool y |
Arun Chandran | 9298040 | 2014-10-10 12:31:24 +0100 | [diff] [blame] | 3 | select ARCH_BINFMT_ELF_RANDOMIZE_PIE |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 4 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
Laura Abbott | 308c09f | 2014-08-08 14:23:25 -0700 | [diff] [blame] | 5 | select ARCH_HAS_SG_CHAIN |
Lorenzo Pieralisi | 1f85008 | 2013-09-04 10:55:17 +0100 | [diff] [blame] | 6 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
Sudeep Holla | c63c870 | 2014-05-09 10:33:01 +0100 | [diff] [blame] | 7 | select ARCH_USE_CMPXCHG_LOCKREF |
Peter Zijlstra | 4badad3 | 2014-06-06 19:53:16 +0200 | [diff] [blame] | 8 | select ARCH_SUPPORTS_ATOMIC_RMW |
Arnd Bergmann | 9170100 | 2013-02-21 11:42:57 +0100 | [diff] [blame] | 9 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Will Deacon | 6212a51 | 2012-11-07 14:16:28 +0000 | [diff] [blame] | 10 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION |
Catalin Marinas | b6f3598 | 2013-01-29 18:25:41 +0000 | [diff] [blame] | 11 | select ARCH_WANT_FRAME_POINTERS |
Catalin Marinas | 25c92a3 | 2012-12-18 15:26:13 +0000 | [diff] [blame] | 12 | select ARM_AMBA |
Mark Rutland | 1aee5d7 | 2012-11-20 10:06:00 +0000 | [diff] [blame] | 13 | select ARM_ARCH_TIMER |
Catalin Marinas | c4188ed | 2013-01-14 12:39:31 +0000 | [diff] [blame] | 14 | select ARM_GIC |
AKASHI Takahiro | 875cbf3 | 2014-07-04 08:28:30 +0100 | [diff] [blame] | 15 | select AUDIT_ARCH_COMPAT_GENERIC |
Marc Zyngier | 021f653 | 2014-06-30 16:01:31 +0100 | [diff] [blame] | 16 | select ARM_GIC_V3 |
Will Deacon | adace89 | 2013-05-08 17:29:24 +0100 | [diff] [blame] | 17 | select BUILDTIME_EXTABLE_SORT |
Catalin Marinas | db2789b | 2012-12-18 15:27:25 +0000 | [diff] [blame] | 18 | select CLONE_BACKWARDS |
Deepak Saxena | 7ca2ef3 | 2012-09-22 10:33:36 -0700 | [diff] [blame] | 19 | select COMMON_CLK |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 20 | select CPU_PM if (SUSPEND || CPU_IDLE) |
Will Deacon | 7bc13fd | 2013-11-06 19:32:13 +0000 | [diff] [blame] | 21 | select DCACHE_WORD_ACCESS |
Laura Abbott | d4932f9 | 2014-10-09 15:26:44 -0700 | [diff] [blame] | 22 | select GENERIC_ALLOCATOR |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 23 | select GENERIC_CLOCKEVENTS |
Lorenzo Pieralisi | 1f85008 | 2013-09-04 10:55:17 +0100 | [diff] [blame] | 24 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
Ard Biesheuvel | 3be1a5c | 2014-03-04 01:10:04 +0000 | [diff] [blame] | 25 | select GENERIC_CPU_AUTOPROBE |
Mark Salter | bf4b558 | 2014-04-07 15:39:52 -0700 | [diff] [blame] | 26 | select GENERIC_EARLY_IOREMAP |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 27 | select GENERIC_IOMAP |
| 28 | select GENERIC_IRQ_PROBE |
| 29 | select GENERIC_IRQ_SHOW |
Stephen Boyd | 65cd4f6 | 2013-07-18 16:21:18 -0700 | [diff] [blame] | 30 | select GENERIC_SCHED_CLOCK |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 31 | select GENERIC_SMP_IDLE_THREAD |
Will Deacon | 12a0ef7 | 2013-11-06 17:20:22 +0000 | [diff] [blame] | 32 | select GENERIC_STRNCPY_FROM_USER |
| 33 | select GENERIC_STRNLEN_USER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 34 | select GENERIC_TIME_VSYSCALL |
Marc Zyngier | a1ddc74 | 2014-08-26 11:03:17 +0100 | [diff] [blame] | 35 | select HANDLE_DOMAIN_IRQ |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 36 | select HARDIRQS_SW_RESEND |
Steve Capper | 5284e1b | 2014-10-24 13:22:20 +0100 | [diff] [blame] | 37 | select HAVE_ALIGNED_STRUCT_PAGE if SLUB |
AKASHI Takahiro | 875cbf3 | 2014-07-04 08:28:30 +0100 | [diff] [blame] | 38 | select HAVE_ARCH_AUDITSYSCALL |
Jiang Liu | 9732caf | 2014-01-07 22:17:13 +0800 | [diff] [blame] | 39 | select HAVE_ARCH_JUMP_LABEL |
Vijaya Kumar K | 9529247 | 2014-01-28 11:20:22 +0000 | [diff] [blame] | 40 | select HAVE_ARCH_KGDB |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 41 | select HAVE_ARCH_TRACEHOOK |
Zi Shen Lim | e54bcde | 2014-08-26 21:15:30 -0700 | [diff] [blame] | 42 | select HAVE_BPF_JIT |
AKASHI Takahiro | af64d2a | 2014-04-30 10:54:32 +0100 | [diff] [blame] | 43 | select HAVE_C_RECORDMCOUNT |
Laura Abbott | c0c264a | 2014-06-25 23:55:03 +0100 | [diff] [blame] | 44 | select HAVE_CC_STACKPROTECTOR |
Steve Capper | 5284e1b | 2014-10-24 13:22:20 +0100 | [diff] [blame] | 45 | select HAVE_CMPXCHG_DOUBLE |
Catalin Marinas | 9b2a60c | 2012-10-08 16:28:13 -0700 | [diff] [blame] | 46 | select HAVE_DEBUG_BUGVERBOSE |
Catalin Marinas | b69ec42 | 2012-10-08 16:28:11 -0700 | [diff] [blame] | 47 | select HAVE_DEBUG_KMEMLEAK |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 48 | select HAVE_DMA_API_DEBUG |
| 49 | select HAVE_DMA_ATTRS |
Laura Abbott | 6ac2104 | 2013-12-12 19:28:33 +0000 | [diff] [blame] | 50 | select HAVE_DMA_CONTIGUOUS |
AKASHI Takahiro | bd7d38d | 2014-04-30 10:54:34 +0100 | [diff] [blame] | 51 | select HAVE_DYNAMIC_FTRACE |
Will Deacon | 50afc33 | 2013-12-16 17:50:08 +0000 | [diff] [blame] | 52 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
AKASHI Takahiro | af64d2a | 2014-04-30 10:54:32 +0100 | [diff] [blame] | 53 | select HAVE_FTRACE_MCOUNT_RECORD |
AKASHI Takahiro | 819e50e | 2014-04-30 18:54:33 +0900 | [diff] [blame] | 54 | select HAVE_FUNCTION_TRACER |
| 55 | select HAVE_FUNCTION_GRAPH_TRACER |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 56 | select HAVE_GENERIC_DMA_COHERENT |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 57 | select HAVE_HW_BREAKPOINT if PERF_EVENTS |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 58 | select HAVE_MEMBLOCK |
Mark Rutland | 55834a7 | 2014-02-07 17:12:45 +0000 | [diff] [blame] | 59 | select HAVE_PATA_PLATFORM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 60 | select HAVE_PERF_EVENTS |
Jean Pihet | 2ee0d7f | 2014-02-03 19:18:27 +0100 | [diff] [blame] | 61 | select HAVE_PERF_REGS |
| 62 | select HAVE_PERF_USER_STACK_DUMP |
Steve Capper | 5e5f6dc | 2014-10-09 15:29:23 -0700 | [diff] [blame] | 63 | select HAVE_RCU_TABLE_FREE |
AKASHI Takahiro | 055b121 | 2014-04-30 10:54:36 +0100 | [diff] [blame] | 64 | select HAVE_SYSCALL_TRACEPOINTS |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 65 | select IRQ_DOMAIN |
Catalin Marinas | fea2aca | 2012-10-16 11:26:57 +0100 | [diff] [blame] | 66 | select MODULES_USE_ELF_RELA |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 67 | select NO_BOOTMEM |
| 68 | select OF |
| 69 | select OF_EARLY_FLATTREE |
Marek Szyprowski | 9bf14b7 | 2014-02-28 14:42:55 +0100 | [diff] [blame] | 70 | select OF_RESERVED_MEM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 71 | select PERF_USE_VMALLOC |
Catalin Marinas | aa1e8ec | 2013-02-28 18:14:37 +0000 | [diff] [blame] | 72 | select POWER_RESET |
| 73 | select POWER_SUPPLY |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 74 | select RTC_LIB |
| 75 | select SPARSE_IRQ |
Catalin Marinas | 7ac57a8 | 2012-10-08 16:28:16 -0700 | [diff] [blame] | 76 | select SYSCTL_EXCEPTION_TRACE |
Larry Bassel | 6c81fe7 | 2014-05-30 12:34:15 -0700 | [diff] [blame] | 77 | select HAVE_CONTEXT_TRACKING |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 78 | help |
| 79 | ARM 64-bit (AArch64) Linux support. |
| 80 | |
| 81 | config 64BIT |
| 82 | def_bool y |
| 83 | |
| 84 | config ARCH_PHYS_ADDR_T_64BIT |
| 85 | def_bool y |
| 86 | |
| 87 | config MMU |
| 88 | def_bool y |
| 89 | |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 90 | config NO_IOPORT_MAP |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 91 | def_bool y if !PCI |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 92 | |
| 93 | config STACKTRACE_SUPPORT |
| 94 | def_bool y |
| 95 | |
| 96 | config LOCKDEP_SUPPORT |
| 97 | def_bool y |
| 98 | |
| 99 | config TRACE_IRQFLAGS_SUPPORT |
| 100 | def_bool y |
| 101 | |
Will Deacon | c209f79 | 2014-03-14 17:47:05 +0000 | [diff] [blame] | 102 | config RWSEM_XCHGADD_ALGORITHM |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 103 | def_bool y |
| 104 | |
| 105 | config GENERIC_HWEIGHT |
| 106 | def_bool y |
| 107 | |
| 108 | config GENERIC_CSUM |
| 109 | def_bool y |
| 110 | |
| 111 | config GENERIC_CALIBRATE_DELAY |
| 112 | def_bool y |
| 113 | |
Catalin Marinas | 19e7640 | 2014-02-27 12:09:22 +0000 | [diff] [blame] | 114 | config ZONE_DMA |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 115 | def_bool y |
| 116 | |
Steve Capper | 29e5694 | 2014-10-09 15:29:25 -0700 | [diff] [blame] | 117 | config HAVE_GENERIC_RCU_GUP |
| 118 | def_bool y |
| 119 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 120 | config ARCH_DMA_ADDR_T_64BIT |
| 121 | def_bool y |
| 122 | |
| 123 | config NEED_DMA_MAP_STATE |
| 124 | def_bool y |
| 125 | |
| 126 | config NEED_SG_DMA_LENGTH |
| 127 | def_bool y |
| 128 | |
| 129 | config SWIOTLB |
| 130 | def_bool y |
| 131 | |
| 132 | config IOMMU_HELPER |
| 133 | def_bool SWIOTLB |
| 134 | |
Ard Biesheuvel | 4cfb361 | 2013-07-09 14:18:12 +0100 | [diff] [blame] | 135 | config KERNEL_MODE_NEON |
| 136 | def_bool y |
| 137 | |
Rob Herring | 92cc15f | 2014-04-18 17:19:59 -0500 | [diff] [blame] | 138 | config FIX_EARLYCON_MEM |
| 139 | def_bool y |
| 140 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 141 | source "init/Kconfig" |
| 142 | |
| 143 | source "kernel/Kconfig.freezer" |
| 144 | |
Catalin Marinas | 1ae90e7 | 2012-09-05 17:47:44 +0100 | [diff] [blame] | 145 | menu "Platform selection" |
| 146 | |
Radha Mohan Chintakuntla | 28f7420 | 2014-04-08 18:47:51 +0530 | [diff] [blame] | 147 | config ARCH_THUNDER |
| 148 | bool "Cavium Inc. Thunder SoC Family" |
| 149 | help |
| 150 | This enables support for Cavium's Thunder Family of SoCs. |
| 151 | |
Catalin Marinas | 1ae90e7 | 2012-09-05 17:47:44 +0100 | [diff] [blame] | 152 | config ARCH_VEXPRESS |
| 153 | bool "ARMv8 software model (Versatile Express)" |
| 154 | select ARCH_REQUIRE_GPIOLIB |
| 155 | select COMMON_CLK_VERSATILE |
Catalin Marinas | aa1e8ec | 2013-02-28 18:14:37 +0000 | [diff] [blame] | 156 | select POWER_RESET_VEXPRESS |
Catalin Marinas | 1ae90e7 | 2012-09-05 17:47:44 +0100 | [diff] [blame] | 157 | select VEXPRESS_CONFIG |
| 158 | help |
| 159 | This enables support for the ARMv8 software model (Versatile |
| 160 | Express). |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 161 | |
Vinayak Kale | 1594285 | 2013-04-24 10:06:57 +0100 | [diff] [blame] | 162 | config ARCH_XGENE |
| 163 | bool "AppliedMicro X-Gene SOC Family" |
| 164 | help |
| 165 | This enables support for AppliedMicro X-Gene SOC Family |
| 166 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 167 | endmenu |
| 168 | |
| 169 | menu "Bus support" |
| 170 | |
| 171 | config ARM_AMBA |
| 172 | bool |
| 173 | |
Liviu Dudau | d1e6dc9 | 2014-09-29 15:29:31 +0100 | [diff] [blame] | 174 | config PCI |
| 175 | bool "PCI support" |
| 176 | help |
| 177 | This feature enables support for PCI bus system. If you say Y |
| 178 | here, the kernel will include drivers and infrastructure code |
| 179 | to support PCI bus devices. |
| 180 | |
| 181 | config PCI_DOMAINS |
| 182 | def_bool PCI |
| 183 | |
| 184 | config PCI_DOMAINS_GENERIC |
| 185 | def_bool PCI |
| 186 | |
| 187 | config PCI_SYSCALL |
| 188 | def_bool PCI |
| 189 | |
| 190 | source "drivers/pci/Kconfig" |
| 191 | source "drivers/pci/pcie/Kconfig" |
| 192 | source "drivers/pci/hotplug/Kconfig" |
| 193 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 194 | endmenu |
| 195 | |
| 196 | menu "Kernel Features" |
| 197 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 198 | choice |
| 199 | prompt "Page size" |
| 200 | default ARM64_4K_PAGES |
| 201 | help |
| 202 | Page size (translation granule) configuration. |
| 203 | |
| 204 | config ARM64_4K_PAGES |
| 205 | bool "4KB" |
| 206 | help |
| 207 | This feature enables 4KB pages support. |
| 208 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 209 | config ARM64_64K_PAGES |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 210 | bool "64KB" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 211 | help |
| 212 | This feature enables 64KB pages support (4KB by default) |
| 213 | allowing only two levels of page tables and faster TLB |
| 214 | look-up. AArch32 emulation is not available when this feature |
| 215 | is enabled. |
| 216 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 217 | endchoice |
| 218 | |
| 219 | choice |
| 220 | prompt "Virtual address space size" |
| 221 | default ARM64_VA_BITS_39 if ARM64_4K_PAGES |
| 222 | default ARM64_VA_BITS_42 if ARM64_64K_PAGES |
| 223 | help |
| 224 | Allows choosing one of multiple possible virtual address |
| 225 | space sizes. The level of translation table is determined by |
| 226 | a combination of page size and virtual address space size. |
| 227 | |
| 228 | config ARM64_VA_BITS_39 |
| 229 | bool "39-bit" |
| 230 | depends on ARM64_4K_PAGES |
| 231 | |
| 232 | config ARM64_VA_BITS_42 |
| 233 | bool "42-bit" |
| 234 | depends on ARM64_64K_PAGES |
| 235 | |
Jungseok Lee | c79b954b | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 236 | config ARM64_VA_BITS_48 |
| 237 | bool "48-bit" |
Christoffer Dall | 04f905a | 2014-10-10 11:14:30 +0100 | [diff] [blame] | 238 | depends on !ARM_SMMU |
Jungseok Lee | c79b954b | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 239 | |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 240 | endchoice |
| 241 | |
| 242 | config ARM64_VA_BITS |
| 243 | int |
| 244 | default 39 if ARM64_VA_BITS_39 |
| 245 | default 42 if ARM64_VA_BITS_42 |
Jungseok Lee | c79b954b | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 246 | default 48 if ARM64_VA_BITS_48 |
Jungseok Lee | e41ceed | 2014-05-12 10:40:38 +0100 | [diff] [blame] | 247 | |
Catalin Marinas | abe669d | 2014-07-15 15:37:21 +0100 | [diff] [blame] | 248 | config ARM64_PGTABLE_LEVELS |
| 249 | int |
| 250 | default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42 |
Catalin Marinas | 383c279 | 2014-07-21 15:54:50 +0100 | [diff] [blame] | 251 | default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48 |
Catalin Marinas | abe669d | 2014-07-15 15:37:21 +0100 | [diff] [blame] | 252 | default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39 |
| 253 | default 4 if ARM64_4K_PAGES && ARM64_VA_BITS_48 |
Jungseok Lee | c79b954b | 2014-05-12 18:40:51 +0900 | [diff] [blame] | 254 | |
Will Deacon | a872013 | 2013-10-11 14:52:19 +0100 | [diff] [blame] | 255 | config CPU_BIG_ENDIAN |
| 256 | bool "Build big-endian kernel" |
| 257 | help |
| 258 | Say Y if you plan on running a kernel in big-endian mode. |
| 259 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 260 | config SMP |
| 261 | bool "Symmetric Multi-Processing" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 262 | help |
| 263 | This enables support for systems with more than one CPU. If |
| 264 | you say N here, the kernel will run on single and |
| 265 | multiprocessor machines, but will use only one CPU of a |
| 266 | multiprocessor machine. If you say Y here, the kernel will run |
| 267 | on many, but not all, single processor machines. On a single |
| 268 | processor machine, the kernel will run faster if you say N |
| 269 | here. |
| 270 | |
| 271 | If you don't know what to do here, say N. |
| 272 | |
Mark Brown | f6e763b | 2014-03-04 07:51:17 +0000 | [diff] [blame] | 273 | config SCHED_MC |
| 274 | bool "Multi-core scheduler support" |
| 275 | depends on SMP |
| 276 | help |
| 277 | Multi-core scheduler support improves the CPU scheduler's decision |
| 278 | making when dealing with multi-core CPU chips at a cost of slightly |
| 279 | increased overhead in some places. If unsure say N here. |
| 280 | |
| 281 | config SCHED_SMT |
| 282 | bool "SMT scheduler support" |
| 283 | depends on SMP |
| 284 | help |
| 285 | Improves the CPU scheduler's decision making when dealing with |
| 286 | MultiThreading at a cost of slightly increased overhead in some |
| 287 | places. If unsure say N here. |
| 288 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 289 | config NR_CPUS |
Robert Richter | e367264 | 2014-09-08 12:44:48 +0100 | [diff] [blame] | 290 | int "Maximum number of CPUs (2-64)" |
| 291 | range 2 64 |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 292 | depends on SMP |
Vinayak Kale | 1594285 | 2013-04-24 10:06:57 +0100 | [diff] [blame] | 293 | # These have to remain sorted largest to smallest |
Robert Richter | e367264 | 2014-09-08 12:44:48 +0100 | [diff] [blame] | 294 | default "64" |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 295 | |
Mark Rutland | 9327e2c | 2013-10-24 20:30:18 +0100 | [diff] [blame] | 296 | config HOTPLUG_CPU |
| 297 | bool "Support for hot-pluggable CPUs" |
| 298 | depends on SMP |
| 299 | help |
| 300 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 301 | can be controlled through /sys/devices/system/cpu. |
| 302 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 303 | source kernel/Kconfig.preempt |
| 304 | |
| 305 | config HZ |
| 306 | int |
| 307 | default 100 |
| 308 | |
| 309 | config ARCH_HAS_HOLES_MEMORYMODEL |
| 310 | def_bool y if SPARSEMEM |
| 311 | |
| 312 | config ARCH_SPARSEMEM_ENABLE |
| 313 | def_bool y |
| 314 | select SPARSEMEM_VMEMMAP_ENABLE |
| 315 | |
| 316 | config ARCH_SPARSEMEM_DEFAULT |
| 317 | def_bool ARCH_SPARSEMEM_ENABLE |
| 318 | |
| 319 | config ARCH_SELECT_MEMORY_MODEL |
| 320 | def_bool ARCH_SPARSEMEM_ENABLE |
| 321 | |
| 322 | config HAVE_ARCH_PFN_VALID |
| 323 | def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM |
| 324 | |
| 325 | config HW_PERF_EVENTS |
| 326 | bool "Enable hardware performance counter support for perf events" |
| 327 | depends on PERF_EVENTS |
| 328 | default y |
| 329 | help |
| 330 | Enable hardware performance counter support for perf events. If |
| 331 | disabled, perf events will use software events only. |
| 332 | |
Steve Capper | 084bd29 | 2013-04-10 13:48:00 +0100 | [diff] [blame] | 333 | config SYS_SUPPORTS_HUGETLBFS |
| 334 | def_bool y |
| 335 | |
| 336 | config ARCH_WANT_GENERAL_HUGETLB |
| 337 | def_bool y |
| 338 | |
| 339 | config ARCH_WANT_HUGE_PMD_SHARE |
| 340 | def_bool y if !ARM64_64K_PAGES |
| 341 | |
Steve Capper | af07484 | 2013-04-19 16:23:57 +0100 | [diff] [blame] | 342 | config HAVE_ARCH_TRANSPARENT_HUGEPAGE |
| 343 | def_bool y |
| 344 | |
Catalin Marinas | a41dc0e | 2014-04-03 17:48:54 +0100 | [diff] [blame] | 345 | config ARCH_HAS_CACHE_LINE_SIZE |
| 346 | def_bool y |
| 347 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 348 | source "mm/Kconfig" |
| 349 | |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 350 | config XEN_DOM0 |
| 351 | def_bool y |
| 352 | depends on XEN |
| 353 | |
| 354 | config XEN |
Julien Grall | c2ba1f7 | 2014-09-17 14:07:06 -0700 | [diff] [blame] | 355 | bool "Xen guest support on ARM64" |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 356 | depends on ARM64 && OF |
Stefano Stabellini | 83862cc | 2013-10-10 13:40:44 +0000 | [diff] [blame] | 357 | select SWIOTLB_XEN |
Stefano Stabellini | aa42aa1 | 2013-06-03 17:05:43 +0000 | [diff] [blame] | 358 | help |
| 359 | Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64. |
| 360 | |
Steve Capper | d03bb14 | 2013-04-25 15:19:21 +0100 | [diff] [blame] | 361 | config FORCE_MAX_ZONEORDER |
| 362 | int |
| 363 | default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE) |
| 364 | default "11" |
| 365 | |
Will Deacon | 1b907f4 | 2014-11-20 16:51:10 +0000 | [diff] [blame^] | 366 | menuconfig ARMV8_DEPRECATED |
| 367 | bool "Emulate deprecated/obsolete ARMv8 instructions" |
| 368 | depends on COMPAT |
| 369 | help |
| 370 | Legacy software support may require certain instructions |
| 371 | that have been deprecated or obsoleted in the architecture. |
| 372 | |
| 373 | Enable this config to enable selective emulation of these |
| 374 | features. |
| 375 | |
| 376 | If unsure, say Y |
| 377 | |
| 378 | if ARMV8_DEPRECATED |
| 379 | |
| 380 | config SWP_EMULATION |
| 381 | bool "Emulate SWP/SWPB instructions" |
| 382 | help |
| 383 | ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that |
| 384 | they are always undefined. Say Y here to enable software |
| 385 | emulation of these instructions for userspace using LDXR/STXR. |
| 386 | |
| 387 | In some older versions of glibc [<=2.8] SWP is used during futex |
| 388 | trylock() operations with the assumption that the code will not |
| 389 | be preempted. This invalid assumption may be more likely to fail |
| 390 | with SWP emulation enabled, leading to deadlock of the user |
| 391 | application. |
| 392 | |
| 393 | NOTE: when accessing uncached shared regions, LDXR/STXR rely |
| 394 | on an external transaction monitoring block called a global |
| 395 | monitor to maintain update atomicity. If your system does not |
| 396 | implement a global monitor, this option can cause programs that |
| 397 | perform SWP operations to uncached memory to deadlock. |
| 398 | |
| 399 | If unsure, say Y |
| 400 | |
| 401 | config CP15_BARRIER_EMULATION |
| 402 | bool "Emulate CP15 Barrier instructions" |
| 403 | help |
| 404 | The CP15 barrier instructions - CP15ISB, CP15DSB, and |
| 405 | CP15DMB - are deprecated in ARMv8 (and ARMv7). It is |
| 406 | strongly recommended to use the ISB, DSB, and DMB |
| 407 | instructions instead. |
| 408 | |
| 409 | Say Y here to enable software emulation of these |
| 410 | instructions for AArch32 userspace code. When this option is |
| 411 | enabled, CP15 barrier usage is traced which can help |
| 412 | identify software that needs updating. |
| 413 | |
| 414 | If unsure, say Y |
| 415 | |
| 416 | endif |
| 417 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 418 | endmenu |
| 419 | |
| 420 | menu "Boot options" |
| 421 | |
| 422 | config CMDLINE |
| 423 | string "Default kernel command string" |
| 424 | default "" |
| 425 | help |
| 426 | Provide a set of default command-line options at build time by |
| 427 | entering them here. As a minimum, you should specify the the |
| 428 | root device (e.g. root=/dev/nfs). |
| 429 | |
| 430 | config CMDLINE_FORCE |
| 431 | bool "Always use the default kernel command string" |
| 432 | help |
| 433 | Always use the default kernel command string, even if the boot |
| 434 | loader passes other arguments to the kernel. |
| 435 | This is useful if you cannot or don't want to change the |
| 436 | command-line options your boot loader passes to the kernel. |
| 437 | |
Ard Biesheuvel | f4f75ad5 | 2014-07-02 14:54:43 +0200 | [diff] [blame] | 438 | config EFI_STUB |
| 439 | bool |
| 440 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 441 | config EFI |
| 442 | bool "UEFI runtime support" |
| 443 | depends on OF && !CPU_BIG_ENDIAN |
| 444 | select LIBFDT |
| 445 | select UCS2_STRING |
| 446 | select EFI_PARAMS_FROM_FDT |
Ard Biesheuvel | e15dd49 | 2014-07-04 19:41:53 +0200 | [diff] [blame] | 447 | select EFI_RUNTIME_WRAPPERS |
Ard Biesheuvel | f4f75ad5 | 2014-07-02 14:54:43 +0200 | [diff] [blame] | 448 | select EFI_STUB |
| 449 | select EFI_ARMSTUB |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 450 | default y |
| 451 | help |
| 452 | This option provides support for runtime services provided |
| 453 | by UEFI firmware (such as non-volatile variables, realtime |
Mark Salter | 3c7f255 | 2014-04-15 22:47:52 -0400 | [diff] [blame] | 454 | clock, and platform reset). A UEFI stub is also provided to |
| 455 | allow the kernel to be booted as an EFI application. This |
| 456 | is only useful on systems that have UEFI firmware. |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 457 | |
Yi Li | d1ae8c0 | 2014-10-04 23:46:43 +0800 | [diff] [blame] | 458 | config DMI |
| 459 | bool "Enable support for SMBIOS (DMI) tables" |
| 460 | depends on EFI |
| 461 | default y |
| 462 | help |
| 463 | This enables SMBIOS/DMI feature for systems. |
| 464 | |
| 465 | This option is only useful on systems that have UEFI firmware. |
| 466 | However, even with this option, the resultant kernel should |
| 467 | continue to boot on existing non-UEFI platforms. |
| 468 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 469 | endmenu |
| 470 | |
| 471 | menu "Userspace binary formats" |
| 472 | |
| 473 | source "fs/Kconfig.binfmt" |
| 474 | |
| 475 | config COMPAT |
| 476 | bool "Kernel support for 32-bit EL0" |
| 477 | depends on !ARM64_64K_PAGES |
| 478 | select COMPAT_BINFMT_ELF |
Catalin Marinas | af1839e | 2012-10-08 16:28:08 -0700 | [diff] [blame] | 479 | select HAVE_UID16 |
Al Viro | 84b9e9b | 2012-12-25 16:29:11 -0500 | [diff] [blame] | 480 | select OLD_SIGSUSPEND3 |
Al Viro | 5168203 | 2012-12-25 19:31:29 -0500 | [diff] [blame] | 481 | select COMPAT_OLD_SIGACTION |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 482 | help |
| 483 | This option enables support for a 32-bit EL0 running under a 64-bit |
| 484 | kernel at EL1. AArch32-specific components such as system calls, |
| 485 | the user helper functions, VFP support and the ptrace interface are |
| 486 | handled appropriately by the kernel. |
| 487 | |
| 488 | If you want to execute 32-bit userspace applications, say Y. |
| 489 | |
| 490 | config SYSVIPC_COMPAT |
| 491 | def_bool y |
| 492 | depends on COMPAT && SYSVIPC |
| 493 | |
| 494 | endmenu |
| 495 | |
Lorenzo Pieralisi | 166936b | 2013-11-07 18:37:14 +0000 | [diff] [blame] | 496 | menu "Power management options" |
| 497 | |
| 498 | source "kernel/power/Kconfig" |
| 499 | |
| 500 | config ARCH_SUSPEND_POSSIBLE |
| 501 | def_bool y |
| 502 | |
| 503 | config ARM64_CPU_SUSPEND |
| 504 | def_bool PM_SLEEP |
| 505 | |
| 506 | endmenu |
| 507 | |
Lorenzo Pieralisi | 1307220 | 2013-07-17 14:54:21 +0100 | [diff] [blame] | 508 | menu "CPU Power Management" |
| 509 | |
| 510 | source "drivers/cpuidle/Kconfig" |
| 511 | |
Rob Herring | 52e7e81 | 2014-02-24 11:27:57 +0900 | [diff] [blame] | 512 | source "drivers/cpufreq/Kconfig" |
| 513 | |
| 514 | endmenu |
| 515 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 516 | source "net/Kconfig" |
| 517 | |
| 518 | source "drivers/Kconfig" |
| 519 | |
Mark Salter | f84d027 | 2014-04-15 21:59:30 -0400 | [diff] [blame] | 520 | source "drivers/firmware/Kconfig" |
| 521 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 522 | source "fs/Kconfig" |
| 523 | |
Marc Zyngier | c3eb5b1 | 2013-07-04 13:34:32 +0100 | [diff] [blame] | 524 | source "arch/arm64/kvm/Kconfig" |
| 525 | |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 526 | source "arch/arm64/Kconfig.debug" |
| 527 | |
| 528 | source "security/Kconfig" |
| 529 | |
| 530 | source "crypto/Kconfig" |
Ard Biesheuvel | 2c98833 | 2014-03-06 16:23:33 +0800 | [diff] [blame] | 531 | if CRYPTO |
| 532 | source "arch/arm64/crypto/Kconfig" |
| 533 | endif |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 534 | |
| 535 | source "lib/Kconfig" |