#
# Horizon network device configuration
#

#source "../hobot-drivers/ethernet/hobot_fpga"


config NET_VENDOR_HOBOT
	bool "Hobot ethernet devices"
	default y
	help
	  If you have a network (Ethernet) device belonging to this class, say Y.

if NET_VENDOR_HOBOT

config HOBOT_ETH_XPCS
	tristate "Hobot Super SoC family hsis xpcs driver support"
	select PHYLIB
	select CRC32
	select MII
	depends on OF && HAS_DMA
	help
		This driver supports the horizon robotics Super SoC family hsis xpcs phy driver

config HOBOT_ETH
	tristate "Hobot Super SoC family Ethernet driver support"
	select PHYLIB
	select CRC32
	select MII
	depends on OF && HAS_DMA && HOBOT_ETH_XPCS
	help
		This driver supports the horizon robotics Super SoC family Ethernet driver

endif # NET_VENDOR_HOBOT
