[POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST
authorTimur Tabi <timur@freescale.com>
Wed, 23 May 2007 12:23:55 +0000 (07:23 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 23 May 2007 12:23:55 +0000 (07:23 -0500)
commit90c615bc42886f23a6112733a949d0f6fbe343b6
tree4600ab7e71cb4c2d02b908b809d3480f99794f94
parentf2fb9eb3482c9ab3cca84cf0c80f646ce9aeb4de
[POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST

The UCC_GETH Kconfig option in drivers/net/Kconfig had a line to select the
UCC_FAST option is arch/powerpc/sysdev/qe_lib/Kconfig, which is only used
on PowerPC builds.  On other architectures, this would generated a warning.
The fix is to have UCC_FAST depend on UCC_GETH.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/qe_lib/Kconfig
drivers/net/Kconfig