]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/Kconfig
net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id
[u-boot] / drivers / net / Kconfig
index 5bd66ea9d1fd6ff65199f76d395284897bf538a8..ce76a02da0cefe9c460f30444f9ca33d0ce00c23 100644 (file)
@@ -11,6 +11,7 @@ config DM_ETH
 menuconfig NETDEVICES
        bool "Network device support"
        depends on NET
+       default y if DM_ETH
        help
          You must select Y to enable any network device support
          Generally if you have any networking support this is a given
@@ -39,4 +40,11 @@ config ETH_SANDBOX_RAW
          network traffic to be tested from within sandbox. See
          board/sandbox/README.sandbox for more details.
 
+config ETH_DESIGNWARE
+       bool "Synopsys Designware Ethernet MAC"
+       help
+         This MAC is present in SoCs from various vendors. It supports
+         100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
+         provide the PHY (physical media interface).
+
 endif # NETDEVICES