Lines Matching +full:way +full:- +full:select
1 # SPDX-License-Identifier: GPL-2.0
4 select ARCH_32BIT_OFF_T
5 select ARCH_HAS_DMA_PREP_COHERENT
6 select ARCH_HAS_SYNC_DMA_FOR_CPU
7 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
8 select ARCH_HAS_DMA_SET_UNCACHED
9 select ARCH_NO_SWAP
10 select COMMON_CLK
11 select TIMER_OF
12 select GENERIC_ATOMIC64
13 select GENERIC_CPU_DEVICES
14 select GENERIC_IRQ_PROBE
15 select GENERIC_IRQ_SHOW
16 select HAVE_ARCH_TRACEHOOK
17 select HAVE_ARCH_KGDB
18 select IRQ_DOMAIN
19 select MODULES_USE_ELF_RELA
20 select OF
21 select OF_EARLY_FLATTREE
22 select SOC_BUS
23 select SPARSE_IRQ
24 select USB_ARCH_HAS_HCD if USB_SUPPORT
25 select CPU_NO_EFFICIENT_FFS
26 select MMU_GATHER_NO_RANGE if MMU
27 select SET_FS
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.