kbuild: Warn on selecting symbols with unmet direct dependencies
[pandora-kernel.git] / scripts / kconfig / expr.h
index 891cd9c..75a31e4 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;
 };
 
@@ -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;