diff options
author | Simon Glass <sjg@chromium.org> | 2017-06-15 03:28:21 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-07-11 16:08:19 (GMT) |
commit | fedb428c5beb8776451118f5adc976770a526a33 (patch) | |
tree | 733ac28b61f4e17aa15a2f1125e99472b3c46c8e /README | |
parent | 2cce586651bbeb0489c6cc6f04489f65bd039b9e (diff) | |
download | u-boot-fsl-qoriq-fedb428c5beb8776451118f5adc976770a526a33.tar.xz |
Convert CONFIG_SCSI to Kconfig
This converts the following to Kconfig:
CONFIG_SCSI
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -826,7 +826,6 @@ The following options need to be configured: CONFIG_CMD_RUN run command in env variable CONFIG_CMD_SANDBOX * sb command to access sandbox features CONFIG_CMD_SAVES * save S record dump - CONFIG_SCSI * SCSI Support CONFIG_CMD_SDRAM * print SDRAM configuration information (requires CONFIG_CMD_I2C) CONFIG_CMD_SF * Read/write/erase SPI NOR flash |