diff options
Diffstat (limited to 'drivers/pps/clients/Kconfig')
-rw-r--r-- | drivers/pps/clients/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pps/clients/Kconfig b/drivers/pps/clients/Kconfig index 8520a7f4dd62..445197d4a8c4 100644 --- a/drivers/pps/clients/Kconfig +++ b/drivers/pps/clients/Kconfig | |||
@@ -29,4 +29,13 @@ config PPS_CLIENT_PARPORT | |||
29 | If you say yes here you get support for a PPS source connected | 29 | If you say yes here you get support for a PPS source connected |
30 | with the interrupt pin of your parallel port. | 30 | with the interrupt pin of your parallel port. |
31 | 31 | ||
32 | config PPS_CLIENT_GPIO | ||
33 | tristate "PPS client using GPIO" | ||
34 | depends on PPS && GENERIC_HARDIRQS | ||
35 | help | ||
36 | If you say yes here you get support for a PPS source using | ||
37 | GPIO. To be useful you must also register a platform device | ||
38 | specifying the GPIO pin and other options, usually in your board | ||
39 | setup. | ||
40 | |||
32 | endif | 41 | endif |