[PATCH](document) Automatic Configuration of a Kernel

From: Ahmad Reza Cheraghi
Date: Mon Sep 26 2005 - 07:11:51 EST


---
linux.org/Documentation/kbuild/kconfig-language.txt
2005-09-23 09:27:05.000000000 +0200
+++
linux-2.6.13.2/Documentation/kbuild/kconfig-language.txt
2005-09-25 22:09:35.000000000 +0200
@@ -113,6 +113,20 @@
used to help visually seperate configuration logic
from help within
the file as an aid to developers.

+- autoconfiguration: "autorule" rule ["parameter"]
+ This defines the name of a rule, for choosing the
config automatically.
+ The purpose of a rule is to check the target-system
and tell whether
+ the config can be chosen or not. A rule can be a
executable script,
+ binary or whatever. They must be insert in the
directory
+ scripts/kconfig/rules/. Every rule has to give its
answer(y or n)
+ out to the STDOUT. You can even define a Parameter
for your rule,
+ but it has to be quoted.
+ Those rules will be respond by typing "make
autoconfig" or
+ "make autochoiceconfig".
+ By "make autoconfig" all the elected-configs will
be choosen automatically
+ as build-in.
+ By "make autochoiceconfig" the user will be asked
for choosing the elected-config.
+

Menu dependencies
-----------------






__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/