net: dsa: ocelot: fix selecting MFD_OCELOT
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 15 Feb 2023 10:46:31 +0000 (11:46 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 16 Feb 2023 12:03:15 +0000 (13:03 +0100)
commitf5b12be34249e8fd0f866927bc978f9e08fc9770
tree439c6dff489aade5993bff8692ee254233614deb
parentfa15072b650a1a90f811239f86fcbe081691a058
net: dsa: ocelot: fix selecting MFD_OCELOT

Commit 3d7316ac81ac ("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 <lukas.bulwahn@gmail.com>
Acked-by: Colin Foster <colin.foster@in-advantage.com>
Link: https://lore.kernel.org/r/20230215104631.31568-1-lukas.bulwahn@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/ocelot/Kconfig