ANDROID: mtd: nand: Allow NAND chip ids to be included standalone.

Lets non-standard NAND drivers take advantage of known NAND
chip information.

Change-Id: I87e2fcb40b07b2ec91e102f1fa7f419a4b4af0a3
Signed-off-by: Dima Zavin <dima@android.com>
tirimbino
Dima Zavin 16 years ago committed by Amit Pundir
parent 93d4d25b2b
commit b87e548bef
  1. 7
      drivers/mtd/nand/Kconfig

@ -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

Loading…
Cancel
Save