RAMTRON: Should be able to select chunked write mode via a configuration option, not by editing the file.

This commit is contained in:
Gregory Nutt
2017-08-04 08:49:07 -06:00
parent 79ee0a5209
commit bbc06dcd8e
2 changed files with 144 additions and 50 deletions
+6
View File
@@ -757,6 +757,12 @@ config RAMTRON_SETSPEED
Select an option to provide an ioctl, MTDIOC_SETSPEED call that
supports dynamic selection of the RAMTRON bus speed.
config RAMTRON_CHUNKING
bool "Support chunked writes"
default n
---help---
Some Re-RAMs like MB85AS4MT has a write buffer size limitation.
endif # MTD_RAMTRON
config MTD_SST25