According to kernel upstream commit 9ba0cae3cac0("memory:
fsl_ifc: Make FSL_IFC config visible and selectable"), it needs to
enable CONFIG_FSL_IFC explicitly, because the freescale nand
flash kernel config CONFIG_MTD_NAND_FSL_IFC depends on it.
Also Enable CONFIG_MEMORY config because CONFIG_FSL_IFC depend it.
Although, there is no nand flash node in ls1028 dts file, nand flash
device exists on ls1028 rdb board. So, it had better enable nand
flash kernel config so that nand flash can work fine if user add
nand flash dts node.

Signed-off-by: Meng Li <meng...@windriver.com>
---
 bsp/nxp-ls1028/nxp-ls1028.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsp/nxp-ls1028/nxp-ls1028.cfg b/bsp/nxp-ls1028/nxp-ls1028.cfg
index 818431b7..13ea14dc 100644
--- a/bsp/nxp-ls1028/nxp-ls1028.cfg
+++ b/bsp/nxp-ls1028/nxp-ls1028.cfg
@@ -48,6 +48,8 @@ CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_MTD_SST25L=y
 CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_SPI_NOR=y
+CONFIG_MEMORY=y
+CONFIG_FSL_IFC=y
 CONFIG_MTD_NAND_FSL_IFC=y
 
 CONFIG_COMMON_CLK=y
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14349): 
https://lists.yoctoproject.org/g/linux-yocto/message/14349
Mute This Topic: https://lists.yoctoproject.org/mt/108223830/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to