diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2016-07-22 00:59:19 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-09-23 10:35:16 +0300 |
commit | 75c19e58abaed01ae20ad5802f6a6aa5a255117d (patch) | |
tree | 3de7471409187445e086b28f137d3c09772b67cf /drivers/mtd/nand/Kconfig | |
parent | 107896c5889a3f1dc7d985d6a0fdb3a1c0e6e047 (diff) | |
download | linux-75c19e58abaed01ae20ad5802f6a6aa5a255117d.tar.xz |
Kconfig: nand: Remove redundant dependency on MTD_NAND
Config MTD_NAND_FSL_IFC is already located inside 'if MTD_NAND'
statment, so there's no need to explicitly specify it as a dependency.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-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 da23ca88c16b..b2ba9ef553bd 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 || ARCH_LAYERSCAPE) + depends on FSL_SOC || ARCH_LAYERSCAPE select FSL_IFC select MEMORY help |