aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2010-07-16 23:48:59 -0400
committerNicolas Pitre <nicolas.pitre@linaro.org>2010-07-16 23:48:59 -0400
commit185436e33b5fb84b783723f317e12258d725e22b (patch)
treea746993fa52da3962619f8cd28afd75684c05ba8 /scripts/kconfig/expr.h
parent58a7ec89680147a0c0382257d1ce32ab4cb0d411 (diff)
parent4298370d35a9ab40e60a9130de05e61727454571 (diff)
Merge remote branch 'catalin/rebased'linaro_merge_100716
Conflicts: arch/arm/mm/cache-l2x0.c arch/arm/mm/mmu.c
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 891cd9ce9ba..75a31e4552f 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -83,6 +83,7 @@ struct symbol {
tristate visible;
int flags;
struct property *prop;
+ struct expr_value dir_dep;
struct expr_value rev_dep;
};
@@ -163,6 +164,7 @@ struct menu {
struct symbol *sym;
struct property *prompt;
struct expr *dep;
+ struct expr *dir_dep;
unsigned int flags;
char *help;
struct file *file;