summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
blob: 94cf099a677ac1468a441a4b5d8960d17aecb579 (plain)
1
2
3
4
5
6
7
8
9
config DM_ETH
	bool "Enable Driver Model for Ethernet drivers"
	depends on DM
	help
	  Enable driver model for Ethernet.

	  The eth_*() interface will be implemented by the UC_ETH class
	  This is currently implemented in net/eth.c
	  Look in include/net.h for details.