
config NET_VENDOR_WANGXUN
	bool "Wangxun net devices"
	default y
	---help---
	  Base Driver for WangXun(R) Ethernet Network Connection.
	  If you have a network (Ethernet) card belonging to this class, say Y.


if NET_VENDOR_WANGXUN

config NGBE
	tristate "Wangxun ngbe Ethernet support"
	depends on PCI
	---help---
	The ngbe driver supports the Large Receive Offload (LRO) feature.
	This option offers the lowest CPU utilization for receives but is completely
	incompatible with *routing/ip forwarding* and *bridging*. If enabling ip
	forwarding or bridging is a requirement, it is necessary to disable LRO using
	compile time options as noted in the LRO section later in this document. The
	result of not disabling LRO when combined with ip forwarding or bridging can be
	low throughput or even a kernel panic.

config NGBEVF
	tristate "Wangxun ngbevf Ethernet support"
	depends on PCI
	---help---
	The ngbevf driver.

config TXGBE
	tristate "Wangxun txgbe Ethernet support"
	depends on PCI
	---help---
	The txgbe driver supports the Large Receive Offload (LRO) feature.
	This option offers the lowest CPU utilization for receives but is completely
	incompatible with *routing/ip forwarding* and *bridging*. If enabling ip
	forwarding or bridging is a requirement, it is necessary to disable LRO using
	compile time options as noted in the LRO section later in this document. The
	result of not disabling LRO when combined with ip forwarding or bridging can be
	low throughput or even a kernel panic.

endif # NET_VENDOR_WANGXUN
