#
# Zte network device configuration
#

config NET_VENDOR_ZTE
	bool "zte devices"
	default y
	depends on ETHERNET
	---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 zte cards. If you say Y, you will be asked for
	  your specific card in the following questions.

if NET_VENDOR_ZTE

config ZX29_GMAC
	tristate "zte zx297520v3 gmac support"
	default y
	depends on NET_VENDOR_ZTE
	---help---
	  Say Y here if you intend to attach a zte zx297520v3 gmac
	  Ethernet or Fast Ethernet card to your computer.
	  To compile this driver as a module, choose M here.  If unsure, say N.

endif # NET_VENDOR_ZTE

