RDMA/ocrdma: Add dependency on INET
Now that ocrdma supports IP-based addressing, we need to depend on INET, since ocrdma registers itself for net device events. Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
parent
31ab8acbf6
commit
9392fa0641
|
@ -1,6 +1,6 @@
|
||||||
config INFINIBAND_OCRDMA
|
config INFINIBAND_OCRDMA
|
||||||
tristate "Emulex One Connect HCA support"
|
tristate "Emulex One Connect HCA support"
|
||||||
depends on ETHERNET && NETDEVICES && PCI && (IPV6 || IPV6=n)
|
depends on ETHERNET && NETDEVICES && PCI && INET && (IPV6 || IPV6=n)
|
||||||
select NET_VENDOR_EMULEX
|
select NET_VENDOR_EMULEX
|
||||||
select BE2NET
|
select BE2NET
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in New Issue