]> git.sur5r.net Git - u-boot/blob - drivers/net/Kconfig
94cf099a677ac1468a441a4b5d8960d17aecb579
[u-boot] / drivers / net / Kconfig
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.