config AVE
	bool "Use Ethernet AVE"
	help
	  This option provides support for on-chip ethernet device.

choice
	prompt "AVE PHY mode select"
	default AVE_RGMII
	depends on AVE

config AVE_RGMII
	bool "RGMII PHY mode (10M/100M/1Gbit)"

config AVE_RMII
	bool "RMII PHY mode (10M/100Mbit)"

endchoice
