summaryrefslogtreecommitdiffstats
path: root/rules/ntp_nonparse.in
blob: f2ecd7ba5612920b65effc0f765908c0710e50fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
## SECTION=networking_ntp

# --- non-PARSE clocks ---

if !NTP_ALL_CLOCK_DRIVERS

menu "select non-PARSE clock drivers"

#if NTP_NONE_PARSE_CLOCKS

config NTP_ACTS
	bool
	prompt "ACTS modem service"
	help
	  NIST dialup clock

config NTP_ARBITER
	bool
	prompt "Arbiter 1088A/B GPS receiver"

config NTP_ARCRON_MSF
	bool
	prompt "Arcron MSF receiver"

config NTP_AS2201
	bool
	prompt "Austron 2200A/2201A GPS receiver"

config NTP_ATOM
	bool
	prompt "ATOM PPS interface"

config NTP_CHRONOLOG
	bool
	prompt "Chrono-log K-series WWVB receiver"

config NTP_CHU
	bool
	prompt "CHU modem/decoder"

config NTP_AUDIO_CHU
	bool
	prompt "CHU audio/decoder"

config NTP_DATUM
	bool
	prompt "Datum Programmable Time System"

config NTP_DUMBCLOCK
	bool
	prompt "Dumb generic hh:mm:ss local clock"

config NTP_FG
	bool
	prompt "Forum Graphic GPS"

config NTP_HEATH
	bool
	prompt "Heath GC-1000 WWV/WWVH receiver "

config NTP_HOPFSERIAL
	bool
	prompt "hopf serial clock device"

config NTP_HOPFPCI
	bool
	prompt "hopf 6039 PCI board"

config NTP_HPGPS
	bool
	prompt "HP 58503A GPS receiver"

config NTP_IRIG
	bool
	prompt "IRIG audio decoder "

config NTP_JJY
	bool
	prompt "JJY receiver"

config NTP_JUPITER
	bool
	prompt "Rockwell Jupiter GPS receiver"

config NTP_LEITCH
	bool
	prompt "Leitch CSD 5300 Master Clock System Driver"

config NTP_LOCAL_CLOCK
	bool
	prompt "local clock reference"
	default y
	help
	  Enables the driver for the internal PC CMOS clock. This clock
	  is mostly unreliable, but suitable as a fall back time source.

config NTP_MSFEES
	bool
	prompt "EES M201 MSF receiver"

config NTP_MX4200
	bool
	prompt "Magnavox MX4200 GPS receiver "

config NTP_NEOCLOCK4X
	bool
	prompt "NeoClock4X DCF77 / TDF receiver"

config NTP_NMEA
	bool
	prompt "NMEA GPS receiver"

config NTP_ONCORE
	bool
	prompt "Motorola VP/UT Oncore GPS receiver"

config NTP_PALISADE
	bool
	prompt "Palisade clock"

config NTP_PCF
	bool
	prompt "Conrad parallel port radio clock"

config NTP_PST
	bool
	prompt "PST/Traconex 1020 WWV/WWVH receiver"

config NTP_PTBACTS
	bool
	prompt "PTB modem service"

config NTP_RIPENCC
	bool
	prompt "RIPENCC specific Trimble driver"

config NTP_SHM
	bool
	prompt "SHM clock attached thru shared memory"
	help
	  Clock attached through shared memory (runs in a
	  separate program).

config NTP_SPECTRACOM
	bool
	prompt "Spectracom 8170/Netclock/2 WWVB receiver"

config NTP_TPRO
	bool
	prompt "KSI/Odetics TPRO/S GPS receiver/IRIG interface [BROKEN]"
	depends on BROKEN

config NTP_TRAK
	bool
	prompt "TRAK 8810 GPS receiver"

config NTP_TRUETIME
	bool
	prompt "Kinemetrics/TrueTime receivers"

config NTP_TT560
	bool
	prompt "TrueTime 560 IRIG-B decoder [BROKEN]"
	depends on BROKEN

config NTP_ULINK
	bool
	prompt "Ultralink WWVB receiver"

config NTP_USNO
	bool
	prompt "USNO modem service"

config NTP_WWV
	bool
	prompt "WWV Audio receiver"

config NTP_ZYFER
	bool
	prompt "Zyfer GPStarplus receiver"

endmenu

endif