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
/
infiniband
/
sw
/
rdmavt
/
Kconfig
blob
1f2759c72108a9623fb1e4c0277245cc37fe701f
1
# SPDX-License-Identifier: GPL-2.0-only
2
config INFINIBAND_RDMAVT
3
tristate "RDMA verbs transport library"
4
depends on X86_64 && ARCH_DMA_ADDR_T_64BIT
5
depends on PCI
6
select DMA_VIRT_OPS
7
---help---
8
This is a common software verbs provider for RDMA networks.