diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2022-09-29 22:25:24 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-02-20 12:04:44 +0100 |
commit | bfa5e4e4eba36757826d0b5d463558f6916d3456 (patch) | |
tree | f38388ba31ae440f665ed185333a7950b1e30b71 /target/linux/mpc85xx/p1010/config-default | |
parent | f56ef4c0401dd586be19002e27a64257c6b4184c (diff) | |
download | upstream-bfa5e4e4eba36757826d0b5d463558f6916d3456.tar.gz upstream-bfa5e4e4eba36757826d0b5d463558f6916d3456.tar.bz2 upstream-bfa5e4e4eba36757826d0b5d463558f6916d3456.zip |
mcp85xx: Switch TP-Link TL-WDR4900 v1 to DSA
This patch introduces DSA support for TP-Link TL-WDR4900 v1 switch.
Swconfig driver for QCA8327 switch is removed because this router is
only one device which use Qualcom swconfig switch.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Tested-by: Nick Hainke <vincent@systemli.org> # TP Link WDR4900 v1 (5.15)
Diffstat (limited to 'target/linux/mpc85xx/p1010/config-default')
-rw-r--r-- | target/linux/mpc85xx/p1010/config-default | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1010/config-default b/target/linux/mpc85xx/p1010/config-default index 8a065f7944..5ca65812d7 100644 --- a/target/linux/mpc85xx/p1010/config-default +++ b/target/linux/mpc85xx/p1010/config-default @@ -1,3 +1,4 @@ +CONFIG_AT803X_PHY=y # CONFIG_FSL_CORENET_CF is not set CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_SPLIT_FIRMWARE=y @@ -6,7 +7,15 @@ CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 CONFIG_MTD_UBI_BLOCK=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_NET_DEVLINK=y +CONFIG_NET_DSA=y +CONFIG_NET_DSA_QCA8K=y +CONFIG_NET_DSA_TAG_QCA=y +CONFIG_NET_SWITCHDEV=y +CONFIG_PHYLINK=y CONFIG_REALTEK_PHY=y CONFIG_RED_15W_REV1=y +CONFIG_REGMAP=y +CONFIG_REGULATOR=y CONFIG_TL_WDR4900_V1=y CONFIG_UBIFS_FS=y |