summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-12-23 10:57:26 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-12-23 10:57:26 +0000
commitad8fb0521afce6d8f1ca4338b7d31d279587c4f5 (patch)
tree601ce12425c036414cc8e283358e7a4470c92c05 /rules/ntp_parse.in
parentb6fe04d1914f199809f70161d50742ec66f49527 (diff)
downloadptxdist-ad8fb0521afce6d8f1ca4338b7d31d279587c4f5.tar.gz
ptxdist-ad8fb0521afce6d8f1ca4338b7d31d279587c4f5.tar.xz
Added NTP support
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@948 33e552b5-05e3-0310-8538-816dae2090ed
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