mtd: nand: Allow NAND chip ids to be included standalone.
authorDima Zavin <dima@google.com>
Thu, 4 Dec 2008 20:19:57 +0000 (12:19 -0800)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:28 +0000 (17:49 -0700)
Lets non-standard NAND drivers take advantage of known NAND
chip information.

Change-Id: I87e2fcb40b07b2ec91e102f1fa7f419a4b4af0a3
Signed-off-by: Dima Zavin <dima@android.com>
drivers/mtd/nand/Kconfig

index 8b4b67c8a391005bb530abc91ff61690546f2dfb..b3fc1df9e27867b8b206fae2214ab87141a9661f 100644 (file)
@@ -1,3 +1,10 @@
+config MTD_NAND_IDS
+       tristate "Include chip ids for known NAND devices."
+       depends on MTD
+       help
+         Useful for NAND drivers that do not use the NAND subsystem but
+         still like to take advantage of the known chip information.
+
 config MTD_NAND_ECC
        tristate
 
@@ -122,9 +129,6 @@ config MTD_NAND_OMAP_PREFETCH_DMA
         or in DMA interrupt mode.
         Say y for DMA mode or MPU mode will be used
 
-config MTD_NAND_IDS
-       tristate
-
 config MTD_NAND_RICOH
        tristate "Ricoh xD card reader"
        default n