arm64: Add audit support
[linux-2.6-block.git] / arch / arm64 / Kconfig
1 config ARM64
2         def_bool y
3         select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
4         select ARCH_HAS_OPP
5         select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
6         select ARCH_USE_CMPXCHG_LOCKREF
7         select ARCH_WANT_OPTIONAL_GPIOLIB
8         select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
9         select ARCH_WANT_FRAME_POINTERS
10         select ARM_AMBA
11         select ARM_ARCH_TIMER
12         select ARM_GIC
13         select AUDIT_ARCH_COMPAT_GENERIC
14         select BUILDTIME_EXTABLE_SORT
15         select CLONE_BACKWARDS
16         select COMMON_CLK
17         select CPU_PM if (SUSPEND || CPU_IDLE)
18         select DCACHE_WORD_ACCESS
19         select GENERIC_CLOCKEVENTS
20         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
21         select GENERIC_CPU_AUTOPROBE
22         select GENERIC_EARLY_IOREMAP
23         select GENERIC_IOMAP
24         select GENERIC_IRQ_PROBE
25         select GENERIC_IRQ_SHOW
26         select GENERIC_SCHED_CLOCK
27         select GENERIC_SMP_IDLE_THREAD
28         select GENERIC_STRNCPY_FROM_USER
29         select GENERIC_STRNLEN_USER
30         select GENERIC_TIME_VSYSCALL
31         select HARDIRQS_SW_RESEND
32         select HAVE_ARCH_AUDITSYSCALL
33         select HAVE_ARCH_JUMP_LABEL
34         select HAVE_ARCH_KGDB
35         select HAVE_ARCH_TRACEHOOK
36         select HAVE_C_RECORDMCOUNT
37         select HAVE_CC_STACKPROTECTOR
38         select HAVE_DEBUG_BUGVERBOSE
39         select HAVE_DEBUG_KMEMLEAK
40         select HAVE_DMA_API_DEBUG
41         select HAVE_DMA_ATTRS
42         select HAVE_DMA_CONTIGUOUS
43         select HAVE_DYNAMIC_FTRACE
44         select HAVE_EFFICIENT_UNALIGNED_ACCESS
45         select HAVE_FTRACE_MCOUNT_RECORD
46         select HAVE_FUNCTION_TRACER
47         select HAVE_FUNCTION_GRAPH_TRACER
48         select HAVE_GENERIC_DMA_COHERENT
49         select HAVE_HW_BREAKPOINT if PERF_EVENTS
50         select HAVE_MEMBLOCK
51         select HAVE_PATA_PLATFORM
52         select HAVE_PERF_EVENTS
53         select HAVE_PERF_REGS
54         select HAVE_PERF_USER_STACK_DUMP
55         select HAVE_SYSCALL_TRACEPOINTS
56         select IRQ_DOMAIN
57         select MODULES_USE_ELF_RELA
58         select NO_BOOTMEM
59         select OF
60         select OF_EARLY_FLATTREE
61         select OF_RESERVED_MEM
62         select PERF_USE_VMALLOC
63         select POWER_RESET
64         select POWER_SUPPLY
65         select RTC_LIB
66         select SPARSE_IRQ
67         select SYSCTL_EXCEPTION_TRACE
68         select HAVE_CONTEXT_TRACKING
69         help
70           ARM 64-bit (AArch64) Linux support.
71
72 config 64BIT
73         def_bool y
74
75 config ARCH_PHYS_ADDR_T_64BIT
76         def_bool y
77
78 config MMU
79         def_bool y
80
81 config NO_IOPORT_MAP
82         def_bool y
83
84 config STACKTRACE_SUPPORT
85         def_bool y
86
87 config LOCKDEP_SUPPORT
88         def_bool y
89
90 config TRACE_IRQFLAGS_SUPPORT
91         def_bool y
92
93 config RWSEM_XCHGADD_ALGORITHM
94         def_bool y
95
96 config GENERIC_HWEIGHT
97         def_bool y
98
99 config GENERIC_CSUM
100         def_bool y
101
102 config GENERIC_CALIBRATE_DELAY
103         def_bool y
104
105 config ZONE_DMA
106         def_bool y
107
108 config ARCH_DMA_ADDR_T_64BIT
109         def_bool y
110
111 config NEED_DMA_MAP_STATE
112         def_bool y
113
114 config NEED_SG_DMA_LENGTH
115         def_bool y
116
117 config SWIOTLB
118         def_bool y
119
120 config IOMMU_HELPER
121         def_bool SWIOTLB
122
123 config KERNEL_MODE_NEON
124         def_bool y
125
126 config FIX_EARLYCON_MEM
127         def_bool y
128
129 source "init/Kconfig"
130
131 source "kernel/Kconfig.freezer"
132
133 menu "Platform selection"
134
135 config ARCH_VEXPRESS
136         bool "ARMv8 software model (Versatile Express)"
137         select ARCH_REQUIRE_GPIOLIB
138         select COMMON_CLK_VERSATILE
139         select POWER_RESET_VEXPRESS
140         select VEXPRESS_CONFIG
141         help
142           This enables support for the ARMv8 software model (Versatile
143           Express).
144
145 config ARCH_XGENE
146         bool "AppliedMicro X-Gene SOC Family"
147         help
148           This enables support for AppliedMicro X-Gene SOC Family
149
150 endmenu
151
152 menu "Bus support"
153
154 config ARM_AMBA
155         bool
156
157 endmenu
158
159 menu "Kernel Features"
160
161 config ARM64_64K_PAGES
162         bool "Enable 64KB pages support"
163         help
164           This feature enables 64KB pages support (4KB by default)
165           allowing only two levels of page tables and faster TLB
166           look-up. AArch32 emulation is not available when this feature
167           is enabled.
168
169 config CPU_BIG_ENDIAN
170        bool "Build big-endian kernel"
171        help
172          Say Y if you plan on running a kernel in big-endian mode.
173
174 config SMP
175         bool "Symmetric Multi-Processing"
176         help
177           This enables support for systems with more than one CPU.  If
178           you say N here, the kernel will run on single and
179           multiprocessor machines, but will use only one CPU of a
180           multiprocessor machine. If you say Y here, the kernel will run
181           on many, but not all, single processor machines. On a single
182           processor machine, the kernel will run faster if you say N
183           here.
184
185           If you don't know what to do here, say N.
186
187 config SCHED_MC
188         bool "Multi-core scheduler support"
189         depends on SMP
190         help
191           Multi-core scheduler support improves the CPU scheduler's decision
192           making when dealing with multi-core CPU chips at a cost of slightly
193           increased overhead in some places. If unsure say N here.
194
195 config SCHED_SMT
196         bool "SMT scheduler support"
197         depends on SMP
198         help
199           Improves the CPU scheduler's decision making when dealing with
200           MultiThreading at a cost of slightly increased overhead in some
201           places. If unsure say N here.
202
203 config NR_CPUS
204         int "Maximum number of CPUs (2-32)"
205         range 2 32
206         depends on SMP
207         # These have to remain sorted largest to smallest
208         default "8"
209
210 config HOTPLUG_CPU
211         bool "Support for hot-pluggable CPUs"
212         depends on SMP
213         help
214           Say Y here to experiment with turning CPUs off and on.  CPUs
215           can be controlled through /sys/devices/system/cpu.
216
217 source kernel/Kconfig.preempt
218
219 config HZ
220         int
221         default 100
222
223 config ARCH_HAS_HOLES_MEMORYMODEL
224         def_bool y if SPARSEMEM
225
226 config ARCH_SPARSEMEM_ENABLE
227         def_bool y
228         select SPARSEMEM_VMEMMAP_ENABLE
229
230 config ARCH_SPARSEMEM_DEFAULT
231         def_bool ARCH_SPARSEMEM_ENABLE
232
233 config ARCH_SELECT_MEMORY_MODEL
234         def_bool ARCH_SPARSEMEM_ENABLE
235
236 config HAVE_ARCH_PFN_VALID
237         def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
238
239 config HW_PERF_EVENTS
240         bool "Enable hardware performance counter support for perf events"
241         depends on PERF_EVENTS
242         default y
243         help
244           Enable hardware performance counter support for perf events. If
245           disabled, perf events will use software events only.
246
247 config SYS_SUPPORTS_HUGETLBFS
248         def_bool y
249
250 config ARCH_WANT_GENERAL_HUGETLB
251         def_bool y
252
253 config ARCH_WANT_HUGE_PMD_SHARE
254         def_bool y if !ARM64_64K_PAGES
255
256 config HAVE_ARCH_TRANSPARENT_HUGEPAGE
257         def_bool y
258
259 config ARCH_HAS_CACHE_LINE_SIZE
260         def_bool y
261
262 source "mm/Kconfig"
263
264 config XEN_DOM0
265         def_bool y
266         depends on XEN
267
268 config XEN
269         bool "Xen guest support on ARM64 (EXPERIMENTAL)"
270         depends on ARM64 && OF
271         select SWIOTLB_XEN
272         help
273           Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
274
275 config FORCE_MAX_ZONEORDER
276         int
277         default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
278         default "11"
279
280 endmenu
281
282 menu "Boot options"
283
284 config CMDLINE
285         string "Default kernel command string"
286         default ""
287         help
288           Provide a set of default command-line options at build time by
289           entering them here. As a minimum, you should specify the the
290           root device (e.g. root=/dev/nfs).
291
292 config CMDLINE_FORCE
293         bool "Always use the default kernel command string"
294         help
295           Always use the default kernel command string, even if the boot
296           loader passes other arguments to the kernel.
297           This is useful if you cannot or don't want to change the
298           command-line options your boot loader passes to the kernel.
299
300 config EFI
301         bool "UEFI runtime support"
302         depends on OF && !CPU_BIG_ENDIAN
303         select LIBFDT
304         select UCS2_STRING
305         select EFI_PARAMS_FROM_FDT
306         default y
307         help
308           This option provides support for runtime services provided
309           by UEFI firmware (such as non-volatile variables, realtime
310           clock, and platform reset). A UEFI stub is also provided to
311           allow the kernel to be booted as an EFI application. This
312           is only useful on systems that have UEFI firmware.
313
314 endmenu
315
316 menu "Userspace binary formats"
317
318 source "fs/Kconfig.binfmt"
319
320 config COMPAT
321         bool "Kernel support for 32-bit EL0"
322         depends on !ARM64_64K_PAGES
323         select COMPAT_BINFMT_ELF
324         select HAVE_UID16
325         select OLD_SIGSUSPEND3
326         select COMPAT_OLD_SIGACTION
327         help
328           This option enables support for a 32-bit EL0 running under a 64-bit
329           kernel at EL1. AArch32-specific components such as system calls,
330           the user helper functions, VFP support and the ptrace interface are
331           handled appropriately by the kernel.
332
333           If you want to execute 32-bit userspace applications, say Y.
334
335 config SYSVIPC_COMPAT
336         def_bool y
337         depends on COMPAT && SYSVIPC
338
339 endmenu
340
341 menu "Power management options"
342
343 source "kernel/power/Kconfig"
344
345 config ARCH_SUSPEND_POSSIBLE
346         def_bool y
347
348 config ARM64_CPU_SUSPEND
349         def_bool PM_SLEEP
350
351 endmenu
352
353 menu "CPU Power Management"
354
355 source "drivers/cpuidle/Kconfig"
356
357 source "drivers/cpufreq/Kconfig"
358
359 endmenu
360
361 source "net/Kconfig"
362
363 source "drivers/Kconfig"
364
365 source "drivers/firmware/Kconfig"
366
367 source "fs/Kconfig"
368
369 source "arch/arm64/kvm/Kconfig"
370
371 source "arch/arm64/Kconfig.debug"
372
373 source "security/Kconfig"
374
375 source "crypto/Kconfig"
376 if CRYPTO
377 source "arch/arm64/crypto/Kconfig"
378 endif
379
380 source "lib/Kconfig"