]> Git Repo - u-boot.git/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_ONENAND to Kconfig
[u-boot.git] / cmd / Kconfig
index 4d89af4a819ef3430c888745bdcc83d3adf08ad3..0d967a7973ec1eb9fc503fd67161c6727ee8c9b5 100644 (file)
@@ -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
This page took 0.025452 seconds and 4 git commands to generate.