summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-12-17 02:47:16 +0000
committerLuka Perkov <luka@openwrt.org>2013-12-17 02:47:16 +0000
commita9376b6fdb254564de51952fa844bfe2d86df186 (patch)
tree4508275eb1bddb2f423c6cb34fc1a674ef719045 /package/kernel/linux/modules
parentccf1ee93d9ce2361496b5955b832d74ab1613287 (diff)
downloadmtk-20170518-a9376b6fdb254564de51952fa844bfe2d86df186.zip
mtk-20170518-a9376b6fdb254564de51952fa844bfe2d86df186.tar.gz
mtk-20170518-a9376b6fdb254564de51952fa844bfe2d86df186.tar.bz2
kernel: add rtc-ds1672 module support
Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39110
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/other.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index d8d437f..c1adc66 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -485,6 +485,23 @@ endef
$(eval $(call KernelPackage,pwm-gpio))
+define KernelPackage/rtc-ds1672
+ SUBMENU:=$(OTHER_MENU)
+ TITLE:=Dallas/Maxim DS1672 RTC support
+ $(call AddDepends/rtc)
+ DEPENDS+=+kmod-i2c-core
+ KCONFIG:=CONFIG_RTC_DRV_DS1672
+ FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1672.ko
+ AUTOLOAD:=$(call AutoProbe,rtc-ds1672)
+endef
+
+define KernelPackage/rtc-ds1672/description
+ Kernel module for Dallas/Maxim DS1672 RTC.
+endef
+
+$(eval $(call KernelPackage,rtc-ds1672))
+
+
define KernelPackage/rtc-isl1208
SUBMENU:=$(OTHER_MENU)
TITLE:=Intersil ISL1208 RTC support