Kconfig: nand: Remove redundant dependency on MTD_NAND
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Thu, 21 Jul 2016 21:59:19 +0000 (14:59 -0700)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 23 Sep 2016 07:35:16 +0000 (09:35 +0200)
commit75c19e58abaed01ae20ad5802f6a6aa5a255117d
tree3de7471409187445e086b28f137d3c09772b67cf
parent107896c5889a3f1dc7d985d6a0fdb3a1c0e6e047
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>
drivers/mtd/nand/Kconfig