Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrey Smirnov and committed by
Boris Brezillon
75c19e58 107896c5

+1 -1
+1 -1
drivers/mtd/nand/Kconfig
··· 438 438 439 439 config MTD_NAND_FSL_IFC 440 440 tristate "NAND support for Freescale IFC controller" 441 - depends on MTD_NAND && (FSL_SOC || ARCH_LAYERSCAPE) 441 + depends on FSL_SOC || ARCH_LAYERSCAPE 442 442 select FSL_IFC 443 443 select MEMORY 444 444 help