1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:58:32 +03:00

package/kernel: add module for the Pericom PT7C4338 RTC chip

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-04-29 15:08:23 +00:00
parent d2863cfd2d
commit 854a591dbd

View File

@ -828,6 +828,20 @@ endef
$(eval $(call KernelPackage,rtc-pcf2123))
define KernelPackage/rtc-pt7c4338
SUBMENU:=$(OTHER_MENU)
TITLE:=Pericom PT7C4338 RTC support
$(call AddDepends/rtc,+kmod-i2c-core)
KCONFIG:=CONFIG_RTC_DRV_PT7C4338
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pt7c4338.ko
AUTOLOAD:=$(call AutoLoad,60,rtc-pt7c4338)
endef
define KernelPackage/rtc-pt7c4338/description
Kernel module for Pericom PT7C4338 i2c RTC chip.
endef
$(eval $(call KernelPackage,rtc-pt7c4338))
define KernelPackage/n810bm
SUBMENU:=$(OTHER_MENU)