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>
Sun, 26 Jan 2025 21:06:57 +0000 (22:06 +0100)
commiteaa82118eadfd495f8512d55c01c1935b8b42c51
treeffbd803b54696397fe87aa4780d8e89c7caaa437
parentb7af54d5c18cf74b9b598b506a335443a0bbed87
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.

Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250113-mv88e6xxx-modularize-v2-1-3064419615cd@linaro.org/
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