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 7, 2022
1 parent d319066 commit ae988e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/ipq807x/config-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ CONFIG_ARM_PSCI_CPUIDLE=y
CONFIG_ARM_PSCI_FW=y
# CONFIG_ARM_QCOM_CPUFREQ_HW is not set
# CONFIG_ARM_QCOM_CPUFREQ_NVMEM is not set
# CONFIG_ASN1 is not set
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
CONFIG_BINARY_PRINTF=y
CONFIG_BLK_DEV_LOOP=y
Expand Down Expand Up @@ -251,6 +252,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 +351,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 ae988e7

Please sign in to comment.