diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:29 -0400 |
commit | 594e8d1c62128fc8391dc9c5649d364e4f69f028 (patch) | |
tree | 9f8c8d576f4261dbcbce8ac53bce3cf68402a672 /README | |
parent | 56aa7dcbdba6942729d9aa4b84fc489a510f0057 (diff) |
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 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -850,7 +850,6 @@ The following options need to be configured: CONFIG_CMD_IMI iminfo CONFIG_CMD_IMLS List all images found in NOR flash CONFIG_CMD_IMLS_NAND * List all images found in NAND flash - CONFIG_CMD_IOTRACE * I/O tracing for debugging CONFIG_CMD_IMPORTENV * import an environment CONFIG_CMD_INI * import data from an ini file into the env CONFIG_CMD_IRQ * irqinfo |