aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorMaxim Levitsky <maximlevitsky@gmail.com>2010-02-22 13:39:42 -0500
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-02-26 14:22:38 -0500
commit67e054e919248fa1db93de727fb9ad49eb700642 (patch)
treec9a31baec265575de4c56ca52c5a80c8ab0080e3 /drivers/mtd/nand/Kconfig
parent7d17c02a01a111f40986859f044c8c4cce8a4aa6 (diff)
mtd: nand: Add driver for Ricoh xD/SmartMedia reader
This adds a driver for Ricoh R5C852 xD card reader. This reader is a part of larger mulifunction chip and found at least in R5C832 Driver is complete, but bewere of the fact that some (probably only type M) xD cards are 'fake' which means that they have an on board CPU and expose emulated nand command set These cards don't even store the oob area on the flash, but generate it on the fly from something else. Thus they demand to have proper values written in the oob area, and therefore only useful with SmartMedia FTL. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 7a67218e86fc..6701a00b7a9a 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -102,6 +102,17 @@ config MTD_NAND_OMAP_PREFETCH_DMA
102config MTD_NAND_IDS 102config MTD_NAND_IDS
103 tristate 103 tristate
104 104
105config MTD_NAND_RICOH
106 tristate "Ricoh xD card reader"
107 default n
108 select MTD_SM_COMMON
109 help
110 Enable support for Ricoh R5C852 xD card reader
111 You also need to enable ether
112 NAND SSFDC (SmartMedia) read only translation layer' or new
113 expermental, readwrite
114 'SmartMedia/xD new translation layer'
115
105config MTD_NAND_AU1550 116config MTD_NAND_AU1550
106 tristate "Au1550/1200 NAND support" 117 tristate "Au1550/1200 NAND support"
107 depends on SOC_AU1200 || SOC_AU1550 118 depends on SOC_AU1200 || SOC_AU1550