From: Sam Ravnborg Date: Sat, 2 Feb 2008 20:09:57 +0000 (+0100) Subject: kconfig: ignore select of unknown symbol X-Git-Tag: v2.6.25-rc1~1062^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603d49885e023d1f68c627c2a2db599fb40eefec;p=pandora-kernel.git kconfig: ignore select of unknown symbol We have had warnings for a long time about select of unknow symbol but the warnings does not really makes sense since we may select a symbol that is relevant and defined in one arch but not in another arch. And as long as we do not use a common set of Kconfig files for all archs lets just ignore this case. Previously we have used this to find bad uses of select but we need a more relaible method to do so. Signed-off-by: Sam Ravnborg Cc: Roman Zippel --- Reading git-diff-tree failed