summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
blob: 4b6c1ca27a5e9a44bf09f03a4a807bd750824c64 (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
# --- PARSE clocks ---

menuconfig NTP_PARSE_CLOCKS
	bool
	prompt "include all suitable PARSE clocks:"
	depends on NTP

config NTP_COMPUTIME
	bool
	prompt "Diem Computime Radio Clock"
	depends on NTP_PARSE_CLOCKS

config NTP_DCF7000
	bool
	prompt "ELV/DCF7000 clock"
	depends on NTP_PARSE_CLOCKS

config NTP_HOPF6021
	bool
	prompt "HOPF 6021 clock"
	depends on NTP_PARSE_CLOCKS

config NTP_MEINBERG
	bool
	prompt "Meinberg clocks"
	depends on NTP_PARSE_CLOCKS

config NTP_RAWDCF
	bool
	prompt "DCF77 raw time code"
	depends on NTP_PARSE_CLOCKS

config NTP_RCC8000
	bool
	prompt "RCC 8000 clock"
	depends on NTP_PARSE_CLOCKS

config NTP_SCHMID
	bool
	prompt "Schmid DCF77 clock"
	depends on NTP_PARSE_CLOCKS

config NTP_TRIMTAIP
	bool
	prompt "Trimble GPS receiver/TAIP protocol"
	depends on NTP_PARSE_CLOCKS

config NTP_TRIMTSIP
	bool
	prompt "Trimble GPS receiver/TSIP protocol"
	depends on NTP_PARSE_CLOCKS

config NTP_WHARTON
	bool
	prompt "WHARTON 400A Series clock"
	depends on NTP_PARSE_CLOCKS

config NTP_VARITEXT
	bool
	prompt "VARITEXT clock"
	depends on NTP_PARSE_CLOCKS