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 Mar 19, 2022
1 parent a371c88 commit b2a888d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions target/linux/ipq807x/config-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,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 @@ -259,6 +260,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 All @@ -275,7 +277,7 @@ CONFIG_OF_GPIO=y
CONFIG_OF_IRQ=y
CONFIG_OF_KOBJ=y
CONFIG_OF_MDIO=y
CONFIG_OF_NET=y
# CONFIG_OID_REGISTRY is not set
CONFIG_PADATA=y
CONFIG_PARTITION_PERCPU=y
CONFIG_PCI=y
Expand Down Expand Up @@ -358,7 +360,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 b2a888d

Please sign in to comment.