config DWEQOS_ETH
	tristate "DesignWare Ethernet Quality-of-Service Ethernet driver"
	depends on HAS_IOMEM && HAS_DMA
	select NET_CORE
	select MII
	select PHYLIB
	select CRC32
	---help---
	  This is the driver for the Ethernet IPs are built around a
	  Synopsys IP Core and only tested on Pesaro SoC platforms.

if DWEQOS_ETH

config DWEQOS_DEBUG_FS
	bool "Enable monitoring via sysFS "
	default n
	depends on DWEQOS_ETH && DEBUG_FS
	---help---
	  The dweqos entry in /sys reports DMA TX/RX rings
	  or (if supported) the HW cap register.

config DWEQOS_DA
	bool "DWEQOS DMA arbitration scheme"
	default n
	---help---
	  Selecting this option, rx has priority over Tx (only for Giga
	  Ethernet device).
	  By default, the DMA arbitration scheme is based on Round-robin
	  (rx:tx priority is 1:1).
endif
