X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fexpr.h;h=412ea8a2abb8b80c6f0a889e2fb9d7b55bf0bafa;hb=a966b9da5c8d29701f4e6df0914b1533838b9c6a;hp=ba663e1dc7e35b7bf732c4863c1202e3249ac636;hpb=7dbd962f5b9fe3c03a70383b45c08e0c86de46c5;p=carl9170fw.git diff --git a/config/expr.h b/config/expr.h index ba663e1..412ea8a 100644 --- a/config/expr.h +++ b/config/expr.h @@ -109,6 +109,9 @@ struct symbol { /* choice values need to be set before calculating this symbol value */ #define SYMBOL_NEED_SET_CHOICE_VALUES 0x100000 +/* Set symbol to y if allnoconfig; used for symbols that hide others */ +#define SYMBOL_ALLNOCONFIG_Y 0x200000 + #define SYMBOL_MAXLENGTH 256 #define SYMBOL_HASHSIZE 9973