diff options
Diffstat (limited to 'doc/README.nand')
| -rw-r--r-- | doc/README.nand | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/doc/README.nand b/doc/README.nand index ce7ea5e1e..487548fcb 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -180,6 +180,17 @@ Configuration Options:        flexibility, so that one day we can eliminate the old mechanism. +   CONFIG_SYS_NAND_ONFI_DETECTION +	Enables detection of ONFI compliant devices during probe. +	And fetching device parameters flashed on device, by parsing +	ONFI parameter page. + +   CONFIG_BCH +	Enables software based BCH ECC algorithm present in lib/bch.c +	This is used by SoC platforms which do not have built-in ELM +	hardware engine required for BCH ECC correction. + +  Platform specific options  =========================     CONFIG_NAND_OMAP_GPMC |