Convert CONFIG_CMD_ETHSW to Kconfig
[oweals/u-boot.git] / cmd / Kconfig
index ab09a9f52842d33d148bfca2f690b7c7847805e1..cc959f6a4a3d72caa670b96611e84ab385d77440 100644 (file)
@@ -711,6 +711,14 @@ config CMD_LINK_LOCAL
        help
          Acquire a network IP address using the link-local protocol
 
+config CMD_ETHSW
+       bool "ethsw"
+       help
+         Allow control of L2 Ethernet switch commands. These are supported
+         by the vsc9953 Ethernet driver at present. Sub-commands allow
+         operations such as enabling / disabling a port and
+         viewing/maintaining the filtering database (FDB)
+
 endmenu
 
 menu "Misc commands"