Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75c19e58 authored by Andrey Smirnov's avatar Andrey Smirnov Committed by Boris Brezillon
Browse files

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: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent 107896c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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