From: Jan Engelhardt Date: Thu, 3 Jan 2008 22:33:44 +0000 (+0100) Subject: kconfig: allow overriding symbols X-Git-Tag: v2.6.25-rc1~1164^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84876f9f8042d5536050b83674c4f348ca3c4df;p=pandora-kernel.git 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 Signed-off-by: Sam Ravnborg Cc: Roman Zippel Cc: Randy Dunlap --- Reading git-diff-tree failed