From: Dan Murphy <dmur...@ti.com> Date: Fri, 5 Jun 2020 09:01:03 -0500
> There are some residual drivers that check the CONFIG_OF_MDIO flag using the > if defs. Using this check does not work when the OF_MDIO is configured as a > module. Using the IS_ENABLED macro checks if the flag is declared as built-in > or as a module. Series applied, thank you.