summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:34 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:45:29 (GMT)
commit594e8d1c62128fc8391dc9c5649d364e4f69f028 (patch)
tree9f8c8d576f4261dbcbce8ac53bce3cf68402a672 /cmd
parent56aa7dcbdba6942729d9aa4b84fc489a510f0057 (diff)
downloadu-boot-594e8d1c62128fc8391dc9c5649d364e4f69f028.tar.xz
Convert CONFIG_CMD_IO to Kconfig
This converts the following to Kconfig: CONFIG_CMD_IO Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1268e38..0f54ae3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -493,6 +493,14 @@ config CMD_IDE
geting device info. It also enables the 'diskboot' command which
permits booting from an IDE drive.
+config CMD_IO
+ bool "io - Support for performing I/O accesses"
+ help
+ Provides an 'iod' command to display I/O space and an 'iow' command
+ to write values to the I/O space. This can be useful for manually
+ checking the state of devices during boot when debugging device
+ drivers, etc.
+
config CMD_LOADB
bool "loadb"
default y