projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771f4c8
)
netdev: bfin_mac: drop experimental markings on RMII support
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 15 Feb 2010 14:32:50 +0000
(14:32 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 17 Feb 2010 04:20:23 +0000
(20:20 -0800)
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>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index b711d54161003d6db1fe34f49aae853b44b4f596..069057796bd7007e17297b9152f94e490127cbb5 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-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