diff mbox series

net: fman: remove reference to non-existing config PCS

Message ID 20221116102450.13928-1-lukas.bulwahn@gmail.com (mailing list archive)
State Accepted
Commit dbc4af768ba1670018c053b35a8613b811874f9c
Delegated to: Netdev Maintainers
Headers show
Series net: fman: remove reference to non-existing config PCS | expand

Checks

Context Check Description
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Lukas Bulwahn Nov. 16, 2022, 10:24 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 19, 2022, 3:30 a.m. UTC | #1
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!
diff mbox series

Patch

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