aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/team/Kconfig')
-rw-r--r--drivers/net/team/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/team/Kconfig b/drivers/net/team/Kconfig
index 6a7260b03a1e..6b08bd419fba 100644
--- a/drivers/net/team/Kconfig
+++ b/drivers/net/team/Kconfig
@@ -21,7 +21,7 @@ config NET_TEAM_MODE_BROADCAST
21 ---help--- 21 ---help---
22 Basic mode where packets are transmitted always by all suitable ports. 22 Basic mode where packets are transmitted always by all suitable ports.
23 23
24 All added ports are setup to have team's mac address. 24 All added ports are setup to have team's device address.
25 25
26 To compile this team mode as a module, choose M here: the module 26 To compile this team mode as a module, choose M here: the module
27 will be called team_mode_broadcast. 27 will be called team_mode_broadcast.
@@ -33,7 +33,7 @@ config NET_TEAM_MODE_ROUNDROBIN
33 Basic mode where port used for transmitting packets is selected in 33 Basic mode where port used for transmitting packets is selected in
34 round-robin fashion using packet counter. 34 round-robin fashion using packet counter.
35 35
36 All added ports are setup to have team's mac address. 36 All added ports are setup to have team's device address.
37 37
38 To compile this team mode as a module, choose M here: the module 38 To compile this team mode as a module, choose M here: the module
39 will be called team_mode_roundrobin. 39 will be called team_mode_roundrobin.