summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2017-08-04 16:34:39 -0600
committerTom Rini <[email protected]>2017-08-11 15:41:53 -0400
commitb75dfd2d4675e660ab20806641a063cdb65e99a0 (patch)
tree3c9c226c8cf36c4487a610e7291e2643b4d262cb /cmd/Kconfig
parent6f62d7c4f7a2242a76e19b09dccca6f68776e788 (diff)
Kconfig: Convert CMD_READ to Kconfig
Convert this option and enable it in sandbox. Also correct a bug which was introduced with the block-device driver model conversion. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ef614a6a5fd..0d9292b4f66 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -749,6 +749,11 @@ config CMD_PCMCIA
about 1990. These devices are typically removable memory or network
cards using a standard 68-pin connector.
+config CMD_READ
+ bool "read - Read binary data from a partition"
+ help
+ Provides low-level access to the data in a partition.
+
config CMD_REMOTEPROC
bool "remoteproc"
depends on REMOTEPROC