Kconfig 595 B

12345678910111213141516171819202122232425
  1. #
  2. # PPS clients configuration
  3. #
  4. if PPS
  5. comment "PPS clients support"
  6. config PPS_CLIENT_KTIMER
  7. tristate "Kernel timer client (Testing client, use for debug)"
  8. help
  9. If you say yes here you get support for a PPS debugging client
  10. which uses a kernel timer to generate the PPS signal.
  11. This driver can also be built as a module. If so, the module
  12. will be called pps-ktimer.
  13. config PPS_CLIENT_LDISC
  14. tristate "PPS line discipline"
  15. depends on PPS
  16. help
  17. If you say yes here you get support for a PPS source connected
  18. with the CD (Carrier Detect) pin of your serial port.
  19. endif