Kconfig 400 B

1234567891011121314
  1. #
  2. # PPS generators configuration
  3. #
  4. comment "PPS generators support"
  5. config PPS_GENERATOR_PARPORT
  6. tristate "Parallel port PPS signal generator"
  7. depends on PARPORT && BROKEN
  8. help
  9. If you say yes here you get support for a PPS signal generator which
  10. utilizes STROBE pin of a parallel port to send PPS signals. It uses
  11. parport abstraction layer and hrtimers to precisely control the signal.