qoriq: Switch to use a module for mv88e6xxx
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 11 Jan 2025 23:00:01 +0000 (00:00 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 26 Jan 2025 21:07:44 +0000 (22:07 +0100)
commit335252c977900d675c0b6b4be8b019802416429c
tree4d77e624970a10f38421a9d4b1a8fa57352d07d8
parenteaa82118eadfd495f8512d55c01c1935b8b42c51
qoriq: Switch to use a module for mv88e6xxx

It's possible to add the driver for the Marvell MV88E6xxx DSA
switches using a module package rather than to compile it into
the kernel. For affected devices this saves a bit of space,
the DSA core alone is around 600 KB on ARM.

I could only find one device actually using this switch (I also
checked upstream DTS files) so I have added the package to that
one device.

In the config CONFIG_NET_DSA_TAG_TRAILER and CONFIG_NET_DSA_OCELOT
were also selected, which seems like mistakes. These taggers are
only used by the MV88E6060 and driver which is a separate switch
from MV88E6xxx and the Ocelot drivers such as
CONFIG_NET_DSA_MSCC_FELIX or CONFIG_NET_DSA_MSCC_SEVILLE
and no qoric platform seems to be using them, nor are they
selected in the config.

Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250113-mv88e6xxx-modularize-v2-2-3064419615cd@linaro.org/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
target/linux/qoriq/config-6.6
target/linux/qoriq/image/generic.mk