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>
This commit is contained in:
parent
107896c588
commit
75c19e58ab
@ -438,7 +438,7 @@ config MTD_NAND_FSL_ELBC
|
|||||||
|
|
||||||
config MTD_NAND_FSL_IFC
|
config MTD_NAND_FSL_IFC
|
||||||
tristate "NAND support for Freescale IFC controller"
|
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 FSL_IFC
|
||||||
select MEMORY
|
select MEMORY
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user