Skip to content

Commit dbc4af7

Browse files
bulwahnkuba-moo
authored andcommitted
net: fman: remove reference to non-existing config PCS
Commit a7c2a32 ("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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c73a72f commit dbc4af7

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/freescale/fman

1 file changed

+0
-1
lines changed

drivers/net/ethernet/freescale/fman/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ config FSL_FMAN
44
depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
55
select GENERIC_ALLOCATOR
66
select PHYLINK
7-
select PCS
87
select PCS_LYNX
98
select CRC32
109
default n

0 commit comments

Comments
 (0)