blob: f4615ba88a77d05b6eb5d8d09d840bfb8622f7ad [file] [log] [blame]
Catalin Marinas8c2c3df2012-04-20 14:45:54 +01001config ARM64
2 def_bool y
3 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
Lorenzo Pieralisi1f850082013-09-04 10:55:17 +01004 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
Sudeep Hollac63c8702014-05-09 10:33:01 +01005 select ARCH_USE_CMPXCHG_LOCKREF
Arnd Bergmann91701002013-02-21 11:42:57 +01006 select ARCH_WANT_OPTIONAL_GPIOLIB
Will Deacon6212a512012-11-07 14:16:28 +00007 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
Catalin Marinasb6f35982013-01-29 18:25:41 +00008 select ARCH_WANT_FRAME_POINTERS
Catalin Marinas25c92a32012-12-18 15:26:13 +00009 select ARM_AMBA
Mark Rutland1aee5d72012-11-20 10:06:00 +000010 select ARM_ARCH_TIMER
Catalin Marinasc4188ed2013-01-14 12:39:31 +000011 select ARM_GIC
AKASHI Takahiro875cbf32014-07-04 08:28:30 +010012 select AUDIT_ARCH_COMPAT_GENERIC
Will Deaconadace892013-05-08 17:29:24 +010013 select BUILDTIME_EXTABLE_SORT
Catalin Marinasdb2789b2012-12-18 15:27:25 +000014 select CLONE_BACKWARDS
Deepak Saxena7ca2ef32012-09-22 10:33:36 -070015 select COMMON_CLK
Lorenzo Pieralisi166936b2013-11-07 18:37:14 +000016 select CPU_PM if (SUSPEND || CPU_IDLE)
Will Deacon7bc13fd2013-11-06 19:32:13 +000017 select DCACHE_WORD_ACCESS
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010018 select GENERIC_CLOCKEVENTS
Lorenzo Pieralisi1f850082013-09-04 10:55:17 +010019 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Ard Biesheuvel3be1a5c2014-03-04 01:10:04 +000020 select GENERIC_CPU_AUTOPROBE
Mark Salterbf4b5582014-04-07 15:39:52 -070021 select GENERIC_EARLY_IOREMAP
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010022 select GENERIC_IOMAP
23 select GENERIC_IRQ_PROBE
24 select GENERIC_IRQ_SHOW
Stephen Boyd65cd4f62013-07-18 16:21:18 -070025 select GENERIC_SCHED_CLOCK
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010026 select GENERIC_SMP_IDLE_THREAD
Will Deacon12a0ef72013-11-06 17:20:22 +000027 select GENERIC_STRNCPY_FROM_USER
28 select GENERIC_STRNLEN_USER
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010029 select GENERIC_TIME_VSYSCALL
30 select HARDIRQS_SW_RESEND
AKASHI Takahiro875cbf32014-07-04 08:28:30 +010031 select HAVE_ARCH_AUDITSYSCALL
Jiang Liu9732caf2014-01-07 22:17:13 +080032 select HAVE_ARCH_JUMP_LABEL
Vijaya Kumar K95292472014-01-28 11:20:22 +000033 select HAVE_ARCH_KGDB
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010034 select HAVE_ARCH_TRACEHOOK
AKASHI Takahiroaf64d2a2014-04-30 10:54:32 +010035 select HAVE_C_RECORDMCOUNT
Laura Abbottc0c264a2014-06-25 23:55:03 +010036 select HAVE_CC_STACKPROTECTOR
Catalin Marinas9b2a60c2012-10-08 16:28:13 -070037 select HAVE_DEBUG_BUGVERBOSE
Catalin Marinasb69ec422012-10-08 16:28:11 -070038 select HAVE_DEBUG_KMEMLEAK
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010039 select HAVE_DMA_API_DEBUG
40 select HAVE_DMA_ATTRS
Laura Abbott6ac21042013-12-12 19:28:33 +000041 select HAVE_DMA_CONTIGUOUS
AKASHI Takahirobd7d38d2014-04-30 10:54:34 +010042 select HAVE_DYNAMIC_FTRACE
Will Deacon50afc332013-12-16 17:50:08 +000043 select HAVE_EFFICIENT_UNALIGNED_ACCESS
AKASHI Takahiroaf64d2a2014-04-30 10:54:32 +010044 select HAVE_FTRACE_MCOUNT_RECORD
AKASHI Takahiro819e50e2014-04-30 18:54:33 +090045 select HAVE_FUNCTION_TRACER
46 select HAVE_FUNCTION_GRAPH_TRACER
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010047 select HAVE_GENERIC_DMA_COHERENT
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010048 select HAVE_HW_BREAKPOINT if PERF_EVENTS
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010049 select HAVE_MEMBLOCK
Mark Rutland55834a72014-02-07 17:12:45 +000050 select HAVE_PATA_PLATFORM
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010051 select HAVE_PERF_EVENTS
Jean Pihet2ee0d7f2014-02-03 19:18:27 +010052 select HAVE_PERF_REGS
53 select HAVE_PERF_USER_STACK_DUMP
AKASHI Takahiro055b1212014-04-30 10:54:36 +010054 select HAVE_SYSCALL_TRACEPOINTS
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010055 select IRQ_DOMAIN
Catalin Marinasfea2aca2012-10-16 11:26:57 +010056 select MODULES_USE_ELF_RELA
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010057 select NO_BOOTMEM
58 select OF
59 select OF_EARLY_FLATTREE
Marek Szyprowski9bf14b72014-02-28 14:42:55 +010060 select OF_RESERVED_MEM
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010061 select PERF_USE_VMALLOC
Catalin Marinasaa1e8ec2013-02-28 18:14:37 +000062 select POWER_RESET
63 select POWER_SUPPLY
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010064 select RTC_LIB
65 select SPARSE_IRQ
Catalin Marinas7ac57a82012-10-08 16:28:16 -070066 select SYSCTL_EXCEPTION_TRACE
Larry Bassel6c81fe72014-05-30 12:34:15 -070067 select HAVE_CONTEXT_TRACKING
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010068 help
69 ARM 64-bit (AArch64) Linux support.
70
71config 64BIT
72 def_bool y
73
74config ARCH_PHYS_ADDR_T_64BIT
75 def_bool y
76
77config MMU
78 def_bool y
79
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -070080config NO_IOPORT_MAP
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010081 def_bool y
82
83config STACKTRACE_SUPPORT
84 def_bool y
85
86config LOCKDEP_SUPPORT
87 def_bool y
88
89config TRACE_IRQFLAGS_SUPPORT
90 def_bool y
91
Will Deaconc209f792014-03-14 17:47:05 +000092config RWSEM_XCHGADD_ALGORITHM
Catalin Marinas8c2c3df2012-04-20 14:45:54 +010093 def_bool y
94
95config GENERIC_HWEIGHT
96 def_bool y
97
98config GENERIC_CSUM
99 def_bool y
100
101config GENERIC_CALIBRATE_DELAY
102 def_bool y
103
Catalin Marinas19e76402014-02-27 12:09:22 +0000104config ZONE_DMA
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100105 def_bool y
106
107config ARCH_DMA_ADDR_T_64BIT
108 def_bool y
109
110config NEED_DMA_MAP_STATE
111 def_bool y
112
113config NEED_SG_DMA_LENGTH
114 def_bool y
115
116config SWIOTLB
117 def_bool y
118
119config IOMMU_HELPER
120 def_bool SWIOTLB
121
Ard Biesheuvel4cfb3612013-07-09 14:18:12 +0100122config KERNEL_MODE_NEON
123 def_bool y
124
Rob Herring92cc15f2014-04-18 17:19:59 -0500125config FIX_EARLYCON_MEM
126 def_bool y
127
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100128source "init/Kconfig"
129
130source "kernel/Kconfig.freezer"
131
Catalin Marinas1ae90e72012-09-05 17:47:44 +0100132menu "Platform selection"
133
134config ARCH_VEXPRESS
135 bool "ARMv8 software model (Versatile Express)"
136 select ARCH_REQUIRE_GPIOLIB
137 select COMMON_CLK_VERSATILE
Catalin Marinasaa1e8ec2013-02-28 18:14:37 +0000138 select POWER_RESET_VEXPRESS
Catalin Marinas1ae90e72012-09-05 17:47:44 +0100139 select VEXPRESS_CONFIG
140 help
141 This enables support for the ARMv8 software model (Versatile
142 Express).
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100143
Vinayak Kale15942852013-04-24 10:06:57 +0100144config ARCH_XGENE
145 bool "AppliedMicro X-Gene SOC Family"
146 help
147 This enables support for AppliedMicro X-Gene SOC Family
148
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100149endmenu
150
151menu "Bus support"
152
153config ARM_AMBA
154 bool
155
156endmenu
157
158menu "Kernel Features"
159
Jungseok Leee41ceed2014-05-12 10:40:38 +0100160choice
161 prompt "Page size"
162 default ARM64_4K_PAGES
163 help
164 Page size (translation granule) configuration.
165
166config ARM64_4K_PAGES
167 bool "4KB"
168 help
169 This feature enables 4KB pages support.
170
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100171config ARM64_64K_PAGES
Jungseok Leee41ceed2014-05-12 10:40:38 +0100172 bool "64KB"
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100173 help
174 This feature enables 64KB pages support (4KB by default)
175 allowing only two levels of page tables and faster TLB
176 look-up. AArch32 emulation is not available when this feature
177 is enabled.
178
Jungseok Leee41ceed2014-05-12 10:40:38 +0100179endchoice
180
181choice
182 prompt "Virtual address space size"
183 default ARM64_VA_BITS_39 if ARM64_4K_PAGES
184 default ARM64_VA_BITS_42 if ARM64_64K_PAGES
185 help
186 Allows choosing one of multiple possible virtual address
187 space sizes. The level of translation table is determined by
188 a combination of page size and virtual address space size.
189
190config ARM64_VA_BITS_39
191 bool "39-bit"
192 depends on ARM64_4K_PAGES
193
194config ARM64_VA_BITS_42
195 bool "42-bit"
196 depends on ARM64_64K_PAGES
197
Jungseok Leec79b9542014-05-12 18:40:51 +0900198config ARM64_VA_BITS_48
199 bool "48-bit"
200 depends on BROKEN
201
Jungseok Leee41ceed2014-05-12 10:40:38 +0100202endchoice
203
204config ARM64_VA_BITS
205 int
206 default 39 if ARM64_VA_BITS_39
207 default 42 if ARM64_VA_BITS_42
Jungseok Leec79b9542014-05-12 18:40:51 +0900208 default 48 if ARM64_VA_BITS_48
Jungseok Leee41ceed2014-05-12 10:40:38 +0100209
Catalin Marinasabe669d2014-07-15 15:37:21 +0100210config ARM64_PGTABLE_LEVELS
211 int
212 default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
Catalin Marinas383c2792014-07-21 15:54:50 +0100213 default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48
Catalin Marinasabe669d2014-07-15 15:37:21 +0100214 default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
215 default 4 if ARM64_4K_PAGES && ARM64_VA_BITS_48
Jungseok Leec79b9542014-05-12 18:40:51 +0900216
Will Deacona8720132013-10-11 14:52:19 +0100217config CPU_BIG_ENDIAN
218 bool "Build big-endian kernel"
219 help
220 Say Y if you plan on running a kernel in big-endian mode.
221
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100222config SMP
223 bool "Symmetric Multi-Processing"
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100224 help
225 This enables support for systems with more than one CPU. If
226 you say N here, the kernel will run on single and
227 multiprocessor machines, but will use only one CPU of a
228 multiprocessor machine. If you say Y here, the kernel will run
229 on many, but not all, single processor machines. On a single
230 processor machine, the kernel will run faster if you say N
231 here.
232
233 If you don't know what to do here, say N.
234
Mark Brownf6e763b2014-03-04 07:51:17 +0000235config SCHED_MC
236 bool "Multi-core scheduler support"
237 depends on SMP
238 help
239 Multi-core scheduler support improves the CPU scheduler's decision
240 making when dealing with multi-core CPU chips at a cost of slightly
241 increased overhead in some places. If unsure say N here.
242
243config SCHED_SMT
244 bool "SMT scheduler support"
245 depends on SMP
246 help
247 Improves the CPU scheduler's decision making when dealing with
248 MultiThreading at a cost of slightly increased overhead in some
249 places. If unsure say N here.
250
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100251config NR_CPUS
252 int "Maximum number of CPUs (2-32)"
253 range 2 32
254 depends on SMP
Vinayak Kale15942852013-04-24 10:06:57 +0100255 # These have to remain sorted largest to smallest
Rob Herring62aceb82013-11-22 21:07:31 +0000256 default "8"
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100257
Mark Rutland9327e2c2013-10-24 20:30:18 +0100258config HOTPLUG_CPU
259 bool "Support for hot-pluggable CPUs"
260 depends on SMP
261 help
262 Say Y here to experiment with turning CPUs off and on. CPUs
263 can be controlled through /sys/devices/system/cpu.
264
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100265source kernel/Kconfig.preempt
266
267config HZ
268 int
269 default 100
270
271config ARCH_HAS_HOLES_MEMORYMODEL
272 def_bool y if SPARSEMEM
273
274config ARCH_SPARSEMEM_ENABLE
275 def_bool y
276 select SPARSEMEM_VMEMMAP_ENABLE
277
278config ARCH_SPARSEMEM_DEFAULT
279 def_bool ARCH_SPARSEMEM_ENABLE
280
281config ARCH_SELECT_MEMORY_MODEL
282 def_bool ARCH_SPARSEMEM_ENABLE
283
284config HAVE_ARCH_PFN_VALID
285 def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
286
287config HW_PERF_EVENTS
288 bool "Enable hardware performance counter support for perf events"
289 depends on PERF_EVENTS
290 default y
291 help
292 Enable hardware performance counter support for perf events. If
293 disabled, perf events will use software events only.
294
Steve Capper084bd292013-04-10 13:48:00 +0100295config SYS_SUPPORTS_HUGETLBFS
296 def_bool y
297
298config ARCH_WANT_GENERAL_HUGETLB
299 def_bool y
300
301config ARCH_WANT_HUGE_PMD_SHARE
302 def_bool y if !ARM64_64K_PAGES
303
Steve Capperaf074842013-04-19 16:23:57 +0100304config HAVE_ARCH_TRANSPARENT_HUGEPAGE
305 def_bool y
306
Catalin Marinasa41dc0e2014-04-03 17:48:54 +0100307config ARCH_HAS_CACHE_LINE_SIZE
308 def_bool y
309
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100310source "mm/Kconfig"
311
Stefano Stabelliniaa42aa12013-06-03 17:05:43 +0000312config XEN_DOM0
313 def_bool y
314 depends on XEN
315
316config XEN
317 bool "Xen guest support on ARM64 (EXPERIMENTAL)"
318 depends on ARM64 && OF
Stefano Stabellini83862cc2013-10-10 13:40:44 +0000319 select SWIOTLB_XEN
Stefano Stabelliniaa42aa12013-06-03 17:05:43 +0000320 help
321 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
322
Steve Capperd03bb142013-04-25 15:19:21 +0100323config FORCE_MAX_ZONEORDER
324 int
325 default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
326 default "11"
327
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100328endmenu
329
330menu "Boot options"
331
332config CMDLINE
333 string "Default kernel command string"
334 default ""
335 help
336 Provide a set of default command-line options at build time by
337 entering them here. As a minimum, you should specify the the
338 root device (e.g. root=/dev/nfs).
339
340config CMDLINE_FORCE
341 bool "Always use the default kernel command string"
342 help
343 Always use the default kernel command string, even if the boot
344 loader passes other arguments to the kernel.
345 This is useful if you cannot or don't want to change the
346 command-line options your boot loader passes to the kernel.
347
Mark Salterf84d0272014-04-15 21:59:30 -0400348config EFI
349 bool "UEFI runtime support"
350 depends on OF && !CPU_BIG_ENDIAN
351 select LIBFDT
352 select UCS2_STRING
353 select EFI_PARAMS_FROM_FDT
354 default y
355 help
356 This option provides support for runtime services provided
357 by UEFI firmware (such as non-volatile variables, realtime
Mark Salter3c7f2552014-04-15 22:47:52 -0400358 clock, and platform reset). A UEFI stub is also provided to
359 allow the kernel to be booted as an EFI application. This
360 is only useful on systems that have UEFI firmware.
Mark Salterf84d0272014-04-15 21:59:30 -0400361
Yi Lia28e3f42014-07-11 12:46:50 +0100362config DMI
363 bool "Enable support for SMBIOS (DMI) tables"
364 depends on EFI
365 default y
366 help
367 This enables SMBIOS/DMI feature for systems.
368
369 This option is only useful on systems that have UEFI firmware.
370 However, even with this option, the resultant kernel should
371 continue to boot on existing non-UEFI platforms.
372
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100373endmenu
374
375menu "Userspace binary formats"
376
377source "fs/Kconfig.binfmt"
378
379config COMPAT
380 bool "Kernel support for 32-bit EL0"
381 depends on !ARM64_64K_PAGES
382 select COMPAT_BINFMT_ELF
Catalin Marinasaf1839e2012-10-08 16:28:08 -0700383 select HAVE_UID16
Al Viro84b9e9b2012-12-25 16:29:11 -0500384 select OLD_SIGSUSPEND3
Al Viro51682032012-12-25 19:31:29 -0500385 select COMPAT_OLD_SIGACTION
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100386 help
387 This option enables support for a 32-bit EL0 running under a 64-bit
388 kernel at EL1. AArch32-specific components such as system calls,
389 the user helper functions, VFP support and the ptrace interface are
390 handled appropriately by the kernel.
391
392 If you want to execute 32-bit userspace applications, say Y.
393
394config SYSVIPC_COMPAT
395 def_bool y
396 depends on COMPAT && SYSVIPC
397
398endmenu
399
Lorenzo Pieralisi166936b2013-11-07 18:37:14 +0000400menu "Power management options"
401
402source "kernel/power/Kconfig"
403
404config ARCH_SUSPEND_POSSIBLE
405 def_bool y
406
407config ARM64_CPU_SUSPEND
408 def_bool PM_SLEEP
409
410endmenu
411
Lorenzo Pieralisi13072202013-07-17 14:54:21 +0100412menu "CPU Power Management"
413
414source "drivers/cpuidle/Kconfig"
415
Rob Herring52e7e812014-02-24 11:27:57 +0900416source "drivers/cpufreq/Kconfig"
417
418endmenu
419
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100420source "net/Kconfig"
421
422source "drivers/Kconfig"
423
Mark Salterf84d0272014-04-15 21:59:30 -0400424source "drivers/firmware/Kconfig"
425
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100426source "fs/Kconfig"
427
Marc Zyngierc3eb5b12013-07-04 13:34:32 +0100428source "arch/arm64/kvm/Kconfig"
429
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100430source "arch/arm64/Kconfig.debug"
431
432source "security/Kconfig"
433
434source "crypto/Kconfig"
Ard Biesheuvel2c988332014-03-06 16:23:33 +0800435if CRYPTO
436source "arch/arm64/crypto/Kconfig"
437endif
Catalin Marinas8c2c3df2012-04-20 14:45:54 +0100438
439source "lib/Kconfig"