Skip to content

Commit

Permalink
netdev: bfin_mac: drop experimental markings on RMII support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and David S. Miller committed Feb 17, 2010
1 parent 771f4c8 commit e06d41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e06d41d

Please sign in to comment.