xref: /linux/drivers/pps/generators/Kconfig (revision b274e75c20f91c2d8fec43f8246282c2817f8e7c)
1#
2# PPS generators configuration
3#
4
5comment "PPS generators support"
6	depends on PPS
7
8config PPS_GENERATOR_PARPORT
9	tristate "Parallel port PPS signal generator"
10	depends on PPS && PARPORT && BROKEN
11	help
12	  If you say yes here you get support for a PPS signal generator which
13	  utilizes STROBE pin of a parallel port to send PPS signals. It uses
14	  parport abstraction layer and hrtimers to precisely control the signal.
15