Timur Tabi wrote:
Andrew Morton wrote:
drivers/net/Kconfig:2327:warning: 'select' used by config symbol
'UCC_GETH' refer to undefined symbol 'UCC_FAST'
Yes, we get so many of those that I tend to ignore them, assuming that
someone will pick it up and fix it.
Is this being compiled on a non-ppc/powerpc platform?
Yes , on i386 with this config :
http://crazy.dev.frugalware.org/2.6.21-rc7-mm2/config
That might explain it. UCC_GETH is
defined in drivers/net/Kconfig, but UCC_FAST is defined in
arch/powerpc/sysdev/qe_lib/Kconfig. So I supposed if you don't compile for ARCH=powerpc,
then arch/powerpc/sysdev/qe_lib/Kconfig is never loaded?
If that's the case, then we're always going to have this problem with platform-dependent
drivers in the /drivers/ directory. The ucc_geth driver depends on the "QE library",
which is present only on some PowerPC processors, so we put the config options for the QE
in arch/powerpc. But since ucc_geth is a standard Ethernet driver, it exists in drivers/net.
Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]