diff options
author | Yuval Shaia <yuval.shaia@oracle.com> | 2017-09-06 12:15:50 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-09-27 14:54:19 +0200 |
commit | 931bc0d91639f8fbf336332aa443705004ecf61d (patch) | |
tree | 75b19d9ef1a7619cf03a344718e9d876e05ef35e /drivers/infiniband/hw/qib/Kconfig | |
parent | IB/core: fix spelling mistake: "aceess" -> "access" (diff) | |
download | linux-931bc0d91639f8fbf336332aa443705004ecf61d.tar.xz linux-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/infiniband/hw/qib/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/qib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/Kconfig b/drivers/infiniband/hw/qib/Kconfig index e0fdb9201423..cb06314a2ae2 100644 --- a/drivers/infiniband/hw/qib/Kconfig +++ b/drivers/infiniband/hw/qib/Kconfig @@ -1,6 +1,7 @@ config INFINIBAND_QIB tristate "Intel PCIe HCA support" depends on 64BIT && INFINIBAND_RDMAVT + depends on PCI ---help--- This is a low-level driver for Intel PCIe QLE InfiniBand host channel adapters. This driver does not support the Intel |