[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1439503319-25453-1-git-send-email-stuart.yoder@freescale.com>
Date: Thu, 13 Aug 2015 17:01:59 -0500
From: Stuart Yoder <stuart.yoder@...escale.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<scottwood@...escale.com>,
Stuart Yoder <stuart.yoder@...escale.com>
Subject: [PATCH] net/fsl: simplify Kconfig dependency list for fsl networking
make the list of Kconfig dependencies for Freescale
networking more general. Simplify to supported
architectures: ARM, ARM64, PPC, M68K
Signed-off-by: Stuart Yoder <stuart.yoder@...escale.com>
---
drivers/net/ethernet/freescale/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
index ff76d4e..70782d7 100644
--- a/drivers/net/ethernet/freescale/Kconfig
+++ b/drivers/net/ethernet/freescale/Kconfig
@@ -5,9 +5,7 @@
config NET_VENDOR_FREESCALE
bool "Freescale devices"
default y
- depends on FSL_SOC || QUICC_ENGINE || CPM1 || CPM2 || PPC_MPC512x || \
- M523x || M527x || M5272 || M528x || M520x || M532x || \
- ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM)
+ depends on M68K || PPC || ARM || ARM64
---help---
If you have a network (Ethernet) card belonging to this class, say Y.
--
2.3.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists