mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
d238ca0981
This driver doesn't provide any kernel services, it only provides an interface via uverbs, so it should depend on, not select, uverbs support. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
config INFINIBAND_USNIC
|
|
tristate "Verbs support for Cisco VIC"
|
|
depends on NETDEVICES && ETHERNET && INET && PCI && INTEL_IOMMU
|
|
depends on INFINIBAND_USER_ACCESS
|
|
select ENIC
|
|
select NET_VENDOR_CISCO
|
|
select PCI_IOV
|
|
---help---
|
|
This is a low-level driver for Cisco's Virtual Interface
|
|
Cards (VICs), including the VIC 1240 and 1280 cards.
|