swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: cc4a41fe5541a73019a864883297bd5043aa6d98 authored by Linus Torvalds on 28 August 2017, 00:20:40 UTC
Linux 4.13-rc7
Tip revision: cc4a41f
Kconfig
#
# PPS generators configuration
#

comment "PPS generators support"
	depends on PPS

config PPS_GENERATOR_PARPORT
	tristate "Parallel port PPS signal generator"
	depends on PPS && PARPORT && BROKEN
	help
	  If you say yes here you get support for a PPS signal generator which
	  utilizes STROBE pin of a parallel port to send PPS signals. It uses
	  parport abstraction layer and hrtimers to precisely control the signal.
back to top