aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorHåvard Skinnemoen <haavard.skinnemoen@atmel.com>2008-06-06 12:04:57 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2008-06-07 03:45:45 -0400
commit984290ded4ee3834ca913fe361afe3bf625cd9c0 (patch)
treefff91996db50e5806ef8ef83efb4f7fe7dda1c79 /drivers/mtd/nand/Kconfig
parent62090a08aba579e6c69319fac4d4a1f806f26400 (diff)
[MTD] [NAND] atmel_nand: make available on AVR32
Make the atmel_nand driver selectable on AVR32, and update the Kconfig help text to reflect this. Signed-off-by: Håvard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index cdd2952c1533..d8c0d8698b49 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -272,18 +272,18 @@ config MTD_NAND_CS553X
272 If you say "m", the module will be called "cs553x_nand.ko". 272 If you say "m", the module will be called "cs553x_nand.ko".
273 273
274config MTD_NAND_ATMEL 274config MTD_NAND_ATMEL
275 bool "Support for NAND Flash / SmartMedia on AT91" 275 bool "Support for NAND Flash / SmartMedia on AT91 and AVR32"
276 depends on ARCH_AT91 276 depends on ARCH_AT91 || AVR32
277 help 277 help
278 Enables support for NAND Flash / Smart Media Card interface 278 Enables support for NAND Flash / Smart Media Card interface
279 on Atmel AT91 processors. 279 on Atmel AT91 and AVR32 processors.
280choice 280choice
281 prompt "ECC management for NAND Flash / SmartMedia on AT91" 281 prompt "ECC management for NAND Flash / SmartMedia on AT91 / AVR32"
282 depends on MTD_NAND_ATMEL 282 depends on MTD_NAND_ATMEL
283 283
284config MTD_NAND_ATMEL_ECC_HW 284config MTD_NAND_ATMEL_ECC_HW
285 bool "Hardware ECC" 285 bool "Hardware ECC"
286 depends on ARCH_AT91SAM9263 || ARCH_AT91SAM9260 286 depends on ARCH_AT91SAM9263 || ARCH_AT91SAM9260 || AVR32
287 help 287 help
288 Use hardware ECC instead of software ECC when the chip 288 Use hardware ECC instead of software ECC when the chip
289 supports it. 289 supports it.