mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
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>
This commit is contained in:
parent
316525238a
commit
0a39ec04c5
|
|
@ -1,5 +1,12 @@
|
|||
# drivers/mtd/nand/Kconfig
|
||||
|
||||
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.
|
||||
|
||||
menuconfig MTD_NAND
|
||||
tristate "NAND Device Support"
|
||||
depends on MTD
|
||||
|
|
@ -103,9 +110,6 @@ config MTD_NAND_TS7250
|
|||
help
|
||||
Support for NAND flash on Technologic Systems TS-7250 platform.
|
||||
|
||||
config MTD_NAND_IDS
|
||||
tristate
|
||||
|
||||
config MTD_NAND_AU1550
|
||||
tristate "Au1550/1200 NAND support"
|
||||
depends on SOC_AU1200 || SOC_AU1550
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user