From: Timur Tabi Date: Wed, 23 May 2007 12:23:55 +0000 (-0500) Subject: [POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST X-Git-Tag: v2.6.22-rc4~99^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c615bc42886f23a6112733a949d0f6fbe343b6;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Kumar Gala --- Reading git-diff-tree failed