]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/tool/kconfig/scripts/kconfig/expr.h
update
[l4.git] / kernel / fiasco / tool / kconfig / scripts / kconfig / expr.h
index 891cd9ce9ba21b915d0b0aa993fc2d0c8d2fb10c..170459c224a13d94be08b00b72b63c1503303ed1 100644 (file)
@@ -83,6 +83,7 @@ struct symbol {
        tristate visible;
        int flags;
        struct property *prop;
+       struct expr_value dir_dep;
        struct expr_value rev_dep;
 };
 
@@ -131,6 +132,7 @@ enum prop_type {
        P_SELECT,   /* select BAR */
        P_RANGE,    /* range 7..100 (for a symbol) */
        P_ENV,      /* value from environment variable */
+       P_SYMBOL,   /* where a symbol is defined */
 };
 
 struct property {