mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 22:03:01 +02:00
As we may need to load firmware to the PHYs, we can't load those modules until we have access to the rootfs. In order for that to work, the MDIO driver must not be built-in, as that will cause the kernel to bind devices with missing (built-in) drivers to bind to the genphy driver. Therefore, build everything as modules and let udev load it during boot.