linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove suggestion that Kconfig files can use "requires" to list deps
@ 2006-12-18 16:41 Robert P. J. Day
  2006-12-18 18:04 ` [2.6 patch] kconfig: remove the unused "requires" syntax Adrian Bunk
  0 siblings, 1 reply; 8+ messages in thread
From: Robert P. J. Day @ 2006-12-18 16:41 UTC (permalink / raw)
  To: Linux kernel mailing list; +Cc: trivial


  Remove the note in the documentation that suggests people can use
"requires" for dependencies in Kconfig files.

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

---

  at this point, AFAICT, all Kconfig files now use "depends on"
exclusively, except for three that still use "depends", but i've
already submitted a patch for that that should be in the pipeline
somewhere.


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] 8+ messages in thread

end of thread, other threads:[~2007-01-01 19:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-18 16:41 [PATCH] Remove suggestion that Kconfig files can use "requires" to list deps Robert P. J. Day
2006-12-18 18:04 ` [2.6 patch] kconfig: remove the unused "requires" syntax Adrian Bunk
2006-12-18 18:46   ` Robert P. J. Day
2006-12-18 19:31     ` Adrian Bunk
2006-12-18 19:38       ` Robert P. J. Day
2006-12-19 17:53   ` Roman Zippel
2006-12-28 21:05     ` Adrian Bunk
2007-01-01 19:08       ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).