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/config-5.15 | |
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/config-5.15')
-rw-r--r-- | target/linux/mpc85xx/config-5.15 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mpc85xx/config-5.15 b/target/linux/mpc85xx/config-5.15 index 9e143d7b87..5700a247de 100644 --- a/target/linux/mpc85xx/config-5.15 +++ b/target/linux/mpc85xx/config-5.15 @@ -1,8 +1,6 @@ # CONFIG_40x is not set # CONFIG_44x is not set # CONFIG_ADVANCED_OPTIONS is not set -CONFIG_AR8216_PHY=y -CONFIG_AR8216_PHY_LEDS=y CONFIG_ARCH_32BIT_OFF_T=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_KEEP_MEMBLOCK=y @@ -60,7 +58,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_LEGACY_SYSFS=y CONFIG_EDAC_MPC85XX=y CONFIG_EDAC_SUPPORT=y -CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FIXED_PHY=y CONFIG_FSL_BOOKE=y # CONFIG_FSL_DPAA2_SWITCH is not set @@ -238,7 +235,6 @@ CONFIG_SPI_MEM=y CONFIG_SRCU=y # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_STX_GP3 is not set -CONFIG_SWCONFIG=y CONFIG_SWPHY=y CONFIG_SYSCTL_EXCEPTION_TRACE=y CONFIG_TARGET_CPU="8540" |