Skip to content

Commit fcd4843

Browse files
arndbdavem330
authored andcommitted
hamradio: drop ISA_DMA_API dependency
It looks like the dependency got added accidentally in commit a553260 ("[PATCH] ISA DMA Kconfig fixes - part 3"). Unlike the previously removed dmascc driver, the scc driver never used DMA. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1f64757 commit fcd4843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/hamradio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ config BPQETHER
4747

4848
config SCC
4949
tristate "Z8530 SCC driver"
50-
depends on ISA && AX25 && ISA_DMA_API
50+
depends on ISA && AX25
5151
help
5252
These cards are used to connect your Linux box to an amateur radio
5353
in order to communicate with other computers. If you want to use

0 commit comments

Comments
 (0)