Re: [net-next: PATCH v3 4/6] net: mvmdio: add ACPI support

From: Andrew Lunn
Date: Wed Jun 23 2021 - 16:28:49 EST


On Mon, Jun 21, 2021 at 07:30:26PM +0200, Marcin Wojtas wrote:
> This patch introducing ACPI support for the mvmdio driver by adding
> acpi_match_table with two entries:
>
> * "MRVL0100" for the SMI operation
> * "MRVL0101" for the XSMI mode

Same as the freescale MDIO bus driver, you should add

depends on FWNODE_MDIO

Otherwise you might find randconfig builds end up with it disabled,
and then linker errors.

Andrew