Skip to content

Commit 90d79ed

Browse files
grygoriyStmlind
authored andcommitted
ARM: omap2plus_defconfig: enable NET_SWITCHDEV
The TI_CPSW_SWITCHDEV definition in Kconfig was changed from "select NET_SWITCHDEV" to "depends on NET_SWITCHDEV", and therefore it is required to explicitelly enable NET_SWITCHDEV config option in omap2plus_defconfig. Fixes: 3727d25 ("arm: omap2plus_defconfig: enable new cpsw switchdev driver") Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent c842b8c commit 90d79ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm/configs/omap2plus_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ CONFIG_IP_PNP_BOOTP=y
9292
CONFIG_IP_PNP_RARP=y
9393
CONFIG_NETFILTER=y
9494
CONFIG_PHONET=m
95+
CONFIG_NET_SWITCHDEV=y
9596
CONFIG_CAN=m
9697
CONFIG_CAN_C_CAN=m
9798
CONFIG_CAN_C_CAN_PLATFORM=m
@@ -181,6 +182,7 @@ CONFIG_SMSC911X=y
181182
# CONFIG_NET_VENDOR_STMICRO is not set
182183
CONFIG_TI_DAVINCI_EMAC=y
183184
CONFIG_TI_CPSW=y
185+
CONFIG_TI_CPSW_SWITCHDEV=y
184186
CONFIG_TI_CPTS=y
185187
# CONFIG_NET_VENDOR_VIA is not set
186188
# CONFIG_NET_VENDOR_WIZNET is not set
@@ -556,4 +558,3 @@ CONFIG_DEBUG_INFO_DWARF4=y
556558
CONFIG_MAGIC_SYSRQ=y
557559
CONFIG_SCHEDSTATS=y
558560
# CONFIG_DEBUG_BUGVERBOSE is not set
559-
CONFIG_TI_CPSW_SWITCHDEV=y

0 commit comments

Comments
 (0)