Lines Matching +full:way +full:- +full:select
1 # SPDX-License-Identifier: GPL-2.0
4 select ARCH_32BIT_OFF_T
5 select ARCH_HAS_CPU_CACHE_ALIASING
6 select ARCH_HAS_DMA_PREP_COHERENT
7 select ARCH_HAS_SYNC_DMA_FOR_CPU
8 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
9 select ARCH_HAS_DMA_SET_UNCACHED
10 select ARCH_NO_SWAP
11 select COMMON_CLK
12 select TIMER_OF
13 select GENERIC_ATOMIC64
14 select GENERIC_CPU_DEVICES
15 select GENERIC_IRQ_PROBE
16 select GENERIC_IRQ_SHOW
17 select HAVE_ARCH_TRACEHOOK
18 select HAVE_ARCH_KGDB
19 select HAVE_PAGE_SIZE_4KB
20 select IRQ_DOMAIN
21 select LOCK_MM_AND_FIND_VMA
22 select MODULES_USE_ELF_RELA
23 select OF
24 select OF_EARLY_FLATTREE
25 select SOC_BUS
26 select SPARSE_IRQ
27 select USB_ARCH_HAS_HCD if USB_SUPPORT
28 select CPU_NO_EFFICIENT_FFS
29 select MMU_GATHER_NO_RANGE if MMU
82 2 or 4. Any non-aligned load/store instructions will be trapped and
97 On some platforms, there is currently no way for the boot loader to
99 some command-line options at build time by entering them here. In
120 bool "Passed kernel command line from u-boot"
122 Use bootargs env variable from u-boot for kernel command line.