summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ntp_parse.in')
-rw-r--r--rules/ntp_parse.in78
1 files changed, 78 insertions, 0 deletions
diff --git a/rules/ntp_parse.in b/rules/ntp_parse.in
new file mode 100644
index 000000000..c5b9a7804
--- /dev/null
+++ b/rules/ntp_parse.in
@@ -0,0 +1,78 @@
+# --- PARSE clocks ---
+
+menu "PARSE clocks "
+depends NTP
+
+config NTP_PARSE_CLOCKS
+bool
+prompt "include all suitable PARSE clocks:"
+default n
+depends NTP
+
+config NTP_COMPUTIME
+bool
+prompt "Diem Computime Radio Clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_DCF7000
+bool
+prompt "ELV/DCF7000 clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_HOPF6021
+bool
+prompt "HOPF 6021 clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_MEINBERG
+bool
+prompt "Meinberg clocks"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_RAWDCF
+bool
+prompt "DCF77 raw time code"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_RCC8000
+bool
+prompt "RCC 8000 clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_SCHMID
+bool
+prompt "Schmid DCF77 clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_TRIMTAIP
+bool
+prompt "Trimble GPS receiver/TAIP protocol"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_TRIMTSIP
+bool
+prompt "Trimble GPS receiver/TSIP protocol"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_WHARTON
+bool
+prompt "WHARTON 400A Series clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+config NTP_VARITEXT
+bool
+prompt "VARITEXT clock"
+default n
+depends NTP && NTP_PARSE_CLOCKS
+
+endmenu