summaryrefslogtreecommitdiffstats
path: root/rules/ntp_parse.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-03-09 11:40:27 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-03-09 11:40:27 +0000
commit20df05da3b83d9bd2d3c712d3d9a6794cd57504c (patch)
tree98f64b264c8a6e1525efdeb2bf3b908c1812bfeb /rules/ntp_parse.in
parent3ca40fdd3f246d99ecdfaf4eee08ac259916bc12 (diff)
downloadptxdist-20df05da3b83d9bd2d3c712d3d9a6794cd57504c.tar.gz
ptxdist-20df05da3b83d9bd2d3c712d3d9a6794cd57504c.tar.xz
* ntp: change the menus to be more intuitive
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10036 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp_parse.in')
-rw-r--r--rules/ntp_parse.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/rules/ntp_parse.in b/rules/ntp_parse.in
index 944522ee9..a8f883293 100644
--- a/rules/ntp_parse.in
+++ b/rules/ntp_parse.in
@@ -2,12 +2,9 @@
# --- PARSE clocks ---
-menuconfig NTP_PARSE_CLOCKS
- bool
- prompt "select PARSE clock drivers "
- depends on NTP_SELECT_CLOCK_DRIVERS
+if !NTP_ALL_CLOCK_DRIVERS
-if NTP_PARSE_CLOCKS
+menu "select PARSE clock drivers "
config NTP_COMPUTIME
bool
@@ -29,7 +26,7 @@ config NTP_RAWDCF
bool
prompt "DCF77 raw time code"
help
- Enables the driver for a simple DCF77 forwarded to a UART port.
+ Enables the driver for a simple DCF77 signal forwarded to a UART port.
config NTP_RCC8000
bool
@@ -55,4 +52,6 @@ config NTP_VARITEXT
bool
prompt "VARITEXT clock"
+endmenu
+
endif