kconfig: attach help text to menus
[deliverable/linux.git] / scripts / kconfig / expr.h
index 6084525f604b10e9871ada2aa6ca096d5be481ff..d6c33ce6dfdf61d7f22fbe919e9dd0f10a027981 100644 (file)
@@ -71,7 +71,6 @@ enum {
 struct symbol {
        struct symbol *next;
        char *name;
-       char *help;
        enum symbol_type type;
        struct symbol_value curr;
        struct symbol_value def[4];
@@ -139,7 +138,7 @@ struct menu {
        struct property *prompt;
        struct expr *dep;
        unsigned int flags;
-       //char *help;
+       char *help;
        struct file *file;
        int lineno;
        void *data;
This page took 0.024046 seconds and 5 git commands to generate.