summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-24 13:09:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-24 13:09:55 +0200
commit9a14fb0f01874f94789972b3515463c3575048e2 (patch)
tree16fc73b0355b5d1e395f94e39650ae578b9d6b5e /scripts/kconfig/expr.h
parentfb85d9e8a1a2eae6e8e389dffcd8c633a23780a7 (diff)
downloadbarebox-9a14fb0f01874f94789972b3515463c3575048e2.tar.gz
barebox-9a14fb0f01874f94789972b3515463c3575048e2.tar.xz
update to new kconfig version
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 6084525f60..a195986eec 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -71,14 +71,12 @@ enum {
struct symbol {
struct symbol *next;
char *name;
- char *help;
enum symbol_type type;
struct symbol_value curr;
struct symbol_value def[4];
tristate visible;
int flags;
struct property *prop;
- struct expr *dep, *dep2;
struct expr_value rev_dep;
};
@@ -139,7 +137,7 @@ struct menu {
struct property *prompt;
struct expr *dep;
unsigned int flags;
- //char *help;
+ char *help;
struct file *file;
int lineno;
void *data;