[openwrt/openwrt] mediatek: mt7623: disable swconfig
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 18 12:09:44 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/224babfd6f85fbf8a76fde9f835ba48d3eacb060
commit 224babfd6f85fbf8a76fde9f835ba48d3eacb060
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Oct 22 17:21:06 2022 +0200
mediatek: mt7623: disable swconfig
The mt7623 subtarget supports 2 devices:
* Bananapi BPi-R2 (added in 1f068588efddf0175e954ffc07ec8478bddd52c7, 7762c07c88980cff85ec20c12f18cd172260e9d9),
* UniElec U7623-02 (added in 4def81f30f2e89eeecc6ec06e3091f1dd6b3c3d9).
Both devices support DSA from the beginning, thus
swconfig can be safely disabled.
In the past, the subtarget mt7623 also supported
the mt7623 reference board. This board originally
supported swconfig, and was later converted to DSA
(64175ffb7911f5fcd3907df09fdb9bfab53ee641) and then dropped (1ab81bf02d750c9a2a447dbf4fdb323921f291d7).
Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
---
target/linux/mediatek/mt7623/config-5.15 | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/mediatek/mt7623/config-5.15 b/target/linux/mediatek/mt7623/config-5.15
index 76f2e6b327..e787539d6d 100644
--- a/target/linux/mediatek/mt7623/config-5.15
+++ b/target/linux/mediatek/mt7623/config-5.15
@@ -502,7 +502,6 @@ CONFIG_SRCU=y
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
-CONFIG_SWCONFIG=y
CONFIG_SWPHY=y
CONFIG_SWP_EMULATE=y
CONFIG_SYNC_FILE=y
More information about the lede-commits
mailing list