diff options
author | Jagan Teki <jteki@openedev.com> | 2015-06-27 03:24:53 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 21:15:04 +0530 |
commit | a128197b815cbef81549434c3591108618ecc7ba (patch) | |
tree | ac602acdeaa5c4ca6213281ed8abcfdee3f43930 /README | |
parent | 6812484a40bf18ec8e0021278613caf6a0c46bd7 (diff) |
README: Add CONFIG_SPI_FLASH_DATAFLASH description
This patch adds CONFIG_SPI_FLASH_DATAFLASH descrition on README
file for more readble for users.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3099,6 +3099,11 @@ CBFS (Coreboot Filesystem) support is needed for subsystems like UBI which can only operate on top of the MTD layer. + CONFIG_SPI_FLASH_DATAFLASH SPI based Dataflash + + Define this option to access AT45xxx Dataflash chips support + using spi flash interface. + - SystemACE Support: CONFIG_SYSTEMACE |