diff options
| author | Ingo Molnar <mingo@elte.hu> | 2010-08-31 03:45:21 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-08-31 03:45:46 -0400 |
| commit | daab7fc734a53fdeaf844b7c03053118ad1769da (patch) | |
| tree | 575deb3cdcc6dda562acaed6f7c29bc81ae01cf2 /scripts/kconfig/expr.h | |
| parent | 774ea0bcb27f57b6fd521b3b6c43237782fed4b9 (diff) | |
| parent | 2bfc96a127bc1cc94d26bfaa40159966064f9c8c (diff) | |
Merge commit 'v2.6.36-rc3' into x86/memblock
Conflicts:
arch/x86/kernel/trampoline.c
mm/memblock.c
Merge reason: Resolve the conflicts, update to latest upstream.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts/kconfig/expr.h')
| -rw-r--r-- | scripts/kconfig/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 891cd9ce9ba2..6ee2e4fb1481 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
| @@ -83,6 +83,7 @@ struct symbol { | |||
| 83 | tristate visible; | 83 | tristate visible; |
| 84 | int flags; | 84 | int flags; |
| 85 | struct property *prop; | 85 | struct property *prop; |
| 86 | struct expr_value dir_dep; | ||
| 86 | struct expr_value rev_dep; | 87 | struct expr_value rev_dep; |
| 87 | }; | 88 | }; |
| 88 | 89 | ||
| @@ -131,6 +132,7 @@ enum prop_type { | |||
| 131 | P_SELECT, /* select BAR */ | 132 | P_SELECT, /* select BAR */ |
| 132 | P_RANGE, /* range 7..100 (for a symbol) */ | 133 | P_RANGE, /* range 7..100 (for a symbol) */ |
| 133 | P_ENV, /* value from environment variable */ | 134 | P_ENV, /* value from environment variable */ |
| 135 | P_SYMBOL, /* where a symbol is defined */ | ||
| 134 | }; | 136 | }; |
| 135 | 137 | ||
| 136 | struct property { | 138 | struct property { |
| @@ -163,6 +165,7 @@ struct menu { | |||
| 163 | struct symbol *sym; | 165 | struct symbol *sym; |
| 164 | struct property *prompt; | 166 | struct property *prompt; |
| 165 | struct expr *dep; | 167 | struct expr *dep; |
| 168 | struct expr *dir_dep; | ||
| 166 | unsigned int flags; | 169 | unsigned int flags; |
| 167 | char *help; | 170 | char *help; |
| 168 | struct file *file; | 171 | struct file *file; |
