kconfig: selecting an undefined symbol

From: Meelis Roos
Date: Tue Sep 14 2004 - 07:25:08 EST


drivers/video/Kconfig:466:warning: 'select' used by config symbol 'FB_I810' refer to undefined symbol 'AGP'
drivers/video/Kconfig:467:warning: 'select' used by config symbol 'FB_I810' refer to undefined symbol 'AGP_INTEL'

This comes from

config FB_I810
tristate "Intel 810/815 support (EXPERIMENTAL)"
depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
select AGP
select AGP_INTEL
select FB_MODE_HELPERS

it really depends on X86 but AGP and AGP_INTEL are still not selectable
on sparc64.

Any good way to cure it?

--
Meelis Roos (mroos@xxxxxxxx)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/