Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1782852 authored by Ramkrishna Vepa's avatar Ramkrishna Vepa Committed by David S. Miller
Browse files

Neterion: New driver: Kconfig and Makefile



- Kconfig and Makefile related changes for vxge driver.

- No changes in current submission.

- Changes from previous submission -
 - Incorporated the following review comments as per Bill Flink:
        - Add dependancy on INET along with PCI
        - Remove dependancy on INET_LRO and add GRO support.
 - Made this patch as last patch as per Ben Hutchings comments.

Signed-off-by: default avatarSivakumar Subramani <sivakumar.subramani@neterion.com>
Signed-off-by: default avatarRastapur Santosh <santosh.rastapur@neterion.com>
Signed-off-by: default avatarRamkrishna Vepa <ram.vepa@neterion.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5f548a32
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -2547,6 +2547,23 @@ config S2IO
	  More specific information on configuring the driver is in 
	  <file:Documentation/networking/s2io.txt>.

config VXGE
	tristate "Neterion X3100 Series 10GbE PCIe Server Adapter"
	depends on PCI && INET
	---help---
	  This driver supports Neterion Inc's X3100 Series 10 GbE PCIe
	  I/O Virtualized Server Adapter.
	  More specific information on configuring the driver is in
	  <file:Documentation/networking/vxge.txt>.

config VXGE_DEBUG_TRACE_ALL
	bool "Enabling All Debug trace statments in driver"
	default n
	depends on VXGE
	---help---
	  Say Y here if you want to enabling all the debug trace statements in
	  driver. By  default only few debug trace statements are enabled.

config MYRI10GE
	tristate "Myricom Myri-10G Ethernet support"
	depends on PCI && INET
+1 −0
Original line number Diff line number Diff line
@@ -220,6 +220,7 @@ obj-$(CONFIG_R8169) += r8169.o
obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
obj-$(CONFIG_IBMVETH) += ibmveth.o
obj-$(CONFIG_S2IO) += s2io.o
obj-$(CONFIG_VXGE) += vxge/
obj-$(CONFIG_MYRI10GE) += myri10ge/
obj-$(CONFIG_SMC91X) += smc91x.o
obj-$(CONFIG_SMC911X) += smc911x.o
+7 −0
Original line number Diff line number Diff line
#
# Makefile for Neterion Inc's X3100 Series 10 GbE PCIe # I/O
# Virtualized Server Adapter linux driver

obj-$(CONFIG_VXGE) += vxge.o

vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o