Skip to content

Commit 304e1d5

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 a05c1aa commit 304e1d5

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
@@ -352,6 +352,7 @@ CONFIG_L2TP_IP=m
352352
CONFIG_L2TP_ETH=m
353353
CONFIG_BRIDGE=m
354354
CONFIG_BRIDGE_VLAN_FILTERING=y
355+
CONFIG_NET_DSA=m
355356
CONFIG_VLAN_8021Q=m
356357
CONFIG_VLAN_8021Q_GVRP=y
357358
CONFIG_ATALK=m

arch/arm64/configs/bcm2711_rt_defconfig

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

arch/arm64/configs/bcm2712_defconfig

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

0 commit comments

Comments
 (0)