]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/Kconfig
x86: qemu: Add a text base for 64-bit U-Boot
[u-boot] / drivers / net / Kconfig
index 7b9961de476e73f7a45cf4c73a8cc8fa6d69bd46..f52629fa53ffed56207c81a12a037cc42f7e2656 100644 (file)
@@ -64,6 +64,17 @@ config ALTERA_TSE
          Please find details on the "Triple-Speed Ethernet MegaCore Function
          Resource Center" of Altera.
 
+config DWC_ETH_QOS
+       bool "Synopsys DWC Ethernet QOS device support"
+       depends on DM_ETH
+       select PHYLIB
+       help
+         This driver supports the Synopsys Designware Ethernet QOS (Quality
+         Of Service) IP block. The IP supports many options for bus type,
+         clocking/reset structure, and feature list. This driver currently
+         supports the specific configuration used in NVIDIA's Tegra186 chip,
+         but should be extensible to other combinations quite easily.
+
 config E1000
        bool "Intel PRO/1000 Gigabit Ethernet support"
        help
@@ -131,7 +142,7 @@ config ETHOC
 
 config FEC_MXC
        bool "FEC Ethernet controller"
-       depends on MX6
+       depends on MX5 || MX6
        help
          This driver supports the 10/100 Fast Ethernet controller for
          NXP i.MX processors.
@@ -204,4 +215,11 @@ config PIC32_ETH
          This driver implements 10/100 Mbps Ethernet and MAC layer for
          Microchip PIC32 microcontrollers.
 
+config GMAC_ROCKCHIP
+       bool "Rockchip Synopsys Designware Ethernet MAC"
+       depends on DM_ETH && ETH_DESIGNWARE
+       help
+         This driver provides Rockchip SoCs network support based on the
+         Synopsys Designware driver.
+
 endif # NETDEVICES