diff options
| author | Boris Brezillon <[email protected]> | 2018-07-05 11:44:56 +0200 |
|---|---|---|
| committer | Miquel Raynal <[email protected]> | 2018-07-18 09:34:15 +0200 |
| commit | 4d54df433558683236298cc15dbdfee9aa928dee (patch) | |
| tree | 2b881fd28a69bd9a2013d56b9942f383537ef781 | |
| parent | 9f43deee43511c2d70a8220f76854aab89f4e673 (diff) | |
mtd: rawnand: gpmi: Remove useless dependency on MTD_NAND
The MTD_NAND_GPMI_NAND entry is already defined in an 'if MTD_NAND'
block, no need to add an extra "depends on MTD_NAND".
Signed-off-by: Boris Brezillon <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index 6074a946708a..58dad80eb174 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -340,7 +340,7 @@ config MTD_NAND_NANDSIM config MTD_NAND_GPMI_NAND tristate "GPMI NAND Flash Controller driver" - depends on MTD_NAND && MXS_DMA + depends on MXS_DMA help Enables NAND Flash support for IMX23, IMX28 or IMX6. The GPMI controller is very powerful, with the help of BCH |