From 412d1e64ea97435ca15996b754a3c20c2d382965 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 13 Apr 2015 13:06:34 +0000 Subject: mvebu: add support for the in-CPU RTC on the Armada 38x Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45415 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/other.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'package/kernel/linux') diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index bfdda2c389..a93583bf74 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -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 -- cgit v1.2.3