net: pch_gbe: Convert to use DM PCI API
[oweals/u-boot.git] / drivers / net / Kconfig
index ae5e78dd3449c4a2faa1afaf5c773bb0e560789c..bc2f51d95884320eb2e5d652a835c37b1ac7517a 100644 (file)
@@ -88,6 +88,7 @@ config ETH_SANDBOX_RAW
 
 config ETH_DESIGNWARE
        bool "Synopsys Designware Ethernet MAC"
+       select PHYLIB
        help
          This MAC is present in SoCs from various vendors. It supports
          100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
@@ -101,6 +102,22 @@ config PCH_GBE
          This MAC is present in Intel Platform Controller Hub EG20T. It
          supports 10/100/1000 Mbps operation.
 
+config XILINX_AXIEMAC
+       depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
+       select PHYLIB
+       select MII
+       bool "Xilinx AXI Ethernet"
+       help
+         This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
+
+config XILINX_EMACLITE
+       depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
+       select PHYLIB
+       select MII
+       bool "Xilinx Ethernetlite"
+       help
+         This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
+
 config ZYNQ_GEM
        depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP)
        select PHYLIB
@@ -108,4 +125,12 @@ config ZYNQ_GEM
        help
          This MAC is present in Xilinx Zynq and ZynqMP SoCs.
 
+config PIC32_ETH
+       bool "Microchip PIC32 Ethernet Support"
+       depends on DM_ETH && MACH_PIC32
+       select PHYLIB
+       help
+         This driver implements 10/100 Mbps Ethernet and MAC layer for
+         Microchip PIC32 microcontrollers.
+
 endif # NETDEVICES