mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-13 01:04:35 +08:00
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 <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
parent
9f43deee43
commit
4d54df4335
@ -340,7 +340,7 @@ config MTD_NAND_NANDSIM
|
|||||||
|
|
||||||
config MTD_NAND_GPMI_NAND
|
config MTD_NAND_GPMI_NAND
|
||||||
tristate "GPMI NAND Flash Controller driver"
|
tristate "GPMI NAND Flash Controller driver"
|
||||||
depends on MTD_NAND && MXS_DMA
|
depends on MXS_DMA
|
||||||
help
|
help
|
||||||
Enables NAND Flash support for IMX23, IMX28 or IMX6.
|
Enables NAND Flash support for IMX23, IMX28 or IMX6.
|
||||||
The GPMI controller is very powerful, with the help of BCH
|
The GPMI controller is very powerful, with the help of BCH
|
||||||
|
Loading…
Reference in New Issue
Block a user