projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d159c4e
)
mtd: allow MTD_NAND_GPMI_NAND to be built as module
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sat, 28 Jul 2012 22:29:24 +0000
(19:29 -0300)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:12:34 +0000
(15:12 +0100)
Allow MTD_NAND_GPMI_NAND to be built as module.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index
ce5cf02
..
6010b50
100644
(file)
--- a/
drivers/mtd/nand/Kconfig
+++ b/
drivers/mtd/nand/Kconfig
@@
-452,7
+452,7
@@
config MTD_NAND_NANDSIM
MTD nand layer.
config MTD_NAND_GPMI_NAND
-
bool
"GPMI NAND Flash Controller driver"
+
tristate
"GPMI NAND Flash Controller driver"
depends on MTD_NAND && MXS_DMA
help
Enables NAND Flash support for IMX23, IMX28 or IMX6.