Skip to content

Commit 01eb9ae

Browse files
Alison WangBoris Brezillon
authored andcommitted
mtd: nand: Update dependency of IFC for LS1021A
As NAND support for Freescale/NXP IFC controller is available on LS1021A, the dependency for LS1021A is added. LS1021A is an earlier product and is not compatible with later LayerScape architecture. So ARCH_LAYERSCAPE can't cover LS1021A. Signed-off-by: Alison Wang <[email protected]> Signed-off-by: Boris Brezillon <[email protected]>
1 parent 4edafe3 commit 01eb9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/nand/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ config MTD_NAND_FSL_ELBC
439439

440440
config MTD_NAND_FSL_IFC
441441
tristate "NAND support for Freescale IFC controller"
442-
depends on FSL_SOC || ARCH_LAYERSCAPE
442+
depends on FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A
443443
select FSL_IFC
444444
select MEMORY
445445
help

0 commit comments

Comments
 (0)