[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070813113809.9a715e75.randy.dunlap@oracle.com>
Date: Mon, 13 Aug 2007 11:38:09 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>, sam@...nborg.org,
zippel@...ux-m68k.org, vincent.legoll@...il.com
Subject: [PATCH] kconfig: update kconfig-language text
From: Randy Dunlap <randy.dunlap@...cle.com>
Add kconfig-language docs for mainmenu, def_bool[ean],
and def_tristate.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Signed-off-by: Vincent Legoll <vincent.legoll@...il.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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists