commit | 59e89e3ddf8523be39a8e0a66bacbbdd6a72d069 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Sat Jul 31 23:35:29 2010 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Tue Aug 03 13:49:31 2010 +0200 |
tree | b92301020fc8f41304e8e12ed5eb2a80846a3628 | |
parent | 861b4ea4cc0eade661480f1ce197ae747f22a918 [diff] |
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 <sam@ravnborg.org> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Michal Marek <mmarek@suse.cz>