]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/Kconfig
Migrate CONFIG_DRIVER_TI_CPSW to Kconfig
[u-boot] / drivers / net / Kconfig
index f2cfcb060604b6827487a4ed963dce9105f8bd25..98573cb22a4fa6722bf90fc9a4b1fb42330a8fb7 100644 (file)
@@ -11,6 +11,13 @@ config DM_ETH
          This is currently implemented in net/eth.c
          Look in include/net.h for details.
 
+config DRIVER_TI_CPSW
+       bool "TI Common Platform Ethernet Switch"
+       select PHYLIB
+       help
+         This driver supports the TI three port switch gigabit ethernet
+         subsystem found in the TI SoCs.
+
 menuconfig NETDEVICES
        bool "Network device support"
        depends on NET