#
# Renesas device configuration
#

config SH_ETH
	tristate "Renesas SuperH Ethernet support"
	depends on HAS_DMA
	select CRC32
	select NET_CORE
	select MII
	select MDIO_BITBANG
	select PHYLIB
	---help---
	  Renesas SuperH Ethernet device driver.
	  This driver supporting CPUs are:
		- SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
		  R8A7740, R8A777x and R8A779x.

config RAVB
	tristate "Renesas Ethernet AVB Hardware support"
	depends on HAS_DMA
	select CRC32
	select NET_CORE
	select MII
	select MDIO_BITBANG
	select PHYLIB
	---help---
	  Renesas Ethernet AVB device driver.
	  This driver supporting CPUs are:
		- R8A779x.

if RAVB

config RAVB_PTP_1588_CLOCK
	bool "Renesas Ethernet AVB as PTP clock"
	depends on RAVB
	select PTP_1588_CLOCK
	default y
	help
	  This driver adds support for using the Renesas Ethernet
	  AVB as a PTP clock. This clock is only useful if your PTP
	  programs are getting hardware time stamps on the PTP
	  Ethernet packets using the SO_TIMESTAMPING API.

endif # CONFIG_RAVB

