Kconfig (f43dc23d5ea91fca257be02138a255f02d98e806) Kconfig (025b40abe715d638e60516a657d354e8560c1a85)
1#
2# PPS support configuration
3#
4
5menu "PPS support"
6
7config PPS
8 tristate "PPS support"

--- 16 unchanged lines hidden (view full) ---

25config PPS_DEBUG
26 bool "PPS debugging messages"
27 depends on PPS
28 help
29 Say Y here if you want the PPS support to produce a bunch of debug
30 messages to the system log. Select this if you are having a
31 problem with PPS support and want to see more of what is going on.
32
1#
2# PPS support configuration
3#
4
5menu "PPS support"
6
7config PPS
8 tristate "PPS support"

--- 16 unchanged lines hidden (view full) ---

25config PPS_DEBUG
26 bool "PPS debugging messages"
27 depends on PPS
28 help
29 Say Y here if you want the PPS support to produce a bunch of debug
30 messages to the system log. Select this if you are having a
31 problem with PPS support and want to see more of what is going on.
32
33config NTP_PPS
34 bool "PPS kernel consumer support"
35 depends on PPS && !NO_HZ
36 help
37 This option adds support for direct in-kernel time
38 syncronization using an external PPS signal.
39
40 It doesn't work on tickless systems at the moment.
41
33source drivers/pps/clients/Kconfig
34
35endmenu
42source drivers/pps/clients/Kconfig
43
44endmenu