netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netdev: bfin_mac: drop experimental markings on RMII support
@ 2010-02-16  0:32 Mike Frysinger
  2010-02-17  4:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-02-16  0:32 UTC (permalink / raw)
  To: netdev, David S. Miller; +Cc: uclinux-dist-devel

The code has been around for a long time now and is known to work on a
bunch of different parts/boards.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/net/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 746cd3a..03fec5e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -868,8 +868,8 @@ config BFIN_RX_DESC_NUM
 	  Set the number of buffer packets used in driver.
 
 config BFIN_MAC_RMII
-	bool "RMII PHY Interface (EXPERIMENTAL)"
-	depends on BFIN_MAC && EXPERIMENTAL
+	bool "RMII PHY Interface"
+	depends on BFIN_MAC
 	default y if BFIN527_EZKIT
 	default n if BFIN537_STAMP
 	help
-- 
1.7.0


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

* Re: [PATCH] netdev: bfin_mac: drop experimental markings on RMII support
  2010-02-16  0:32 [PATCH] netdev: bfin_mac: drop experimental markings on RMII support Mike Frysinger
@ 2010-02-17  4:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-02-17  4:20 UTC (permalink / raw)
  To: vapier; +Cc: netdev, uclinux-dist-devel

From: Mike Frysinger <vapier@gentoo.org>
Date: Mon, 15 Feb 2010 19:32:50 -0500

> The code has been around for a long time now and is known to work on a
> bunch of different parts/boards.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Applied to net-next-2.6

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

end of thread, other threads:[~2010-02-17  4:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-16  0:32 [PATCH] netdev: bfin_mac: drop experimental markings on RMII support Mike Frysinger
2010-02-17  4:20 ` 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).