History log of /scripts/kconfig/zconf.gperf
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
61f956f576031bea270ea54b10411ebb1e172b1b 05-May-2011 Arnaud Lacombe <lacombar@gmail.com> kconfig: constify `kconf_id_lookup'

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
/scripts/kconfig/zconf.gperf
86e187ff9bce9fbed7bfed92ae34f491cf1af50f 06-Nov-2010 Arnaud Lacombe <lacombar@gmail.com> kconfig: add an option to determine a menu's visibility

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 <lacombar@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Tested-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
/scripts/kconfig/zconf.gperf
65166571800af0f63f21e5576d7db12d2bf73790 15-Oct-2009 Josh Triplett <josh@joshtriplett.org> kconfig: Mark various internal functions static

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 <josh@joshtriplett.org>
/scripts/kconfig/zconf.gperf
9649ef878d507bbc3abc2a328cd4ad303b2be093 23-Jan-2008 Adrian Bunk <bunk@kernel.org> kconfig: remove "enable"

Kconfig had a synonym "enable" for "select" that was neither documented
nor used.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
/scripts/kconfig/zconf.gperf
93449082e905ce73d0346d617dd67c4b668b58af 14-Jan-2008 Roman Zippel <zippel@linux-m68k.org> kconfig: environment symbol support

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 <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
/scripts/kconfig/zconf.gperf
247537b9a270b52cc0375adcb0fb2605a160cba5 26-Sep-2007 Adrian Bunk <bunk@kernel.org> kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"

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 <bunk@kernel.org>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: Bryan Wu <bryan.wu@analog.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: "John W. Linville" <linville@tuxdriver.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
/scripts/kconfig/zconf.gperf
f6a88aa86027bdecfc74ef7c6bf6c68233e86bb3 09-Jun-2006 Roman Zippel <zippel@linux-m68k.org> kconfig: add symbol option config syntax

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 <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
/scripts/kconfig/zconf.gperf
3370f9f0d9c7d14bf71aab27fa45c0537f130614 09-Nov-2005 Roman Zippel <zippel@linux-m68k.org> [PATCH] kconfig: simplify symbol type parsing

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 <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
/scripts/kconfig/zconf.gperf
7a88488bbc231e48a4a88ee2569bc0cc5d706f0a 09-Nov-2005 Roman Zippel <zippel@linux-m68k.org> [PATCH] kconfig: use gperf for kconfig keywords

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 <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
/scripts/kconfig/zconf.gperf