#
# Horizon network device configuration
#

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


config RTC_HOBOT
	bool "Hobot RTC devices"
	default y
	help
	  Hobot Rtc.

config HOBOT_RTC_SET
	bool "Hobot ACore RTC Set function"
	depends on RTC_HOBOT
	default n
	help
	  Allow ACore configure the RTC located in MCU Domain

config RTC_DRV_YSN8130
	tristate "Hobot YSN8130e"
	default m
	help
	  If you say yes here you will get support for the YSN8130.

	  This driver can also be built as a module. If so the module
	  will be called rtc-ysn8130.
