Skip to content

Commit 768d279

Browse files
committed
configs: Enable NET_DSA for Ethernet switches
Set NET_DSA=m to allow some DSA-based switch devices to be used. Note that no switch models have been enabled, the intention being that DKMS can be used to build them. Note also that the feature has only been added to 64-bit kernels, since it causes the kernel to grow by about 65kB. See: #6899 Signed-off-by: Phil Elwell <[email protected]>
1 parent 1755472 commit 768d279

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ CONFIG_L2TP_IP=m
353353
CONFIG_L2TP_ETH=m
354354
CONFIG_BRIDGE=m
355355
CONFIG_BRIDGE_VLAN_FILTERING=y
356+
CONFIG_NET_DSA=m
356357
CONFIG_VLAN_8021Q=m
357358
CONFIG_VLAN_8021Q_GVRP=y
358359
CONFIG_ATALK=m

arch/arm64/configs/bcm2711_rt_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ CONFIG_L2TP_IP=m
353353
CONFIG_L2TP_ETH=m
354354
CONFIG_BRIDGE=m
355355
CONFIG_BRIDGE_VLAN_FILTERING=y
356+
CONFIG_NET_DSA=m
356357
CONFIG_VLAN_8021Q=m
357358
CONFIG_VLAN_8021Q_GVRP=y
358359
CONFIG_ATALK=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ CONFIG_L2TP_IP=m
356356
CONFIG_L2TP_ETH=m
357357
CONFIG_BRIDGE=m
358358
CONFIG_BRIDGE_VLAN_FILTERING=y
359+
CONFIG_NET_DSA=m
359360
CONFIG_VLAN_8021Q=m
360361
CONFIG_VLAN_8021Q_GVRP=y
361362
CONFIG_ATALK=m

0 commit comments

Comments
 (0)