Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1448209
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Kconfig: nand: Remove redundant dependency on MTD_NAND |
| Date | 2016-07-22 00:10 +0200 |
| Message-ID | <rXuki-597-11@gated-at.bofh.it> (permalink) |
| References | <rXuaC-4P9-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index e528747..756f39e 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -436,7 +436,7 @@ config MTD_NAND_FSL_ELBC config MTD_NAND_FSL_IFC tristate "NAND support for Freescale IFC controller" - depends on MTD_NAND && FSL_SOC + depends on FSL_SOC select FSL_IFC select MEMORY help -- 2.5.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-07-22 00:00 +0200 [PATCH] Kconfig: nand: Remove redundant dependency on MTD_NAND Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-07-22 00:10 +0200 [PATCH v3 1/2] mtd: nand: Error out if cmd_ctrl() is missing Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-07-22 00:10 +0200 [PATCH v3 2/2] mtd: nand: Get rid of needless 'goto' Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-07-22 00:10 +0200
csiph-web