kconfig: add an option to determine a menu's visibility
[pandora-kernel.git] / scripts / kconfig / expr.h
index 184eb6a..e57826c 100644 (file)
@@ -164,6 +164,7 @@ struct menu {
        struct menu *list;
        struct symbol *sym;
        struct property *prompt;
+       struct expr *visibility;
        struct expr *dep;
        unsigned int flags;
        char *help;