config NET_VENDOR_DAPUSTOR
	bool "DapuStor Net devices"
	default y
	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_DAPUSTOR
config DN200
	default m
	tristate "DapuStor Ethernet Controller Pulynk Family support"
	depends on X86_64 || ARM64
	depends on PCI && NET
	help
	  This driver supports DapuStor Ethernet Controller Pulynk Family of
	  devices.

config DN200_DCB
	bool "Data Center Bridging (DCB) Support"
	default n
	depends on DN200 && DCB
	help
	  Say Y here if you want to use Data Center Bridging (DCB) in the
	  driver.

	  If unsure, say N.

endif # NET_VENDOR_DAPUSTOR
