Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332648
b: refs/heads/master
c: 947c9ad
h: refs/heads/master
v: v3
  • Loading branch information
Richard Genoud authored and David Woodhouse committed Jul 6, 2012
1 parent 1e63fb1 commit b029803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d9a8811622e36611e8eeb2401e4e9805d4727f3
refs/heads/master: 947c9adb4280f495ff4810f52728f7e0cd3f5554
40 changes: 0 additions & 40 deletions trunk/drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -406,46 +406,6 @@ config MTD_NAND_ATMEL
help
Enables support for NAND Flash / Smart Media Card interface
on Atmel AT91 and AVR32 processors.
choice
prompt "ECC management for NAND Flash / SmartMedia on AT91 / AVR32"
depends on MTD_NAND_ATMEL

config MTD_NAND_ATMEL_ECC_HW
bool "Hardware ECC"
depends on ARCH_AT91SAM9263 || ARCH_AT91SAM9260 || AVR32
help
Use hardware ECC instead of software ECC when the chip
supports it.

The hardware ECC controller is capable of single bit error
correction and 2-bit random detection per page.

NB : hardware and software ECC schemes are incompatible.
If you switch from one to another, you'll have to erase your
mtd partition.

If unsure, say Y

config MTD_NAND_ATMEL_ECC_SOFT
bool "Software ECC"
help
Use software ECC.

NB : hardware and software ECC schemes are incompatible.
If you switch from one to another, you'll have to erase your
mtd partition.

config MTD_NAND_ATMEL_ECC_NONE
bool "No ECC (testing only, DANGEROUS)"
depends on DEBUG_KERNEL
help
No ECC will be used.
It's not a good idea and it should be reserved for testing
purpose only.

If unsure, say N

endchoice

config MTD_NAND_PXA3xx
tristate "Support for NAND flash devices on PXA3xx"
Expand Down

0 comments on commit b029803

Please sign in to comment.