]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: ignore select of unknown symbol
authorSam Ravnborg <sam@ravnborg.org>
Sat, 2 Feb 2008 20:09:57 +0000 (21:09 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 3 Feb 2008 07:58:07 +0000 (08:58 +0100)
commite3a92e7ef20c86f7084c5adc957d2a67c2e3a3bb
treed857c33cbf90d5686c161e92c6fb1823d61d5a41
parenta3ad8e010a675edea0e1ea0fb971f56ab6bb449c
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 <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
scripts/kconfig/menu.c