On Sun, Mar 05, 2017 at 12:14:33PM +0000, Peter Robinson wrote: > Add dependencies on the Cavium architectures for the PHYs
Hi Peter These are not PHY drivers, but MDIO bus drivers. > as well as COMPILE_TEST to ensure build coverage. > > Signed-off-by: Peter Robinson <pbrobin...@gmail.com> > --- > drivers/net/phy/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig > index 8dbd59b..59b8313 100644 > --- a/drivers/net/phy/Kconfig > +++ b/drivers/net/phy/Kconfig > @@ -127,7 +127,7 @@ config MDIO_MOXART > > config MDIO_OCTEON > tristate "Octeon and some ThunderX SOCs MDIO buses" > - depends on 64BIT Have you tried building this on a 32 bit system with COMPILE_TEST? I just wondering why this 64BIT depends is here. Andrew