summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-02-09 12:21:28 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-02-09 12:21:28 +0000
commit08ca75b31ffaa1e23d6683d27c858be3bfd897d8 (patch)
tree84d1ecd947f8c65611bd50ebc4dddcc33e8ed8e6 /rules/ntp_parse.in
parenta90a96bc76d50da4be96437119232f06ad38dc2a (diff)
downloadptxdist-08ca75b31ffaa1e23d6683d27c858be3bfd897d8.tar.gz
ptxdist-08ca75b31ffaa1e23d6683d27c858be3bfd897d8.tar.xz
Fix dependency and indentation.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4536 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp_parse.in')
-rw-r--r--rules/ntp_parse.in74
1 files changed, 37 insertions, 37 deletions
diff --git a/rules/ntp_parse.in b/rules/ntp_parse.in
index 39b40e851..864ee5e5e 100644
--- a/rules/ntp_parse.in
+++ b/rules/ntp_parse.in
@@ -1,66 +1,66 @@
# --- PARSE clocks ---
menu "PARSE clocks "
-depends NTP
+ depends on NTP
config NTP_PARSE_CLOCKS
-bool
-prompt "include all suitable PARSE clocks:"
-depends NTP
+ bool
+ prompt "include all suitable PARSE clocks:"
+ depends on NTP
config NTP_COMPUTIME
-bool
-prompt "Diem Computime Radio Clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "Diem Computime Radio Clock"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_DCF7000
-bool
-prompt "ELV/DCF7000 clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "ELV/DCF7000 clock"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_HOPF6021
-bool
-prompt "HOPF 6021 clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "HOPF 6021 clock"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_MEINBERG
-bool
-prompt "Meinberg clocks"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "Meinberg clocks"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_RAWDCF
-bool
-prompt "DCF77 raw time code"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "DCF77 raw time code"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_RCC8000
-bool
-prompt "RCC 8000 clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "RCC 8000 clock"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_SCHMID
-bool
-prompt "Schmid DCF77 clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "Schmid DCF77 clock"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_TRIMTAIP
-bool
-prompt "Trimble GPS receiver/TAIP protocol"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "Trimble GPS receiver/TAIP protocol"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_TRIMTSIP
-bool
-prompt "Trimble GPS receiver/TSIP protocol"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "Trimble GPS receiver/TSIP protocol"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_WHARTON
-bool
-prompt "WHARTON 400A Series clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "WHARTON 400A Series clock"
+ depends on NTP && NTP_PARSE_CLOCKS
config NTP_VARITEXT
-bool
-prompt "VARITEXT clock"
-depends NTP && NTP_PARSE_CLOCKS
+ bool
+ prompt "VARITEXT clock"
+ depends on NTP && NTP_PARSE_CLOCKS
endmenu