diff options
author | Faisal Latif <faisal.latif@intel.com> | 2016-01-20 13:40:15 -0600 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-16 13:50:54 -0400 |
commit | 16666b4ac3b3639e1fa674a0288dc5878ca67d68 (patch) | |
tree | c4e4a4833894a93cae0358a0c34c11f1cd7adcaa /drivers/infiniband/hw/i40iw/Kconfig | |
parent | 4097351a47c588aeb50649da32213634563b1fe2 (diff) | |
download | linux-16666b4ac3b3639e1fa674a0288dc5878ca67d68.tar.gz linux-16666b4ac3b3639e1fa674a0288dc5878ca67d68.tar.bz2 linux-16666b4ac3b3639e1fa674a0288dc5878ca67d68.zip |
i40iw: Kconfig and Makefile for iwarp module
Kconfig and Makefile needed to build iwarp module.
Changes since v2:
moved from Kbuild to Makefile
Signed-off-by: Faisal Latif <faisal.latif@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/i40iw/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/i40iw/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig new file mode 100644 index 000000000000..6e7d27a14061 --- /dev/null +++ b/drivers/infiniband/hw/i40iw/Kconfig @@ -0,0 +1,7 @@ +config INFINIBAND_I40IW + tristate "Intel(R) Ethernet X722 iWARP Driver" + depends on INET && I40E + select GENERIC_ALLOCATOR + ---help--- + Intel(R) Ethernet X722 iWARP Driver + INET && I40IW && INFINIBAND && I40E |