xref: /rk3399_rockchip-uboot/drivers/net/Kconfig (revision 05c3e68f8518809616cd4ec5523d3f1e423ee41a)
1config 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.
10