summaryrefslogtreecommitdiff
path: root/doc/README.cfi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.cfi')
-rw-r--r--doc/README.cfi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/README.cfi b/doc/README.cfi
index d087ff0d63..81e7cf1d7e 100644
--- a/doc/README.cfi
+++ b/doc/README.cfi
@@ -27,3 +27,16 @@ void flash_cmd_reset(flash_info_t *info)
see also:
http://www.mail-archive.com/u-boot@lists.denx.de/msg24368.html
+
+
+Config Option
+
+ CONFIG_SYS_MAX_FLASH_SECT: Number of sectors available on Flash device
+
+ CONFIG_SYS_FLASH_CFI_WIDTH: Data-width of the flash device
+
+ CONFIG_CMD_FLASH: Enables Flash command library
+
+ CONFIG_FLASH_CFI_DRIVER: Enables CFI Flash driver
+
+ CONFIG_FLASH_CFI_MTD: Enables MTD frame work for NOR Flash devices