From 978f0854da2abaeebe047c24c12c1033de75060a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:31 -0600 Subject: Convert CONFIG_CMD_ONENAND to Kconfig This converts the following to Kconfig: CONFIG_CMD_ONENAND Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index 4d89af4a81..0d967a7973 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -718,6 +718,14 @@ config CMD_MMC_SPI to 20MHz. It is useful since it reduces the amount of protocol code required. +config CMD_ONENAND + bool "onenand - access to onenand device" + help + OneNAND is a brand of NAND ('Not AND' gate) flash which provides + various useful features. This command allows reading, writing, + and erasing blocks. It allso provides a way to show and change + bad blocks, and test the device. + config CMD_PART bool "part" select PARTITION_UUIDS -- cgit v1.2.3