Fix new dependencies for flash_eraseall
This commit is contained in:
parent
3734b4c966
commit
d06b721ba2
@ -6,6 +6,7 @@
|
|||||||
config FSUTILS_FLASH_ERASEALL
|
config FSUTILS_FLASH_ERASEALL
|
||||||
bool "flash_eraseall() function"
|
bool "flash_eraseall() function"
|
||||||
default n
|
default n
|
||||||
|
depends on MTD
|
||||||
---help---
|
---help---
|
||||||
Enables support for the callable flash_eraseall() function that can
|
Enables support for the callable flash_eraseall() function that can
|
||||||
be used to erase all FLASH backing up a block device driver.
|
be used to erase all FLASH backing up a block device driver.
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
config SYSTEM_FLASH_ERASEALL
|
config SYSTEM_FLASH_ERASEALL
|
||||||
bool "FLASH Erase-all Command"
|
bool "FLASH Erase-all Command"
|
||||||
default n
|
default n
|
||||||
depends on MTD && NSH_BUILTIN_APPS && !BUILD_PROTECTED && !BUILD_KERNEL
|
depends on MTD && NSH_BUILTIN_APPS
|
||||||
|
select FSUTILS_FLASH_ERASEALL
|
||||||
---help---
|
---help---
|
||||||
Enable support for the FLASH eraseall tool.
|
Enable support for the FLASH eraseall tool.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user