mediatek/filogic: enable mtd virtual concat support

This is required for upcoming Keenetic KN-3911 support

Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16830
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Maxim Anisimov 2024-10-31 12:27:54 +03:00 committed by Hauke Mehrtens
parent 79db5d65ca
commit 0d651dd302

View File

@ -269,6 +269,7 @@ CONFIG_MTD_UBI_BLOCK=y
CONFIG_MTD_UBI_FASTMAP=y CONFIG_MTD_UBI_FASTMAP=y
CONFIG_MTD_UBI_NVMEM=y CONFIG_MTD_UBI_NVMEM=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_VIRT_CONCAT=y
# CONFIG_MTK_CMDQ is not set # CONFIG_MTK_CMDQ is not set
CONFIG_MTK_CPUX_TIMER=y CONFIG_MTK_CPUX_TIMER=y
# CONFIG_MTK_CQDMA is not set # CONFIG_MTK_CQDMA is not set