netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: fman: remove reference to non-existing config PCS
@ 2022-11-16 10:24 Lukas Bulwahn
  2022-11-19  3:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2022-11-16 10:24 UTC (permalink / raw)
  To: Sean Anderson, Madalin Bucur, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit a7c2a32e7f22 ("net: fman: memac: Use lynx pcs driver") makes the
Freescale Data-Path Acceleration Architecture Frame Manager use lynx pcs
driver by selecting PCS_LYNX.

It also selects the non-existing config PCS as well, which has no effect.

Remove this select to a non-existing config.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 drivers/net/ethernet/freescale/fman/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/fman/Kconfig b/drivers/net/ethernet/freescale/fman/Kconfig
index e76a3d262b2b..a55542c1ad65 100644
--- a/drivers/net/ethernet/freescale/fman/Kconfig
+++ b/drivers/net/ethernet/freescale/fman/Kconfig
@@ -4,7 +4,6 @@ config FSL_FMAN
 	depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
 	select GENERIC_ALLOCATOR
 	select PHYLINK
-	select PCS
 	select PCS_LYNX
 	select CRC32
 	default n
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: fman: remove reference to non-existing config PCS
  2022-11-16 10:24 [PATCH] net: fman: remove reference to non-existing config PCS Lukas Bulwahn
@ 2022-11-19  3:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-11-19  3:30 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: sean.anderson, madalin.bucur, davem, edumazet, kuba, pabeni,
	netdev, kernel-janitors, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 16 Nov 2022 11:24:50 +0100 you wrote:
> Commit a7c2a32e7f22 ("net: fman: memac: Use lynx pcs driver") makes the
> Freescale Data-Path Acceleration Architecture Frame Manager use lynx pcs
> driver by selecting PCS_LYNX.
> 
> It also selects the non-existing config PCS as well, which has no effect.
> 
> Remove this select to a non-existing config.
> 
> [...]

Here is the summary with links:
  - net: fman: remove reference to non-existing config PCS
    https://git.kernel.org/netdev/net-next/c/dbc4af768ba1

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-19  3:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16 10:24 [PATCH] net: fman: remove reference to non-existing config PCS Lukas Bulwahn
2022-11-19  3:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).