mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-04 04:01:54 +02:00
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: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
173aafbf9d
commit
e915d2012f
18
cmd/Kconfig
18
cmd/Kconfig
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user