Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # PPS clients configuration
  3. #
  4. comment "PPS clients support"
  5. config PPS_CLIENT_KTIMER
  6. tristate "Kernel timer client (Testing client, use for debug)"
  7. help
  8. If you say yes here you get support for a PPS debugging client
  9. which uses a kernel timer to generate the PPS signal.
  10. This driver can also be built as a module. If so, the module
  11. will be called pps-ktimer.
  12. config PPS_CLIENT_LDISC
  13. tristate "PPS line discipline"
  14. depends on TTY
  15. help
  16. If you say yes here you get support for a PPS source connected
  17. with the CD (Carrier Detect) pin of your serial port.
  18. config PPS_CLIENT_PARPORT
  19. tristate "Parallel port PPS client"
  20. depends on PARPORT
  21. help
  22. If you say yes here you get support for a PPS source connected
  23. with the interrupt pin of your parallel port.
  24. config PPS_CLIENT_GPIO
  25. tristate "PPS client using GPIO"
  26. help
  27. If you say yes here you get support for a PPS source using
  28. GPIO. To be useful you must also register a platform device
  29. specifying the GPIO pin and other options, usually in your board
  30. setup.