mvebu: Switch to use a module for mv88e6xxx
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 11 Jan 2025 22:46:34 +0000 (23:46 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 11 Jan 2025 22:46:34 +0000 (23:46 +0100)
commitbb5fa24e69dd93fc94ff3c2b3112d62d2a301ef2
tree991027840c45dafda9f84b46ae173f585e376b04
parente84064f76d6d02a6a16a16132aa00664eeeeb239
mvebu: 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,
typically the DSA core is 600 KB so this and some more is saved
for devices with no DSA switch.

When adding the packages I went over both the upstream DTS files
and the OpenWrt-specific DTS files and used grep 'marvell,mv88e6'
to find the devices using these switches.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
target/linux/mvebu/config-6.6
target/linux/mvebu/image/cortexa53.mk
target/linux/mvebu/image/cortexa72.mk
target/linux/mvebu/image/cortexa9.mk