mvebu: add support for the in-CPU RTC on the Armada 38x

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 45415
This commit is contained in:
Imre Kaloz
2015-04-13 13:06:34 +00:00
parent c9e6c7c836
commit 8c684f42e5
2 changed files with 420 additions and 0 deletions

View File

@@ -573,6 +573,23 @@ endef
$(eval $(call KernelPackage,rtc-marvell))
define KernelPackage/rtc-armada38x
SUBMENU:=$(OTHER_MENU)
TITLE:=Marvell Armada 38x SoC built-in RTC support
DEPENDS:=@RTC_SUPPORT @TARGET_mvebu
KCONFIG:=CONFIG_RTC_DRV_ARMADA38X
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-armada38x.ko
AUTOLOAD:=$(call AutoProbe,rtc-armada38x)
endef
define KernelPackage/rtc-armada38x/description
Kernel module for Marvell Armada 38x SoC built-in RTC.
endef
$(eval $(call KernelPackage,rtc-armada38x))
define KernelPackage/rtc-pcf8563
SUBMENU:=$(OTHER_MENU)
TITLE:=Philips PCF8563/Epson RTC8564 RTC support