Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90c615bc authored by Timur Tabi's avatar Timur Tabi Committed by Kumar Gala
Browse files

[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: default avatarTimur Tabi <timur@freescale.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent f2fb9eb3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -5,15 +5,13 @@
config UCC_SLOW
	bool
	default n
	select UCC
	help
	  This option provides qe_lib support to UCC slow
	  protocols: UART, BISYNC, QMC

config UCC_FAST
	bool
	default n
	select UCC
	default y if UCC_GETH
	help
	  This option provides qe_lib support to UCC fast
	  protocols: HDLC, Ethernet, ATM, transparent
+0 −1
Original line number Diff line number Diff line
@@ -2280,7 +2280,6 @@ config GFAR_NAPI
config UCC_GETH
	tristate "Freescale QE Gigabit Ethernet"
	depends on QUICC_ENGINE
	select UCC_FAST
	help
	  This driver supports the Gigabit Ethernet mode of the QUICC Engine,
	  which is available on some Freescale SOCs.