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/infiniband/Kconfig | |
parent | 8f63d4b1d557b037b597ba5da295a3eb70a6df72 (diff) | |
download | linux-931bc0d91639f8fbf336332aa443705004ecf61d.tar.bz2 |
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/Kconfig')
-rw-r--r-- | drivers/infiniband/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index 3726205c8704..b62b3b1e09cd 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig @@ -1,6 +1,5 @@ menuconfig INFINIBAND tristate "InfiniBand support" - depends on PCI || BROKEN depends on HAS_IOMEM depends on NET depends on INET |