Skip to content

Commit f5b12be

Browse files
bulwahnPaolo Abeni
authored andcommitted
net: dsa: ocelot: fix selecting MFD_OCELOT
Commit 3d7316a ("net: dsa: ocelot: add external ocelot switch control") adds config NET_DSA_MSCC_OCELOT_EXT, which selects the non-existing config MFD_OCELOT_CORE. Replace this select with the intended and existing MFD_OCELOT. Signed-off-by: Lukas Bulwahn <[email protected]> Acked-by: Colin Foster <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent fa15072 commit f5b12be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/dsa/ocelot/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config NET_DSA_MSCC_OCELOT_EXT
1414
depends on NET_VENDOR_MICROSEMI
1515
depends on PTP_1588_CLOCK_OPTIONAL
1616
select MDIO_MSCC_MIIM
17-
select MFD_OCELOT_CORE
17+
select MFD_OCELOT
1818
select MSCC_OCELOT_SWITCH_LIB
1919
select NET_DSA_MSCC_FELIX_DSA_LIB
2020
select NET_DSA_TAG_OCELOT_8021Q

0 commit comments

Comments
 (0)