RDMA/ocrdma: Add dependency on INET
authorRoland Dreier <roland@purestorage.com>
Sun, 19 Jan 2014 23:16:23 +0000 (15:16 -0800)
committerRoland Dreier <roland@purestorage.com>
Sun, 19 Jan 2014 23:16:23 +0000 (15:16 -0800)
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>
drivers/infiniband/hw/ocrdma/Kconfig

index b5b6056c8518f676b8975e7066fe4f1b04480acf..c0cddc0192d11f07e1d8a0e9b667120163209b1a 100644 (file)
@@ -1,6 +1,6 @@
 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---