netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] net: ethernet: xilinx: Do not use axienet on PPC
@ 2013-01-10 16:58 Michal Simek
  2013-01-10 16:58 ` [PATCH 2/2] net: ethernet: xilinx: Do not use NO_IRQ in axienet Michal Simek
  2013-01-10 22:38 ` [PATCH 1/2] net: ethernet: xilinx: Do not use axienet on PPC David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2013-01-10 16:58 UTC (permalink / raw)
  To: netdev

Axi ethernet can't be used on PPC because it is
little endian IP and PPC is big endian.
This system can't be designed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
 drivers/net/ethernet/xilinx/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
index 5778a4a..122d60c 100644
--- a/drivers/net/ethernet/xilinx/Kconfig
+++ b/drivers/net/ethernet/xilinx/Kconfig
@@ -27,7 +27,7 @@ config XILINX_EMACLITE
 
 config XILINX_AXI_EMAC
 	tristate "Xilinx 10/100/1000 AXI Ethernet support"
-	depends on (PPC32 || MICROBLAZE)
+	depends on MICROBLAZE
 	select PHYLIB
 	---help---
 	  This driver supports the 10/100/1000 Ethernet from Xilinx for the
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-10 22:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 16:58 [PATCH 1/2] net: ethernet: xilinx: Do not use axienet on PPC Michal Simek
2013-01-10 16:58 ` [PATCH 2/2] net: ethernet: xilinx: Do not use NO_IRQ in axienet Michal Simek
2013-01-10 22:38   ` David Miller
2013-01-10 22:38 ` [PATCH 1/2] net: ethernet: xilinx: Do not use axienet on PPC David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).