summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 21:06:50 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 21:06:50 +0000
commit3b605ff3e99d08f4335656f4a9eea585babb05d3 (patch)
tree20720778bb6d0708a890fc4d6984004e248c6dfa /rules/ntp_parse.in
parent2bb93721e20da4f5a26e4855f5e6dcc327df1cc0 (diff)
downloadptxdist-3b605ff3e99d08f4335656f4a9eea585babb05d3.tar.gz
ptxdist-3b605ff3e99d08f4335656f4a9eea585babb05d3.tar.xz
remove default n; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4510 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp_parse.in')
-rw-r--r--rules/ntp_parse.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/rules/ntp_parse.in b/rules/ntp_parse.in
index c5b9a7804..39b40e851 100644
--- a/rules/ntp_parse.in
+++ b/rules/ntp_parse.in
@@ -6,73 +6,61 @@ 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