Skip to content

Commit 4edafe3

Browse files
Alison WangBoris Brezillon
authored andcommitted
memory: ifc: Update dependency of IFC for LS1021A
As 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 1932a96 commit 4edafe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/memory/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ config FSL_CORENET_CF
115115

116116
config FSL_IFC
117117
bool
118-
depends on FSL_SOC || ARCH_LAYERSCAPE
118+
depends on FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A
119119

120120
config JZ4780_NEMC
121121
bool "Ingenic JZ4780 SoC NEMC driver"

0 commit comments

Comments
 (0)