mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: fman: remove reference to non-existing config PCS
Commit a7c2a32e7f
("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>
Link: https://lore.kernel.org/r/20221116102450.13928-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
c73a72f4cb
commit
dbc4af768b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue