diff options
| author | Rodolfo Giometti <giometti@enneenne.com> | 2024-11-08 08:31:13 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-08 13:18:09 +0100 |
| commit | 580afe4acbd40ddeca5f2edc2bca7f7ab6999fc8 (patch) | |
| tree | 2bee4a9566b7b2b14d88e1b0e9e9f8d36a4ce29b /drivers/pps/generators/Kconfig | |
| parent | 86b525bed2758878e788c9fb6b8fb281fd61bdb0 (diff) | |
| download | linux-next-580afe4acbd40ddeca5f2edc2bca7f7ab6999fc8.tar.gz linux-next-580afe4acbd40ddeca5f2edc2bca7f7ab6999fc8.zip | |
drivers pps/generators: add dummy PPS generator
This dummy PPS generator can be used for debugging and documentation
purposes.
Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
Link: https://lore.kernel.org/r/20241108073115.759039-3-giometti@enneenne.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pps/generators/Kconfig')
| -rw-r--r-- | drivers/pps/generators/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pps/generators/Kconfig b/drivers/pps/generators/Kconfig index b34e483eff21..cd94bf3bfaf2 100644 --- a/drivers/pps/generators/Kconfig +++ b/drivers/pps/generators/Kconfig @@ -14,6 +14,15 @@ menuconfig PPS_GENERATOR if PPS_GENERATOR +config PPS_GENERATOR_DUMMY + tristate "Dummy PPS generator (Testing generator, use for debug)" + help + If you say yes here you get support for a PPS debugging generator + (which generates no PPS signal at all). + + This driver can also be built as a module. If so, the module + will be called pps_gen-dummy. + config PPS_GENERATOR_PARPORT tristate "Parallel port PPS signal generator" depends on PARPORT && BROKEN |
