提交 e915d201 编写于 作者: B Boris Brezillon 提交者: Jagan Teki

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: NBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: NJagan Teki <jagan@openedev.com>
上级 173aafbf
......@@ -455,6 +455,24 @@ config CMD_NAND
help
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
bool "part"
select PARTITION_UUIDS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册