repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
staging
/
ralink-gdma
/
Kconfig
blob
54e8029e6b1afb15beef1641d463b1014927803d
1
# SPDX-License-Identifier: GPL-2.0
2
config DMA_RALINK
3
tristate "RALINK DMA support"
4
depends on RALINK && !SOC_RT288X
5
select DMA_ENGINE
6
select DMA_VIRTUAL_CHANNELS
7