summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2023-09-17 22:17:56 +0200
committerRobert Marko <robimarko@gmail.com>2024-06-24 09:46:19 +0200
commit9f2b2d8dcddb50ebff4411490057a2ac85005309 (patch)
treeaa9c1c4de991b2e26c888caa9747e28aba665ecf
parent2b316f4e22bc53eb9c3480fe76f27d343aba5540 (diff)
downloadopenwrt-9f2b2d8dcddb50ebff4411490057a2ac85005309.tar.gz
openwrt-9f2b2d8dcddb50ebff4411490057a2ac85005309.tar.bz2
openwrt-9f2b2d8dcddb50ebff4411490057a2ac85005309.zip
mvebu: cortex-a72: enable MikroTik platform drivers and NOR variable erase
MikroTik RB5009 will be using advantage of the MikroTik platform drivers, RouterBoot partition parser and SPI NOR variable erase support. Link: https://github.com/openwrt/openwrt/pull/15765 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/mvebu/cortexa72/config-6.64
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6
index 6a20865b30..ff47af724e 100644
--- a/target/linux/mvebu/cortexa72/config-6.6
+++ b/target/linux/mvebu/cortexa72/config-6.6
@@ -61,6 +61,10 @@ CONFIG_MFD_IEI_WT61P803_PUZZLE=y
CONFIG_MFD_SYSCON=y
CONFIG_MMC_SDHCI_XENON=y
CONFIG_MODULES_USE_ELF_RELA=y
+CONFIG_MIKROTIK=y
+CONFIG_MIKROTIK_RB_SYSFS=y
+CONFIG_MTD_ROUTERBOOT_PARTS=y
+CONFIG_MTD_SPI_NOR_USE_VARIABLE_ERASE=y
CONFIG_MVEBU_GICP=y
CONFIG_MVEBU_ICU=y
CONFIG_MVEBU_ODMI=y