summaryrefslogtreecommitdiffstats
path: root/rules/ntp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-10-26 10:08:40 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-10-26 10:08:40 +0000
commitf4cf18bce70dad33c10c72263b3f08453247127a (patch)
treefc1bee5d0ad3447e24389b37d67c95aabd3eb1f8 /rules/ntp.in
parentb1474a4e42ccbd22d67f6062ca80e268339e7cb4 (diff)
downloadptxdist-f4cf18bce70dad33c10c72263b3f08453247127a.tar.gz
ptxdist-f4cf18bce70dad33c10c72263b3f08453247127a.tar.xz
* Kconfig: cleanup
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6234 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp.in')
-rw-r--r--rules/ntp.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index db50eff02..cd5f1899c 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -1,16 +1,13 @@
-comment "NTP conflicts with OpenNTPD"
- depends on NTP && OPENNTPD
-
menuconfig NTP
- bool
+ bool
prompt "NTP "
select OPENSSL if NTP_CRYPTO
#depends on BROKEN
help
Build the standard NTP Daemon Process
- This conflicts with BSD openntpd.
+ This conflicts with BSD openntpd.
-# ----- Compile Options
+# ----- Compile Options
comment "Compile Options"
depends on NTP
@@ -73,9 +70,9 @@ config NTP_TICK_FORCE
FIXME: This item needs to be documented
config NTP_TICK
- int
- prompt "value for 'tick'"
- default 1
+ int
+ prompt "value for 'tick'"
+ default 1
depends on NTP && NTP_TICK_FORCE
help
FIXME: This item needs to be documented
@@ -214,3 +211,7 @@ config NTP_NTPQ
depends on NTP
help
FIXME: This item needs to be documented
+
+comment "NTP conflicts with OpenNTPD"
+ depends on NTP && OPENNTPD
+