#
# DMW96 GMAC driver configuration
#

config DMW96_GMAC
	bool "Enable synopsis GMAC"
	depends on ARM && (ARCH_VERSATILE || ARCH_DMW)
	select PHYLIB
	---help---
	  This enables support for the DSPG DMW96 GMAC.

config DMW96_GMAC_DEBUG
	bool "Enable GMAC debug"
	depends on DMW96_GMAC
	---help---
	 This enables support for debug DSPG DWM96 GMAC.
	 Please select the debug level of the DSPG DWM96 GMAC

choice
	prompt "Debug level"
	depends on DMW96_GMAC_DEBUG

config GMAC_DEBUG_NOTICE
	bool "Notice"

config GMAC_DEBUG_WARNING
	bool "Warning"

config GMAC_DEBUG_ERROR
	bool "Error"

endchoice
