#
# Linkdata Technology Corporation network device configuration
#

config NET_VENDOR_LD
	bool "Linkdata Technology Corporation network devices"
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about Intel cards. If you say Y, you will be asked for
	  your specific card in the following questions.

if NET_VENDOR_LD

config SXE
	tristate "LD 1160-2X 2-port 10G SFP+ NIC"
	depends on PCI
	select MII
	help
	To compile this driver as a module, choose 'm' here.
	Module will be called megaraid_sas

config SXEVF
	tristate "LD 1160-2X Virtual Function"
	depends on PCI
	help
	To compile this driver as a module, choose 'm' here.
	Module will be called megaraid_sas

endif # NET_VENDOR_LD
