diff options
| author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2023-02-11 16:39:02 +0900 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-10-31 14:02:01 +0100 |
| commit | 49f55b17f0c1dd1fa6e614bf59f2bf53adb28468 (patch) | |
| tree | 5e9b3d9e635c2628a1f7b7e0ecf932e0b6baef89 /target/linux | |
| parent | c6e71b34b29e70651228aabd12190fc752021ec2 (diff) | |
| download | upstream-49f55b17f0c1dd1fa6e614bf59f2bf53adb28468.tar.gz upstream-49f55b17f0c1dd1fa6e614bf59f2bf53adb28468.tar.bz2 upstream-49f55b17f0c1dd1fa6e614bf59f2bf53adb28468.zip | |
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@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/mvebu/cortexa9/config-5.15 | 1 | ||||
| -rw-r--r-- | target/linux/mvebu/cortexa9/config-6.1 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa9/config-5.15 b/target/linux/mvebu/cortexa9/config-5.15 index 88a2f14c026..e666dd486fb 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 b78c734fada..b2625c3b32e 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 |
