summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-03-31 07:54:20 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-03-31 07:54:20 +0000
commit2e956c1ccf09d5340c34c00bf191def659d652e4 (patch)
tree7c84f26ebfeba432ef4ec3cca985719b07a7b7a7 /rules/ntp_parse.in
parent44109066165cbce726524d3084803365762ef03a (diff)
downloadptxdist-2e956c1ccf09d5340c34c00bf191def659d652e4.tar.gz
ptxdist-2e956c1ccf09d5340c34c00bf191def659d652e4.tar.xz
* bing.in, ntp_nonparse.in, ntp_parse.in, etherwake.in, thttpd.in, libxmlconfig.in:
menu cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5305 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp_parse.in')
-rw-r--r--rules/ntp_parse.in29
1 files changed, 12 insertions, 17 deletions
diff --git a/rules/ntp_parse.in b/rules/ntp_parse.in
index 864ee5e5e..4b6c1ca27 100644
--- a/rules/ntp_parse.in
+++ b/rules/ntp_parse.in
@@ -1,9 +1,6 @@
# --- PARSE clocks ---
-menu "PARSE clocks "
- depends on NTP
-
-config NTP_PARSE_CLOCKS
+menuconfig NTP_PARSE_CLOCKS
bool
prompt "include all suitable PARSE clocks:"
depends on NTP
@@ -11,56 +8,54 @@ config NTP_PARSE_CLOCKS
config NTP_COMPUTIME
bool
prompt "Diem Computime Radio Clock"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_DCF7000
bool
prompt "ELV/DCF7000 clock"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_HOPF6021
bool
prompt "HOPF 6021 clock"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_MEINBERG
bool
prompt "Meinberg clocks"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_RAWDCF
bool
prompt "DCF77 raw time code"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_RCC8000
bool
prompt "RCC 8000 clock"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_SCHMID
bool
prompt "Schmid DCF77 clock"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_TRIMTAIP
bool
prompt "Trimble GPS receiver/TAIP protocol"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_TRIMTSIP
bool
prompt "Trimble GPS receiver/TSIP protocol"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_WHARTON
bool
prompt "WHARTON 400A Series clock"
- depends on NTP && NTP_PARSE_CLOCKS
+ depends on NTP_PARSE_CLOCKS
config NTP_VARITEXT
bool
prompt "VARITEXT clock"
- depends on NTP && NTP_PARSE_CLOCKS
-
-endmenu
+ depends on NTP_PARSE_CLOCKS