]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/Kconfig
drivers: net: Add ethernet driver for Microchip PIC32.
[people/ms/u-boot.git] / drivers / net / Kconfig
index 218e1fee22c3919d14ef6eda4aecf80b5a6a9b70..bc2f51d95884320eb2e5d652a835c37b1ac7517a 100644 (file)
@@ -125,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