Skip to content

Commit dc07201

Browse files
committed
m68k: Sort selects in main Kconfig
Sort the list of select statements in the main Kconfig file for the m68k architecture, to avoid conflicts when modifying this list. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20200826125259.24069-1-geert@linux-m68k.org
1 parent d473de0 commit dc07201

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

arch/m68k/Kconfig

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ config M68K
66
select ARCH_HAS_BINFMT_FLAT
77
select ARCH_HAS_DMA_PREP_COHERENT if HAS_DMA && MMU && !COLDFIRE
88
select ARCH_HAS_SYNC_DMA_FOR_DEVICE if HAS_DMA
9+
select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
910
select ARCH_MIGHT_HAVE_PC_PARPORT if ISA
1011
select ARCH_NO_PREEMPT if !COLDFIRE
12+
select ARCH_WANT_IPC_PARSE_VERSION
1113
select BINFMT_FLAT_ARGVP_ENVP_ON_STACK
1214
select DMA_DIRECT_REMAP if HAS_DMA && MMU && !COLDFIRE
13-
select HAVE_IDE
14-
select HAVE_AOUT if MMU
15-
select HAVE_ASM_MODVERSIONS
16-
select HAVE_DEBUG_BUGVERBOSE
17-
select GENERIC_IRQ_SHOW
1815
select GENERIC_ATOMIC64
19-
select NO_DMA if !MMU && !COLDFIRE
20-
select HAVE_UID16
21-
select VIRT_TO_BUS
22-
select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
2316
select GENERIC_CPU_DEVICES
2417
select GENERIC_IOMAP
18+
select GENERIC_IRQ_SHOW
2519
select GENERIC_STRNCPY_FROM_USER if MMU
2620
select GENERIC_STRNLEN_USER if MMU
27-
select ARCH_WANT_IPC_PARSE_VERSION
21+
select HAVE_AOUT if MMU
22+
select HAVE_ASM_MODVERSIONS
23+
select HAVE_DEBUG_BUGVERBOSE
2824
select HAVE_FUTEX_CMPXCHG if MMU && FUTEX
25+
select HAVE_IDE
2926
select HAVE_MOD_ARCH_SPECIFIC
27+
select HAVE_UID16
28+
select MMU_GATHER_NO_RANGE if MMU
3029
select MODULES_USE_ELF_REL
3130
select MODULES_USE_ELF_RELA
32-
select OLD_SIGSUSPEND3
31+
select NO_DMA if !MMU && !COLDFIRE
3332
select OLD_SIGACTION
34-
select MMU_GATHER_NO_RANGE if MMU
33+
select OLD_SIGSUSPEND3
34+
select VIRT_TO_BUS
3535

3636
config CPU_BIG_ENDIAN
3737
def_bool y

0 commit comments

Comments
 (0)