From: Boris Brezillon Date: Mon, 27 Feb 2017 17:22:07 +0000 (+0100) Subject: cmd: nand: Expose optional suboptions in Kconfig X-Git-Tag: v2017.05-rc2~60^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e915d2012fe80f0c1efd9e2bb67cc932107d88f1;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Maxime Ripard Reviewed-by: Jagan Teki --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 7c1f81a..661bee2 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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