File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
config ARC
10
10
def_bool y
11
11
select ARC_TIMERS
12
+ select ARCH_HAS_PTE_SPECIAL
12
13
select ARCH_HAS_SYNC_DMA_FOR_CPU
13
14
select ARCH_HAS_SYNC_DMA_FOR_DEVICE
14
15
select ARCH_HAS_SG_CHAIN
@@ -28,8 +29,12 @@ config ARC
28
29
select GENERIC_SMP_IDLE_THREAD
29
30
select HAVE_ARCH_KGDB
30
31
select HAVE_ARCH_TRACEHOOK
32
+ select HAVE_DEBUG_STACKOVERFLOW
31
33
select HAVE_FUTEX_CMPXCHG if FUTEX
34
+ select HAVE_GENERIC_DMA_COHERENT
32
35
select HAVE_IOREMAP_PROT
36
+ select HAVE_KERNEL_GZIP
37
+ select HAVE_KERNEL_LZMA
33
38
select HAVE_KPROBES
34
39
select HAVE_KRETPROBES
35
40
select HAVE_MEMBLOCK
@@ -44,11 +49,6 @@ config ARC
44
49
select OF_EARLY_FLATTREE
45
50
select OF_RESERVED_MEM
46
51
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
52
52
53
53
config ARCH_HAS_CACHE_LINE_SIZE
54
54
def_bool y
You can’t perform that action at this time.
0 commit comments