hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/pps/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # PPS support configuration
34 #
45
56 menuconfig PPS
67 tristate "PPS support"
7
- ---help---
8
+ help
89 PPS (Pulse Per Second) is a special pulse provided by some GPS
910 antennae. Userland can use it to get a high-precision time
1011 reference.
....@@ -37,8 +38,8 @@
3738
3839 It doesn't work on tickless systems at the moment.
3940
40
-source drivers/pps/clients/Kconfig
41
+source "drivers/pps/clients/Kconfig"
4142
42
-source drivers/pps/generators/Kconfig
43
+source "drivers/pps/generators/Kconfig"
4344
4445 endif # PPS