projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f43dee
)
mtd: rawnand: gpmi: Remove useless dependency on MTD_NAND
author
Boris Brezillon
<boris.brezillon@bootlin.com>
Thu, 5 Jul 2018 09:44:56 +0000
(11:44 +0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:34:15 +0000
(09:34 +0200)
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 <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/Kconfig
b/drivers/mtd/nand/raw/Kconfig
index 6074a946708a7f12f40aa90cd7d080063122ca78..58dad80eb17462290a5f120783db29e633ecefc4 100644
(file)
--- 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 M
TD_NAND && M
XS_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