diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index c8d7253d8..62be3e63e 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -250,6 +250,13 @@ 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_ERASEALL | ||
254 | bool "flash_eraseall" | ||
255 | default n | ||
256 | help | ||
257 | The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. | ||
258 | This utility is used to erase the whole MTD device. | ||
259 | |||
253 | config IONICE | 260 | config IONICE |
254 | bool "ionice" | 261 | bool "ionice" |
255 | default n | 262 | default n |