Re: [PATCH net 0/4] Fixes for OF_MDIO flag

2020-06-05 Thread David Miller
From: Dan Murphy 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 a

[PATCH net 0/4] Fixes for OF_MDIO flag

2020-06-05 Thread Dan Murphy
Hello 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. Dan Dan Murphy (4): net: dp83869: Fix OF_