Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9392fa06 authored by Roland Dreier's avatar Roland Dreier
Browse files

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: default avatarRoland Dreier <roland@purestorage.com>
parent 31ab8acb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config INFINIBAND_OCRDMA
	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 BE2NET
	---help---