mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
mtd: gpmi: fix compiler warning
The gpmi driver selects the MTD_CMDLINE_PARTS directly. But we should not select a visible symbol. Just remove the select. Signed-off-by: Huang Shijie <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
This commit is contained in:
committed by
David Woodhouse
parent
3410a711a5
commit
492b8bde2c
@@ -440,7 +440,6 @@ config MTD_NAND_NANDSIM
|
||||
config MTD_NAND_GPMI_NAND
|
||||
bool "GPMI NAND Flash Controller driver"
|
||||
depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28)
|
||||
select MTD_CMDLINE_PARTS
|
||||
help
|
||||
Enables NAND Flash support for IMX23 or IMX28.
|
||||
The GPMI controller is very powerful, with the help of BCH
|
||||
|
||||
Reference in New Issue
Block a user