aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-02-15 09:32:50 -0500
committerDavid S. Miller <davem@davemloft.net>2010-02-16 23:20:23 -0500
commite06d41d09f314a1664ad60e46934b0ac131c6fa2 (patch)
treee6d727af81918e60784102b758862f9b61206237 /drivers/net/Kconfig
parent771f4c87be909ad9feb6af26424485b02deed244 (diff)
netdev: bfin_mac: drop experimental markings on RMII support
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b711d5416100..069057796bd7 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -880,8 +880,8 @@ config BFIN_RX_DESC_NUM
880 Set the number of buffer packets used in driver. 880 Set the number of buffer packets used in driver.
881 881
882config BFIN_MAC_RMII 882config BFIN_MAC_RMII
883 bool "RMII PHY Interface (EXPERIMENTAL)" 883 bool "RMII PHY Interface"
884 depends on BFIN_MAC && EXPERIMENTAL 884 depends on BFIN_MAC
885 default y if BFIN527_EZKIT 885 default y if BFIN527_EZKIT
886 default n if BFIN537_STAMP 886 default n if BFIN537_STAMP
887 help 887 help