summaryrefslogtreecommitdiff
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-23 09:35:27 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-23 09:35:27 +0000
commit295130a69b038223b1c59d8389e83e6524b45106 (patch)
treea0bba0385c24cd378a10b477d9aad5f7dcec1d62 /package/kernel/linux
parent874b26933d8193156814bd418be95580f1d2a0fd (diff)
downloadmtk-20170518-295130a69b038223b1c59d8389e83e6524b45106.zip
mtk-20170518-295130a69b038223b1c59d8389e83e6524b45106.tar.gz
mtk-20170518-295130a69b038223b1c59d8389e83e6524b45106.tar.bz2
kernel: other.mk: add pps-gpio support
The pps-gpio kernel module supports Pulse-Per-Second provided by a GPIO. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40831
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/other.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 00c73fc..8f68bd8 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -775,6 +775,24 @@ endef
$(eval $(call KernelPackage,pps))
+define KernelPackage/pps-gpio
+ SUBMENU:=$(OTHER_MENU)
+ TITLE:=PPS client using GPIO
+ DEPENDS:=+kmod-pps
+ KCONFIG:=CONFIG_PPS_CLIENT_GPIO
+ FILES:=$(LINUX_DIR)/drivers/pps/clients/pps-gpio.ko
+ AUTOLOAD:=$(call AutoLoad,18,pps-gpio,1)
+endef
+
+define KernelPacakge/pps-gpio/description
+ Support for a PPS source using GPIO. To be useful you must
+ also register a platform device specifying the GPIO pin and
+ other options, usually in your board setup.
+endef
+
+$(eval $(call KernelPackage,pps-gpio))
+
+
define KernelPackage/ptp
SUBMENU:=$(OTHER_MENU)
TITLE:=PTP clock support