[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170305121434.22674-2-pbrobinson@gmail.com>
Date: Sun, 5 Mar 2017 12:14:33 +0000
From: Peter Robinson <pbrobinson@...il.com>
To: Florian Fainelli <f.fainelli@...il.com>, netdev@...r.kernel.org
Cc: Peter Robinson <pbrobinson@...il.com>
Subject: [PATCH 1/2] net: phy: Add dependencies for Cavium SoCs
Add dependencies on the Cavium architectures for the PHYs
as well as COMPILE_TEST to ensure build coverage.
Signed-off-by: Peter Robinson <pbrobinson@...il.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
+ depends on CAVIUM_OCTEON_SOC || ARCH_THUNDER || COMPILE_TEST
depends on HAS_IOMEM
select MDIO_CAVIUM
help
@@ -145,7 +145,7 @@ config MDIO_SUN4I
config MDIO_THUNDER
tristate "ThunderX SOCs MDIO buses"
- depends on 64BIT
+ depends on ARCH_THUNDER || COMPILE_TEST
depends on PCI
select MDIO_CAVIUM
help
--
2.9.3
Powered by blists - more mailing lists