diff options
Diffstat (limited to 'drivers/pps/clients/Kconfig')
-rw-r--r-- | drivers/pps/clients/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pps/clients/Kconfig b/drivers/pps/clients/Kconfig index 4e801bd7254f..8520a7f4dd62 100644 --- a/drivers/pps/clients/Kconfig +++ b/drivers/pps/clients/Kconfig | |||
@@ -22,4 +22,11 @@ config PPS_CLIENT_LDISC | |||
22 | If you say yes here you get support for a PPS source connected | 22 | If you say yes here you get support for a PPS source connected |
23 | with the CD (Carrier Detect) pin of your serial port. | 23 | with the CD (Carrier Detect) pin of your serial port. |
24 | 24 | ||
25 | config PPS_CLIENT_PARPORT | ||
26 | tristate "Parallel port PPS client" | ||
27 | depends on PPS && PARPORT | ||
28 | help | ||
29 | If you say yes here you get support for a PPS source connected | ||
30 | with the interrupt pin of your parallel port. | ||
31 | |||
25 | endif | 32 | endif |