mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-14 17:55:42 +08:00
mtd: nand: gpmi-nand: Remove wrong Kconfig help text
The GPMI nand Kconfig help texts mentions that the GPMI nand driver might conflict with SD cards. The only conflict there might really be is that both controllers use the same pins, but this is resolved by the pincontroller setup in the device tree. In any way the GPMI driver can safely be enabled, the text is just wrong. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Han Xu <han.xu@nxp.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
26f0740ed6
commit
34832dc44d
@ -376,9 +376,7 @@ config MTD_NAND_GPMI_NAND
|
|||||||
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
|
||||||
module, it can do the hardware ECC. The GPMI supports several
|
module, it can do the hardware ECC. The GPMI supports several
|
||||||
NAND flashs at the same time. The GPMI may conflicts with other
|
NAND flashs at the same time.
|
||||||
block, such as SD card. So pay attention to it when you enable
|
|
||||||
the GPMI.
|
|
||||||
|
|
||||||
config MTD_NAND_BRCMNAND
|
config MTD_NAND_BRCMNAND
|
||||||
tristate "Broadcom STB NAND controller"
|
tristate "Broadcom STB NAND controller"
|
||||||
|
Loading…
Reference in New Issue
Block a user