[U-Boot] [PATCH v5 8/16] cmd: nand: Expose optional suboptions in Kconfig
Maxime Ripard
maxime.ripard at free-electrons.com
Mon Feb 27 17:22:07 UTC 2017
From: Boris Brezillon <boris.brezillon at 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.brezillon at free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard at 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
More information about the U-Boot
mailing list