diff options
author | Raghav Dogra <raghav.dogra@nxp.com> | 2016-07-01 21:32:30 +0530 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-13 17:31:10 -0700 |
commit | 8ea126bc1ac28be93eb5ae3c82741a3dc8e66ae2 (patch) | |
tree | eafd9901adbf33b36a6e08f1012e7f629371d1b4 /drivers/mtd/nand | |
parent | 06586204714b7befec99e554c71687b0b40f351c (diff) | |
download | linux-stable-8ea126bc1ac28be93eb5ae3c82741a3dc8e66ae2.tar.gz linux-stable-8ea126bc1ac28be93eb5ae3c82741a3dc8e66ae2.tar.bz2 linux-stable-8ea126bc1ac28be93eb5ae3c82741a3dc8e66ae2.zip |
memory: Update dependency of IFC for Layerscape
This patch enables IFC NAND support on ARM layerscape platform.
It fixes the dependency to enable NAND. The include files are being modified
to ensure complilation for both PowerPC and ARM architectures.
Signed-off-by: Raghav Dogra <raghav.dogra@nxp.com>
Acked-by: Scott Wood <oss@buserror.net>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f05e0e9eb2f7..eace3ef10d9d 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -438,7 +438,7 @@ config MTD_NAND_FSL_ELBC config MTD_NAND_FSL_IFC tristate "NAND support for Freescale IFC controller" - depends on MTD_NAND && FSL_SOC + depends on MTD_NAND && (FSL_SOC || ARCH_LAYERSCAPE) select FSL_IFC select MEMORY help |