pps: new client driver using GPIO
[pandora-kernel.git] / drivers / pps / clients / Kconfig
index 8520a7f..c2e0f1e 100644 (file)
@@ -29,4 +29,13 @@ config PPS_CLIENT_PARPORT
          If you say yes here you get support for a PPS source connected
          with the interrupt pin of your parallel port.
 
+config PPS_CLIENT_GPIO
+       tristate "PPS client using GPIO"
+       depends on PPS
+       help
+         If you say yes here you get support for a PPS source using
+         GPIO. To be useful you must also register a platform device
+         specifying the GPIO pin and other options, usually in your board
+         setup.
+
 endif