Explorar o código

kernel: add kernel module package for the DS1374 RTC

Package the driver for the DS1374 chip present on the T4240RDB.

Signed-off-by: Florian Larysch <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]> [fix missing symbol]
Florian Larysch %!s(int64=9) %!d(string=hai) anos
pai
achega
dfc14bd145
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      package/kernel/linux/modules/other.mk

+ 18 - 0
package/kernel/linux/modules/other.mk

@@ -531,6 +531,24 @@ endef
 $(eval $(call KernelPackage,rtc-ds1307))
 
 
+define KernelPackage/rtc-ds1374
+  SUBMENU:=$(OTHER_MENU)
+  TITLE:=Dallas/Maxim DS1374 RTC support
+  DEPENDS:=@RTC_SUPPORT +kmod-i2c-core
+  KCONFIG:=CONFIG_RTC_DRV_DS1374 \
+	CONFIG_RTC_DRV_DS1374_WDT=n \
+	CONFIG_RTC_CLASS=y
+  FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1374.ko
+  AUTOLOAD:=$(call AutoProbe,rtc-ds1374)
+endef
+
+define KernelPackage/rtc-ds1374/description
+ Kernel module for Dallas/Maxim DS1374.
+endef
+
+$(eval $(call KernelPackage,rtc-ds1374))
+
+
 define KernelPackage/rtc-ds1672
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Dallas/Maxim DS1672 RTC support