On 10/18/24 7:39 AM, Rodolfo Giometti wrote: > diff --git a/drivers/pps/generators/Kconfig b/drivers/pps/generators/Kconfig > index 5edbfdb8bd92..0c70df454caa 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 actual generates no PPS signal at all). Either actually or drop that word completely. > + > + This driver can also be built as a module. If so, the module > + will be called pps_gen-dummy. -- ~Randy