diff options
| author | Jan Engelhardt <[email protected]> | 2008-01-03 22:33:44 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2008-01-28 22:14:37 +0000 |
| commit | d84876f9f8042d5536050b83674c4f348ca3c4df (patch) | |
| tree | 86445ec7cc38d3348405492abf147e38f3630e1c /scripts/kconfig/expr.c | |
| parent | kconfig: make kconfig MinGW friendly (diff) | |
| download | kernel-d84876f9f8042d5536050b83674c4f348ca3c4df.tar.gz kernel-d84876f9f8042d5536050b83674c4f348ca3c4df.zip | |
kconfig: allow overriding symbols
Allow config variables in .config to override earlier ones in the same
file. In other words,
# CONFIG_SECURITY is not defined
CONFIG_SECURITY=y
will activate it. This makes it a bit easier to do
cat original-config myconfig myconfig2 ... >.config;
and run *config as expected.
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Cc: Roman Zippel <[email protected]>
Cc: Randy Dunlap <[email protected]>
Diffstat (limited to 'scripts/kconfig/expr.c')
0 files changed, 0 insertions, 0 deletions
