[openwrt/openwrt] mvebu: cortexa9: enable seil-fw mtdsplit driver

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 31 06:03:00 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/49f55b17f0c1dd1fa6e614bf59f2bf53adb28468

commit 49f55b17f0c1dd1fa6e614bf59f2bf53adb28468
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sat Feb 11 16:39:02 2023 +0900

    mvebu: cortexa9: enable seil-fw mtdsplit driver
    
    Enable seil-fw driver on mvebu/cortexa9 to use it on IIJ SA-W2.
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
---
 target/linux/mvebu/cortexa9/config-5.15 | 1 +
 target/linux/mvebu/cortexa9/config-6.1  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/mvebu/cortexa9/config-5.15 b/target/linux/mvebu/cortexa9/config-5.15
index 88a2f14c02..e666dd486f 100644
--- a/target/linux/mvebu/cortexa9/config-5.15
+++ b/target/linux/mvebu/cortexa9/config-5.15
@@ -1,3 +1,4 @@
 CONFIG_LED_TRIGGER_PHY=y
+CONFIG_MTD_SPLIT_SEIL_FW=y
 CONFIG_PHY_MVEBU_A38X_COMPHY=y
 CONFIG_RTC_DRV_MV=y
diff --git a/target/linux/mvebu/cortexa9/config-6.1 b/target/linux/mvebu/cortexa9/config-6.1
index b78c734fad..b2625c3b32 100644
--- a/target/linux/mvebu/cortexa9/config-6.1
+++ b/target/linux/mvebu/cortexa9/config-6.1
@@ -3,6 +3,7 @@ CONFIG_CPU_LITTLE_ENDIAN=y
 CONFIG_CURRENT_POINTER_IN_TPIDRURO=y
 CONFIG_IRQSTACKS=y
 CONFIG_LED_TRIGGER_PHY=y
+CONFIG_MTD_SPLIT_SEIL_FW=y
 CONFIG_PHY_MVEBU_A38X_COMPHY=y
 CONFIG_RTC_DRV_MV=y
 CONFIG_THREAD_INFO_IN_TASK=y




More information about the lede-commits mailing list