File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ config M68K
17
17
select HAVE_COPY_THREAD_TLS
18
18
select GENERIC_IRQ_SHOW
19
19
select GENERIC_ATOMIC64
20
+ select NO_DMA if !MMU && !COLDFIRE
20
21
select HAVE_UID16
21
22
select VIRT_TO_BUS
22
23
select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
@@ -60,9 +61,6 @@ config TIME_LOW_RES
60
61
config NO_IOPORT_MAP
61
62
def_bool y
62
63
63
- config NO_DMA
64
- def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
65
-
66
64
config ZONE_DMA
67
65
bool
68
66
default y
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ config SUN3
126
126
depends on MMU
127
127
depends on !MMU_MOTOROLA
128
128
select MMU_SUN3 if MMU
129
+ select NO_DMA
129
130
select M68020
130
131
help
131
132
This option enables support for the Sun 3 series of workstations
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ config UML
15
15
select HAVE_DEBUG_KMEMLEAK
16
16
select HAVE_DEBUG_BUGVERBOSE
17
17
select HAVE_COPY_THREAD_TLS
18
+ select NO_DMA
18
19
select GENERIC_IRQ_SHOW
19
20
select GENERIC_CPU_DEVICES
20
21
select GENERIC_CLOCKEVENTS
@@ -168,9 +169,6 @@ config MMAPPER
168
169
This driver allows a host file to be used as emulated IO memory inside
169
170
UML.
170
171
171
- config NO_DMA
172
- def_bool y
173
-
174
172
config PGTABLE_LEVELS
175
173
int
176
174
default 3 if 3_LEVEL_PGTABLES
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
3
+ config NO_DMA
4
+ bool
5
+
3
6
config HAS_DMA
4
7
bool
5
8
depends on !NO_DMA
You can’t perform that action at this time.
0 commit comments