Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[firefly-linux-kernel-4.4.55.git] / drivers / net / team / Kconfig
index c3011af68e91c74787b3131d0919c2a4a8593e11..c853d84fd99fc89cae37398b65a945684ac7c9d6 100644 (file)
@@ -37,6 +37,18 @@ config NET_TEAM_MODE_ROUNDROBIN
          To compile this team mode as a module, choose M here: the module
          will be called team_mode_roundrobin.
 
+config NET_TEAM_MODE_RANDOM
+       tristate "Random mode support"
+       depends on NET_TEAM
+       ---help---
+         Basic mode where port used for transmitting packets is selected
+         randomly.
+
+         All added ports are setup to have team's device address.
+
+         To compile this team mode as a module, choose M here: the module
+         will be called team_mode_random.
+
 config NET_TEAM_MODE_ACTIVEBACKUP
        tristate "Active-backup mode support"
        depends on NET_TEAM