#
# gmac driver configuration
#

# menuconfig NET_ZX29_GMAC
#	bool  "ZTE 7520V2 NET GMAC"
#	default Y
#	depends on NET
#	---help---
#	  This section contains gmac config 

# if NET_ZX29_GMAC

config NET_ZX29_GMAC
	bool "ZTE 7520V2 NET GMAC"
	default y
	
config NET_ZX29_GMAC_PHY
      bool "ZTE 7520V2 NET GMAC PHY"
	  depends on NET_ZX29_GMAC
      default y

 
config NET_ZX29_GMAC_SWITCH
      bool "ZTE 7520V2 NET GMAC SWITCH"
	  depends on NET_ZX29_GMAC
      default y


# endif # NET_ZX29_GMAC