Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mike Frysinger and committed by
David S. Miller
e06d41d0 771f4c87

+2 -2
+2 -2
drivers/net/Kconfig
··· 880 880 Set the number of buffer packets used in driver. 881 881 882 882 config BFIN_MAC_RMII 883 - bool "RMII PHY Interface (EXPERIMENTAL)" 884 - depends on BFIN_MAC && EXPERIMENTAL 883 + bool "RMII PHY Interface" 884 + depends on BFIN_MAC 885 885 default y if BFIN527_EZKIT 886 886 default n if BFIN537_STAMP 887 887 help