* [PATCH] netdev: smc91x: enable for xtensa
@ 2013-11-07 15:16 Baruch Siach
2013-11-08 18:28 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2013-11-07 15:16 UTC (permalink / raw)
To: netdev; +Cc: Matthew Davey, Baruch Siach
Tested in VLAB Works Xtensa simulation.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
drivers/net/ethernet/smsc/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/smsc/Kconfig b/drivers/net/ethernet/smsc/Kconfig
index 068fc44..753630f 100644
--- a/drivers/net/ethernet/smsc/Kconfig
+++ b/drivers/net/ethernet/smsc/Kconfig
@@ -6,7 +6,7 @@ config NET_VENDOR_SMSC
bool "SMC (SMSC)/Western Digital devices"
default y
depends on ARM || ISA || MAC || ARM64 || MIPS || M32R || SUPERH || \
- BLACKFIN || MN10300 || COLDFIRE || PCI || PCMCIA
+ BLACKFIN || MN10300 || COLDFIRE || XTENSA || PCI || PCMCIA
---help---
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
@@ -39,7 +39,7 @@ config SMC91X
select CRC32
select MII
depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
- MN10300 || COLDFIRE || ARM64)
+ MN10300 || COLDFIRE || ARM64 || XTENSA)
---help---
This is a driver for SMC's 91x series of Ethernet chipsets,
including the SMC91C94 and the SMC91C111. Say Y if you want it
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] netdev: smc91x: enable for xtensa
2013-11-07 15:16 [PATCH] netdev: smc91x: enable for xtensa Baruch Siach
@ 2013-11-08 18:28 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-11-08 18:28 UTC (permalink / raw)
To: baruch; +Cc: netdev, matthew.davey
From: Baruch Siach <baruch@tkos.co.il>
Date: Thu, 7 Nov 2013 17:16:06 +0200
> Tested in VLAB Works Xtensa simulation.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-08 18:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 15:16 [PATCH] netdev: smc91x: enable for xtensa Baruch Siach
2013-11-08 18:28 ` 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).