projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae5a3a
)
Blackfin EMAC driver: add a select for the PHYLIB of this driver
author
Bryan Wu
<
[email protected]
>
Wed, 19 Sep 2007 15:37:41 +0000
(23:37 +0800)
committer
David S. Miller
<
[email protected]
>
Wed, 10 Oct 2007 23:51:51 +0000
(16:51 -0700)
Since we are adding requirement for the PHYLIB for this driver, there should be a select for that
Cc: Robin Getz <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index 83b3f7b8fb7399a6f54be303be4926e9ec3457f5..9dc4a80a6acda4cf96a6f3bcaa645bd277d32db6 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-838,6
+838,8
@@
config BFIN_MAC
tristate "Blackfin 536/537 on-chip mac support"
depends on NET_ETHERNET && (BF537 || BF536) && (!BF537_PORT_H)
select CRC32
+ select MII
+ select PHYLIB
select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
help
This is the driver for blackfin on-chip mac device. Say Y if you want it