public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig: update kconfig-language text
@ 2007-08-13 18:38 Randy Dunlap
  2007-08-13 18:54 ` Adrian Bunk
  0 siblings, 1 reply; 11+ messages in thread
From: Randy Dunlap @ 2007-08-13 18:38 UTC (permalink / raw)
  To: lkml; +Cc: akpm, sam, zippel, vincent.legoll

From: Randy Dunlap <randy.dunlap@oracle.com>

Add kconfig-language docs for mainmenu, def_bool[ean],
and def_tristate.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 Documentation/kbuild/kconfig-language.txt |   12 ++++++++++++
 1 file changed, 12 insertions(+)

--- linux-2.6.23-rc3.orig/Documentation/kbuild/kconfig-language.txt
+++ linux-2.6.23-rc3/Documentation/kbuild/kconfig-language.txt
@@ -77,6 +77,11 @@ applicable everywhere (see syntax).
   Optionally, dependencies only for this default value can be added with
   "if".
 
+- type definition + default value:
+	"def_bool"/"def_boolean"/"def_tristate" <expr> ["if" <expr>]
+  This is a shorthand notation for a type definition plus a value.
+  Optionally dependencies for this default value can be added with "if".
+
 - dependencies: "depends on"/"requires" <expr>
   This defines a dependency for this menu entry. If multiple
   dependencies are defined, they are connected with '&&'. Dependencies
@@ -289,3 +294,10 @@ source:
 	"source" <prompt>
 
 This reads the specified configuration file. This file is always parsed.
+
+mainmenu:
+
+	"mainmenu" <prompt>
+
+This sets the config program's title bar if the config program chooses
+to use it.

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 18:38 [PATCH] kconfig: update kconfig-language text Randy Dunlap
2007-08-13 18:54 ` Adrian Bunk
2007-08-13 19:05   ` Randy Dunlap
2007-08-13 19:13   ` Robert P. J. Day
2007-08-13 19:43     ` Randy Dunlap
2007-08-13 19:44       ` Robert P. J. Day
2007-08-13 20:05     ` [-mm patch] kconfig syntax cleanups Adrian Bunk
2007-08-13 21:17       ` Randy Dunlap
2007-08-13 21:31         ` Adrian Bunk
2007-10-19 17:53   ` [PATCH v3] kconfig: update kconfig-language text Randy Dunlap
2007-10-19 19:59     ` Sam Ravnborg

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