]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/Kconfig
dm: eth: Add basic driver model support to Ethernet stack
[karo-tx-uboot.git] / drivers / net / Kconfig
index 6c0abccb9d7156dfa47d4fb273229d2063a4358f..d03d18ef49a5bd584de3448ad65bc2bf08624f77 100644 (file)
@@ -1,3 +1,13 @@
+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.
+
 menuconfig NETDEVICES
        bool "Network device support"
        depends on NET