[U-Boot] [PATCH v2 20/42] Convert CONFIG_CMD_SCSI to Kconfig

Bin Meng bmeng.cn at gmail.com
Sat Aug 5 03:40:11 UTC 2017


On Sat, Aug 5, 2017 at 6:34 AM, Simon Glass <sjg at chromium.org> wrote:
> This converts the following to Kconfig:
>    CONFIG_CMD_SCSI
>
> Also update the Makefile to use CONFIG_CMD_SCSI instead of CONFIG_SCSI to
> enable the command, fixing an earlier error.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Update commit message to explain Makefile change
>
>  arch/arm/Kconfig                  | 3 +++
>  cmd/Kconfig                       | 9 +++++++++
>  cmd/Makefile                      | 2 +-
>  configs/cl-som-am57x_defconfig    | 1 +
>  configs/controlcenterdc_defconfig | 1 +
>  configs/ls1012aqds_qspi_defconfig | 1 +
>  include/configs/cl-som-am57x.h    | 1 -
>  include/configs/controlcenterdc.h | 1 -
>  include/configs/ls1012aqds.h      | 1 -
>  include/configs/ls1012ardb.h      | 1 -
>  include/configs/ls1021aiot.h      | 1 -
>  include/configs/ls1043ardb.h      | 1 -
>  scripts/config_whitelist.txt      | 1 -
>  13 files changed, 16 insertions(+), 8 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list