]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/Kconfig
arm: imx6ul: Add Engicam GEAM6UL Starter Kit initial support
[u-boot] / drivers / net / Kconfig
index 91b7690972c9fab7eaa97102d20128a4513b1385..929b9e273ef8dceb7fd348653b143825c950a5e3 100644 (file)
@@ -46,6 +46,15 @@ menuconfig NETDEVICES
 
 if NETDEVICES
 
+config AG7XXX
+       bool "Atheros AG7xxx Ethernet MAC support"
+       depends on DM_ETH && ARCH_ATH79
+       select PHYLIB
+       help
+         This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is
+         present in the Atheros AR7xxx, AR9xxx and QCA9xxx MIPS chips.
+
+
 config ALTERA_TSE
        bool "Altera Triple-Speed Ethernet MAC support"
        depends on DM_ETH
@@ -55,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
@@ -115,6 +135,18 @@ config ETH_DESIGNWARE
          100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
          provide the PHY (physical media interface).
 
+config ETHOC
+       bool "OpenCores 10/100 Mbps Ethernet MAC"
+       help
+         This MAC is present in OpenRISC and Xtensa XTFPGA boards.
+
+config FEC_MXC
+       bool "FEC Ethernet controller"
+       depends on MX5 || MX6
+       help
+         This driver supports the 10/100 Fast Ethernet controller for
+         NXP i.MX processors.
+
 config MVPP2
        bool "Marvell Armada 375 network interface support"
        depends on ARMADA_375
@@ -143,6 +175,15 @@ config RTL8169
          This driver supports Realtek 8169 series gigabit ethernet family of
          PCI/PCIe chipsets/adapters.
 
+config SUN8I_EMAC
+        bool "Allwinner Sun8i Ethernet MAC support"
+        depends on DM_ETH
+        select PHYLIB
+        help
+          This driver supports the  Allwinner based SUN8I/SUN50I Ethernet MAC.
+         It can be found in H3/A64/A83T based SoCs and compatible with both
+         External and Internal PHY's.
+
 config XILINX_AXIEMAC
        depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
        select PHYLIB
@@ -152,7 +193,7 @@ config XILINX_AXIEMAC
          This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
 
 config XILINX_EMACLITE
-       depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
+       depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS)
        select PHYLIB
        select MII
        bool "Xilinx Ethernetlite"