From: Boris Brezillon <boris.brezil...@free-electrons.com> Sometime we need to enable advanced suboptions of the nand command set. Expose these suboptions in Kconfig.
Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.rip...@free-electrons.com> --- cmd/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 66d3273fac6f..4e7c0fbcdee5 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -441,6 +441,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 -- git-series 0.8.11 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/listinfo/u-boot