10 Jun, 2011
1 commit
-
Signed-off-by: Arnaud Lacombe
22 Nov, 2010
1 commit
-
This option is aimed to add the possibility to control a menu's visibility
without adding dependency to the expression to all the submenu.Signed-off-by: Arnaud Lacombe
Acked-by: Mauro Carvalho Chehab
Tested-by: Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab
16 Nov, 2009
1 commit
-
kconfig's keyword hash, lexer, and parser define various functions used
only locally. Declare these functions as static, and regenerate the
corresponding generated files.Signed-off-by: Josh Triplett
29 Jan, 2008
2 commits
-
Kconfig had a synonym "enable" for "select" that was neither documented
nor used.Signed-off-by: Adrian Bunk
Cc: Roman Zippel
Signed-off-by: Sam Ravnborg -
Add the possibility to import a value from the environment into kconfig
via the option syntax. Beside flexibility this has the advantage
providing proper dependencies.
Documented the options syntax.Signed-off-by: Roman Zippel
Signed-off-by: Sam Ravnborg
13 Oct, 2007
1 commit
-
Remove the following redundant and never or rarely used kconfig syntax:
- "def_boolean" (same as "def_bool")
- "requires" (same as "depends on")
- "depends" (same as "depends on")This patch contains the code changes and Kconfig updates.
The shipped files are in next patch to let actual codechange stand out.Signed-off-by: Adrian Bunk
Cc: "Randy.Dunlap"
Cc: Bryan Wu
Cc: Paul Mackerras
Cc: Benjamin Herrenschmidt
Cc: Dmitry Torokhov
Cc: "John W. Linville"
Cc: Roman Zippel
Cc: Richard Purdie
Signed-off-by: Andrew Morton
Signed-off-by: Sam Ravnborg
09 Jun, 2006
1 commit
-
This adds the general framework to the parser to define options for config
symbols with a syntax like:config FOO
option bar[="arg"]Signed-off-by: Roman Zippel
Signed-off-by: Andrew Morton
Signed-off-by: Sam Ravnborg
09 Nov, 2005
2 commits
-
This simplifies the parser a bit by merging the various symbol types into a
single token and adds the type to the keyword hash.Signed-off-by: Roman Zippel
Cc: Sam Ravnborg
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Use gperf to generate a hash for the kconfig keywords. This greatly reduces
the size of the generated scanner and makes it easier to extend kconfig.Signed-off-by: Roman Zippel
Cc: Sam Ravnborg
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds