Skip to content
Snippets Groups Projects
Commit e915d201 authored by Boris Brezillon's avatar Boris Brezillon Committed by Jagan Teki
Browse files

cmd: nand: Expose optional suboptions in Kconfig


Sometime we need to enable advanced suboptions of the nand command set.
Expose these suboptions in Kconfig.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
parent 173aafbf
No related branches found
No related tags found
No related merge requests found
...@@ -455,6 +455,24 @@ config CMD_NAND ...@@ -455,6 +455,24 @@ config CMD_NAND
help help
NAND support. NAND support.
if CMD_NAND
config CMD_NAND_TRIMFFS
bool "nand write.trimffs"
help
Allows one to skip empty pages when flashing something on a NAND.
config CMD_NAND_LOCK_UNLOCK
bool "nand lock/unlock"
help
NAND locking support.
config CMD_NAND_TORTURE
bool "nand torture"
help
NAND torture support.
endif # CMD_NAND
config CMD_PART config CMD_PART
bool "part" bool "part"
select PARTITION_UUIDS select PARTITION_UUIDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment