X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fexpr.h;h=7c329e179007a1e7cf92f012eee74f9ccb2f85d1;hb=26221943909b5cb9d403a42d4a35ba0e7f06a496;hp=f63b41b0dd498d23b65b3c12fe47e3b2c87e148d;hpb=9625eb0fa4e880b87250d8596bdae6ae1d95a21c;p=carl9170fw.git diff --git a/config/expr.h b/config/expr.h index f63b41b..7c329e1 100644 --- a/config/expr.h +++ b/config/expr.h @@ -141,7 +141,7 @@ struct symbol { #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ #define SYMBOL_WRITE 0x0200 /* write symbol to file (KCONFIG_CONFIG) */ #define SYMBOL_CHANGED 0x0400 /* ? */ -#define SYMBOL_AUTO 0x1000 /* value from environment variable */ +#define SYMBOL_NO_WRITE 0x1000 /* Symbol for internal use only; it will not be written */ #define SYMBOL_CHECKED 0x2000 /* used during dependency checking */ #define SYMBOL_WARNED 0x8000 /* warning has been issued */ @@ -185,7 +185,6 @@ enum prop_type { P_SELECT, /* select BAR */ P_IMPLY, /* imply BAR */ P_RANGE, /* range 7..100 (for a symbol) */ - P_ENV, /* value from environment variable */ P_SYMBOL, /* where a symbol is defined */ };