public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove reference to "depends" directive from Kconfig documentation.
@ 2006-12-18 15:40 Robert P. J. Day
  2006-12-18 16:35 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2006-12-18 15:40 UTC (permalink / raw)
  To: Linux kernel mailing list; +Cc: trivial


  Remove from the documentation the notion of using "depends" rather
than "depends on" in Kconfig files.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

  given that there are only three Kconfig files left that still use
"depends" rather than "depends on", there's no point encouraging
anyone to still use it (although the parser itself still accepts both
"depends" and "requires").


diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt
index 536d5bf..658abb5 100644
--- a/Documentation/kbuild/kconfig-language.txt
+++ b/Documentation/kbuild/kconfig-language.txt
@@ -77,7 +77,7 @@ applicable everywhere (see syntax).
   Optionally, dependencies only for this default value can be added with
   "if".

-- dependencies: "depends on"/"requires" <expr>
+- dependencies: "depends on" <expr>
   This defines a dependency for this menu entry. If multiple
   dependencies are defined, they are connected with '&&'. Dependencies
   are applied to all other options within this menu entry (which also

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-18 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-18 15:40 [PATCH] Remove reference to "depends" directive from Kconfig documentation Robert P. J. Day
2006-12-18 16:35 ` Adrian Bunk
2006-12-18 16:38   ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox