Joe Hershberger | 05c3e68 | 2015-03-22 17:09:10 -0500 | [diff] [blame] | 1 | config DM_ETH |
2 | bool "Enable Driver Model for Ethernet drivers" | ||||
3 | depends on DM | ||||
4 | help | ||||
5 | Enable driver model for Ethernet. | ||||
6 | |||||
7 | The eth_*() interface will be implemented by the UC_ETH class | ||||
8 | This is currently implemented in net/eth.c | ||||
9 | Look in include/net.h for details. |