mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
ab4f526058
Adding high-level "if PPS" makes lower-level dependency tests superfluous. Link: http://lkml.kernel.org/r/alpine.LFD.2.20.1708261050500.8156@localhost.localdomain Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: Rodolfo Giometti <giometti@enneenne.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
#
|
|
# PPS generators configuration
|
|
#
|
|
|
|
comment "PPS generators support"
|
|
|
|
config PPS_GENERATOR_PARPORT
|
|
tristate "Parallel port PPS signal generator"
|
|
depends on 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.
|