ST25FL1: Flesh out FLASH write logic

This commit is contained in:
Gregory Nutt
2015-08-28 12:01:08 -06:00
parent e392471dc2
commit 4a1951b192
2 changed files with 157 additions and 26 deletions
+11
View File
@@ -405,6 +405,17 @@ config ST25FL1_SECTOR512
bool "Simulate 512 byte Erase Blocks"
default n
config ST25FL1_SCRAMBLE
bool "Scramble data"
default n
---help---
Requires drviver support for data scrambling/descrambling.
config ST25FL1_SCRAMBLE_KEY
hex "Scramble key"
default 0x0baddead
depends on ST25FL1_SCRAMBLE
endif
config MTD_SMART