blob: 5fbd6148c804b182249a2e947f10cd60491cb897 [file] [log] [blame]
Alexander Gordeev46b402a2011-01-12 17:00:59 -08001#
2# PPS generators configuration
3#
4
5if PPS
6
7comment "PPS generators support"
8
9config PPS_GENERATOR_PARPORT
10 tristate "Parallel port PPS signal generator"
11 depends on PARPORT != n && GENERIC_TIME
12 help
13 If you say yes here you get support for a PPS signal generator which
14 utilizes STROBE pin of a parallel port to send PPS signals. It uses
15 parport abstraction layer and hrtimers to precisely control the signal.
16
17endif