]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/Kconfig
Merge git://git.denx.de/u-boot-marvell
[u-boot] / drivers / net / Kconfig
index 6905cc02e392454c9f2770b76e8c1d688febd2aa..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,10 +102,35 @@ 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
        bool "Xilinx Ethernet GEM"
        help
-         This MAC is presetn in Xilinx Zynq and ZynqMP SoCs.
+         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