X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpps%2FKconfig;h=f0d3376b58ba1710a7dbc7ab45cd89ca79e87041;hb=c2790c7192be661e14b3d13d8bc187fd87bb9802;hp=1afe4e03440f648c2c30144416a1d15d6fb2a37d;hpb=1d7aec304147aadcbc66ef9ab691208f9f22b6a8;p=pandora-kernel.git diff --git a/drivers/pps/Kconfig b/drivers/pps/Kconfig index 1afe4e03440f..f0d3376b58ba 100644 --- a/drivers/pps/Kconfig +++ b/drivers/pps/Kconfig @@ -30,6 +30,17 @@ config PPS_DEBUG messages to the system log. Select this if you are having a problem with PPS support and want to see more of what is going on. +config NTP_PPS + bool "PPS kernel consumer support" + depends on PPS && !NO_HZ + help + This option adds support for direct in-kernel time + syncronization using an external PPS signal. + + It doesn't work on tickless systems at the moment. + source drivers/pps/clients/Kconfig +source drivers/pps/generators/Kconfig + endmenu