diff options
author | Yuval Shaia <yuval.shaia@oracle.com> | 2017-09-06 13:15:50 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-09-27 08:54:19 -0400 |
commit | 931bc0d91639f8fbf336332aa443705004ecf61d (patch) | |
tree | 75b19d9ef1a7619cf03a344718e9d876e05ef35e /drivers/staging/lustre/lnet | |
parent | IB/core: fix spelling mistake: "aceess" -> "access" (diff) | |
download | linux-dev-931bc0d91639f8fbf336332aa443705004ecf61d.tar.xz linux-dev-931bc0d91639f8fbf336332aa443705004ecf61d.zip |
IB: Move PCI dependency from root KConfig to HW's KConfigs
No reason to have dependency on PCI for the entire infiniband stack so
move it to KConfig of only the drivers that actually using PCI.
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/lustre/lnet')
-rw-r--r-- | drivers/staging/lustre/lnet/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/Kconfig b/drivers/staging/lustre/lnet/Kconfig index 2b5930150cda..6bcb53d0c6f4 100644 --- a/drivers/staging/lustre/lnet/Kconfig +++ b/drivers/staging/lustre/lnet/Kconfig @@ -34,7 +34,7 @@ config LNET_SELFTEST config LNET_XPRT_IB tristate "LNET infiniband support" - depends on LNET && INFINIBAND && INFINIBAND_ADDR_TRANS + depends on LNET && PCI && INFINIBAND && INFINIBAND_ADDR_TRANS default LNET && INFINIBAND help This option allows the LNET users to use infiniband as an |