diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2013-12-27 22:18:28 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-28 16:02:11 +0100 |
commit | ebe660246303ce4ee4bf6f77726c72528e449b7b (patch) | |
tree | 37188d31fb54b99baee7254cb1223365163049a1 /support/kconfig/expr.h | |
parent | aa83bc88ba4c738daaf944c1b2a7d00001d05a67 (diff) | |
download | buildroot-ebe660246303ce4ee4bf6f77726c72528e449b7b.tar.gz buildroot-ebe660246303ce4ee4bf6f77726c72528e449b7b.zip |
support/kconfig: Update kconfig to 3.13-rc5
Only minor changes are registered, mainly help text.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/kconfig/expr.h')
-rw-r--r-- | support/kconfig/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/expr.h b/support/kconfig/expr.h index df198a5f48..ba663e1dc7 100644 --- a/support/kconfig/expr.h +++ b/support/kconfig/expr.h @@ -93,7 +93,7 @@ struct symbol { #define SYMBOL_CHOICEVAL 0x0020 /* used as a value in a choice block */ #define SYMBOL_VALID 0x0080 /* set when symbol.curr is calculated */ #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ -#define SYMBOL_WRITE 0x0200 /* ? */ +#define SYMBOL_WRITE 0x0200 /* write symbol to file (KCONFIG_CONFIG) */ #define SYMBOL_CHANGED 0x0400 /* ? */ #define SYMBOL_AUTO 0x1000 /* value from environment variable */ #define SYMBOL_CHECKED 0x2000 /* used during dependency checking */ |