aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-07-30 15:35:01 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-08-01 10:42:55 -0400
commitfcb90ba7e9ba9a17ca5103be3f3ae3a446dadc14 (patch)
tree48313298d30bd369b29ef86cc511c96497af0202 /drivers/mtd/nand/Kconfig
parentcf840392e83914b9fcdbce8a8a2bc17a84cf0353 (diff)
[MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin bootrom uses
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 71406e517857..c075b47e11ad 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -109,6 +109,18 @@ config MTD_NAND_BF5XX_HWECC
109 Enable the use of the BF5XX's internal ECC generator when 109 Enable the use of the BF5XX's internal ECC generator when
110 using NAND. 110 using NAND.
111 111
112config MTD_NAND_BF5XX_BOOTROM_ECC
113 bool "Use Blackfin BootROM ECC Layout"
114 default n
115 depends on MTD_NAND_BF5XX_HWECC
116 help
117 If you wish to modify NAND pages and allow the Blackfin on-chip
118 BootROM to boot from them, say Y here. This is only necessary
119 if you are booting U-Boot out of NAND and you wish to update
120 U-Boot from Linux' userspace. Otherwise, you should say N here.
121
122 If unsure, say N.
123
112config MTD_NAND_RTC_FROM4 124config MTD_NAND_RTC_FROM4
113 tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)" 125 tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)"
114 depends on SH_SOLUTION_ENGINE 126 depends on SH_SOLUTION_ENGINE