netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] NET_VENDOR_TI: make available for am33xx as well
@ 2012-10-23 22:11 Peter Korsgaard
  2012-10-25  3:07 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2012-10-23 22:11 UTC (permalink / raw)
  To: netdev, mugunthanvnm, davem; +Cc: Peter Korsgaard

The cpsw/davinci mdio ip cores are present on am33xx, so make NET_VENDOR_TI
visible for it as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 drivers/net/ethernet/ti/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
index b26cbda..2c41894 100644
--- a/drivers/net/ethernet/ti/Kconfig
+++ b/drivers/net/ethernet/ti/Kconfig
@@ -5,7 +5,7 @@
 config NET_VENDOR_TI
 	bool "Texas Instruments (TI) devices"
 	default y
-	depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3))
+	depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX))
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y
 	  and read the Ethernet-HOWTO, available from
-- 
1.7.10.4

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

* Re: [PATCH] NET_VENDOR_TI: make available for am33xx as well
  2012-10-23 22:11 [PATCH] NET_VENDOR_TI: make available for am33xx as well Peter Korsgaard
@ 2012-10-25  3:07 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-10-25  3:07 UTC (permalink / raw)
  To: jacmet; +Cc: netdev, mugunthanvnm

From: Peter Korsgaard <jacmet@sunsite.dk>
Date: Wed, 24 Oct 2012 00:11:55 +0200

> The cpsw/davinci mdio ip cores are present on am33xx, so make NET_VENDOR_TI
> visible for it as well.
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

Applied, thanks.

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

end of thread, other threads:[~2012-10-25  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 22:11 [PATCH] NET_VENDOR_TI: make available for am33xx as well Peter Korsgaard
2012-10-25  3:07 ` 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).