mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-29 18:51:12 -09:00
Currently, the stmmac driver is configured as a module in the defconfig, which means that the network functionality is not available until the driver module is manually inserted. Use extra config fragment to integrate it directly into the kernel, ensuring that network functionality is available immediately upon boot. Signed-off-by: Aleksandr Makarov <aleksandr.o.makarov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>