diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 7feaf4a87..06ff51a7c 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -250,6 +250,20 @@ config FBSPLASH | |||
250 | "NN" (ASCII decimal number) - percentage to show on progress bar | 250 | "NN" (ASCII decimal number) - percentage to show on progress bar |
251 | "exit" - well you guessed it | 251 | "exit" - well you guessed it |
252 | 252 | ||
253 | config FLASH_LOCK | ||
254 | bool "flash_lock" | ||
255 | default n | ||
256 | help | ||
257 | The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This | ||
258 | utility locks part or all of the flash device. | ||
259 | |||
260 | config FLASH_UNLOCK | ||
261 | bool "flash_unlock" | ||
262 | default n | ||
263 | help | ||
264 | The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This | ||
265 | utility unlocks part or all of the flash device. | ||
266 | |||
253 | config FLASH_ERASEALL | 267 | config FLASH_ERASEALL |
254 | bool "flash_eraseall" | 268 | bool "flash_eraseall" |
255 | default n | 269 | default n |