Skip to content

Commit c27d0e9

Browse files
committed
ARC: sort Kconfig
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
1 parent 1e3bece commit c27d0e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arc/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
config ARC
1010
def_bool y
1111
select ARC_TIMERS
12+
select ARCH_HAS_PTE_SPECIAL
1213
select ARCH_HAS_SYNC_DMA_FOR_CPU
1314
select ARCH_HAS_SYNC_DMA_FOR_DEVICE
1415
select ARCH_HAS_SG_CHAIN
@@ -28,8 +29,12 @@ config ARC
2829
select GENERIC_SMP_IDLE_THREAD
2930
select HAVE_ARCH_KGDB
3031
select HAVE_ARCH_TRACEHOOK
32+
select HAVE_DEBUG_STACKOVERFLOW
3133
select HAVE_FUTEX_CMPXCHG if FUTEX
34+
select HAVE_GENERIC_DMA_COHERENT
3235
select HAVE_IOREMAP_PROT
36+
select HAVE_KERNEL_GZIP
37+
select HAVE_KERNEL_LZMA
3338
select HAVE_KPROBES
3439
select HAVE_KRETPROBES
3540
select HAVE_MEMBLOCK
@@ -44,11 +49,6 @@ config ARC
4449
select OF_EARLY_FLATTREE
4550
select OF_RESERVED_MEM
4651
select PERF_USE_VMALLOC if ARC_CACHE_VIPT_ALIASING
47-
select HAVE_DEBUG_STACKOVERFLOW
48-
select HAVE_GENERIC_DMA_COHERENT
49-
select HAVE_KERNEL_GZIP
50-
select HAVE_KERNEL_LZMA
51-
select ARCH_HAS_PTE_SPECIAL
5252

5353
config ARCH_HAS_CACHE_LINE_SIZE
5454
def_bool y

0 commit comments

Comments
 (0)