Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e06d41d0 authored by Mike Frysinger's avatar Mike Frysinger Committed by David S. Miller
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 771f4c87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -880,8 +880,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