From: Sam Ravnborg Date: Sat, 31 Jul 2010 21:35:29 +0000 (+0200) Subject: kconfig: save location of config symbols X-Git-Tag: v2.6.36-rc1~547^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e89e3ddf8523be39a8e0a66bacbbdd6a72d069;p=pandora-kernel.git kconfig: save location of config symbols When we add a new config symbol save the file/line so we later can refer to their location. The information is saved as a property to a config symbol because we may have multiple definitions of the same symbol. This has the side-effect that a symbol always has at least one property. Signed-off-by: Sam Ravnborg Cc: Roman Zippel Signed-off-by: Michal Marek --- Reading git-diff-tree failed