X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=carl9170fw%2Fconfig%2Fexpr.h;h=017843c9a4f42c81b234c8c25838ca514053047d;hp=999edb60cd53e9808cb8b156b80a6341f814cc46;hb=2eb4068e50c5a02df6c9c8b303980a9b1060af76;hpb=863feecf15c65b0e8feb2afb2f5c9e69b109eca7 diff --git a/carl9170fw/config/expr.h b/carl9170fw/config/expr.h index 999edb6..017843c 100644 --- a/carl9170fw/config/expr.h +++ b/carl9170fw/config/expr.h @@ -141,6 +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_WRITTEN 0x0800 /* track info to avoid double-write to .config */ #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 */ @@ -172,7 +173,7 @@ struct symbol { * int "BAZ Value" * range 1..255 * - * Please, also check zconf.y:print_symbol() when modifying the + * Please, also check parser.y:print_symbol() when modifying the * list of property types! */ enum prop_type {