.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config MICROBLAZE |
---|
2 | 3 | def_bool y |
---|
| 4 | + select ARCH_32BIT_OFF_T |
---|
3 | 5 | select ARCH_NO_SWAP |
---|
| 6 | + select ARCH_HAS_BINFMT_FLAT if !MMU |
---|
| 7 | + select ARCH_HAS_DMA_PREP_COHERENT |
---|
4 | 8 | select ARCH_HAS_GCOV_PROFILE_ALL |
---|
5 | 9 | select ARCH_HAS_SYNC_DMA_FOR_CPU |
---|
6 | 10 | select ARCH_HAS_SYNC_DMA_FOR_DEVICE |
---|
| 11 | + select ARCH_HAS_DMA_SET_UNCACHED if !MMU |
---|
7 | 12 | select ARCH_MIGHT_HAVE_PC_PARPORT |
---|
8 | | - select ARCH_NO_COHERENT_DMA_MMAP if !MMU |
---|
9 | 13 | select ARCH_WANT_IPC_PARSE_VERSION |
---|
10 | | - select BUILDTIME_EXTABLE_SORT |
---|
| 14 | + select BUILDTIME_TABLE_SORT |
---|
11 | 15 | select TIMER_OF |
---|
12 | 16 | select CLONE_BACKWARDS3 |
---|
13 | 17 | select COMMON_CLK |
---|
14 | | - select DMA_NONCOHERENT_OPS |
---|
15 | | - select DMA_NONCOHERENT_MMAP |
---|
| 18 | + select DMA_DIRECT_REMAP if MMU |
---|
16 | 19 | select GENERIC_ATOMIC64 |
---|
17 | 20 | select GENERIC_CLOCKEVENTS |
---|
18 | 21 | select GENERIC_CPU_DEVICES |
---|
.. | .. |
---|
23 | 26 | select GENERIC_SCHED_CLOCK |
---|
24 | 27 | select HAVE_ARCH_HASH |
---|
25 | 28 | select HAVE_ARCH_KGDB |
---|
| 29 | + select HAVE_ARCH_SECCOMP |
---|
26 | 30 | select HAVE_DEBUG_KMEMLEAK |
---|
| 31 | + select HAVE_DMA_CONTIGUOUS |
---|
27 | 32 | select HAVE_DYNAMIC_FTRACE |
---|
28 | 33 | select HAVE_FTRACE_MCOUNT_RECORD |
---|
29 | 34 | select HAVE_FUNCTION_GRAPH_TRACER |
---|
30 | 35 | select HAVE_FUNCTION_TRACER |
---|
31 | | - select NO_BOOTMEM |
---|
32 | | - select HAVE_MEMBLOCK |
---|
33 | | - select HAVE_MEMBLOCK_NODE_MAP |
---|
34 | 36 | select HAVE_OPROFILE |
---|
| 37 | + select HAVE_PCI |
---|
35 | 38 | select IRQ_DOMAIN |
---|
36 | 39 | select XILINX_INTC |
---|
37 | 40 | select MODULES_USE_ELF_RELA |
---|
38 | 41 | select OF |
---|
39 | 42 | select OF_EARLY_FLATTREE |
---|
| 43 | + select PCI_DOMAINS_GENERIC if PCI |
---|
| 44 | + select PCI_SYSCALL if PCI |
---|
40 | 45 | select TRACING_SUPPORT |
---|
41 | 46 | select VIRT_TO_BUS |
---|
42 | 47 | select CPU_NO_EFFICIENT_FFS |
---|
| 48 | + select MMU_GATHER_NO_RANGE if MMU |
---|
| 49 | + select SPARSE_IRQ |
---|
| 50 | + select SET_FS |
---|
43 | 51 | |
---|
44 | 52 | # Endianness selection |
---|
45 | 53 | choice |
---|
.. | .. |
---|
57 | 65 | |
---|
58 | 66 | endchoice |
---|
59 | 67 | |
---|
60 | | -config RWSEM_GENERIC_SPINLOCK |
---|
61 | | - def_bool y |
---|
62 | | - |
---|
63 | 68 | config ZONE_DMA |
---|
64 | 69 | def_bool y |
---|
65 | | - |
---|
66 | | -config RWSEM_XCHGADD_ALGORITHM |
---|
67 | | - bool |
---|
68 | 70 | |
---|
69 | 71 | config ARCH_HAS_ILOG2_U32 |
---|
70 | 72 | def_bool n |
---|
.. | .. |
---|
119 | 121 | help |
---|
120 | 122 | Set this to have arguments from the default kernel command string |
---|
121 | 123 | override those passed by the boot loader. |
---|
122 | | - |
---|
123 | | -config SECCOMP |
---|
124 | | - bool "Enable seccomp to safely compute untrusted bytecode" |
---|
125 | | - depends on PROC_FS |
---|
126 | | - default y |
---|
127 | | - help |
---|
128 | | - This kernel feature is useful for number crunching applications |
---|
129 | | - that may need to compute untrusted bytecode during their |
---|
130 | | - execution. By using pipes or other transports made available to |
---|
131 | | - the process as file descriptors supporting the read/write |
---|
132 | | - syscalls, it's possible to isolate those applications in |
---|
133 | | - their own address space using seccomp. Once seccomp is |
---|
134 | | - enabled via /proc/<pid>/seccomp, it cannot be disabled |
---|
135 | | - and the task is only allowed to execute a few safe syscalls |
---|
136 | | - defined by each seccomp mode. |
---|
137 | | - |
---|
138 | | - If unsure, say Y. Only embedded should say N here. |
---|
139 | 124 | |
---|
140 | 125 | endmenu |
---|
141 | 126 | |
---|
.. | .. |
---|
268 | 253 | |
---|
269 | 254 | menu "Bus Options" |
---|
270 | 255 | |
---|
271 | | -config PCI |
---|
272 | | - bool "PCI support" |
---|
273 | | - |
---|
274 | | -config PCI_DOMAINS |
---|
275 | | - def_bool PCI |
---|
276 | | - |
---|
277 | | -config PCI_DOMAINS_GENERIC |
---|
278 | | - def_bool PCI_DOMAINS |
---|
279 | | - |
---|
280 | | -config PCI_SYSCALL |
---|
281 | | - def_bool PCI |
---|
282 | | - |
---|
283 | 256 | config PCI_XILINX |
---|
284 | 257 | bool "Xilinx PCI host bridge support" |
---|
285 | 258 | depends on PCI |
---|
286 | | - |
---|
287 | | -source "drivers/pci/Kconfig" |
---|
288 | 259 | |
---|
289 | 260 | endmenu |
---|