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

Commit 2d97436f authored by Upinder Malhi's avatar Upinder Malhi Committed by Roland Dreier
Browse files

IB/usnic: Add dependency on CONFIG_INET



usNIC needs inet notifiers to function correctly, so add a Kconfig
dependency on CONFIG_INET.

Signed-off-by: default avatarUpinder Malhi <umalhi@cisco.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 4942c0b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config INFINIBAND_USNIC
	tristate "Verbs support for Cisco VIC"
	depends on NETDEVICES && ETHERNET && PCI && INTEL_IOMMU
	depends on NETDEVICES && ETHERNET && INET && PCI && INTEL_IOMMU
	select ENIC
	select NET_VENDOR_CISCO
	select PCI_IOV