Kconfig 393 B

123456789101112131415161718
  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. endif