Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8e2b5b2 authored by Dima Zavin's avatar Dima Zavin Committed by Ruchi Kandoi
Browse files

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: default avatarDima Zavin <dima@android.com>
parent f945a126
Loading
Loading
Loading
Loading
+7 −3
Original line number Original line Diff line number Diff line
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
config MTD_NAND_ECC
	tristate
	tristate


@@ -109,9 +116,6 @@ config MTD_NAND_OMAP_BCH
config MTD_NAND_OMAP_BCH_BUILD
config MTD_NAND_OMAP_BCH_BUILD
	def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH
	def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH


config MTD_NAND_IDS
	tristate

config MTD_NAND_RICOH
config MTD_NAND_RICOH
	tristate "Ricoh xD card reader"
	tristate "Ricoh xD card reader"
	default n
	default n