Skip to content

Commit

Permalink
ipq807x: enable switchdev
Browse files Browse the repository at this point in the history
Switchdev support is required for the NSS-DP switchdev support, which
in turn is required to fix the FDB roaming, so enable the required
kernel config option.

Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
robimarko committed Apr 8, 2022
1 parent c096664 commit cfef3fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions target/linux/ipq807x/config-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ CONFIG_GLOB=y
CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_IRQCHIP=y
CONFIG_GPIO_CDEV=y
# CONFIG_GPIO_VIRTIO is not set
CONFIG_HANDLE_DOMAIN_IRQ=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_HAS_DMA=y
Expand Down Expand Up @@ -251,6 +250,7 @@ CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NET_FLOW_LIMIT=y
CONFIG_NET_SELFTESTS=y
CONFIG_NET_SOCK_MSG=y
CONFIG_NET_SWITCHDEV=y
CONFIG_NLS=y
CONFIG_NO_HZ_COMMON=y
CONFIG_NO_HZ_IDLE=y
Expand Down Expand Up @@ -349,7 +349,6 @@ CONFIG_QCOM_BAM_DMA=y
# CONFIG_QCOM_GENI_SE is not set
# CONFIG_QCOM_GSBI is not set
# CONFIG_QCOM_HFPLL is not set
# CONFIG_QCOM_IPA is not set
# CONFIG_QCOM_IPCC is not set
# CONFIG_QCOM_LLCC is not set
CONFIG_QCOM_MDT_LOADER=y
Expand Down

0 comments on commit cfef3fa

Please sign in to comment.