diff options
| author | Rosen Penev | 2024-10-16 22:31:20 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-17 08:59:52 +0000 |
| commit | 0506dd393c744b0e4895ee8597325961e68d8c56 (patch) | |
| tree | 2be31a0994ea302134325956a2b828fd488ba1ee | |
| parent | a475171e07c3eae99a4621762192e3f44622b6c7 (diff) | |
| download | openwrt-0506dd393c744b0e4895ee8597325961e68d8c56.tar.gz | |
mpc85xx: p1010: fix NAND devices
Upstream commit 9ba0cae3cac07c21c583f9ff194f74043f90d29c made FSL_IFC
visible and selectable, which means that in order for MTD_NAND_FSL_IFC
to work, it needs these two extra CONFIG options.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16717
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/mpc85xx/p1010/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1010/config-default b/target/linux/mpc85xx/p1010/config-default index afa930f4b4..1cd84b52ca 100644 --- a/target/linux/mpc85xx/p1010/config-default +++ b/target/linux/mpc85xx/p1010/config-default @@ -2,7 +2,9 @@ CONFIG_BR200_WP=y CONFIG_CMDLINE_OVERRIDE=y CONFIG_FIREBOX_T10=y # CONFIG_FSL_CORENET_CF is not set +CONFIG_FSL_IFC=y CONFIG_GPIO_74X164=y +CONFIG_MEMORY=y CONFIG_MTD_CFI=y CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_PHYSMAP=y |