From 0941f597a2bdb80164658c8fe165ee8da4ece6fc Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:44 -0600 Subject: Convert CONFIG_CMD_SCSI to Kconfig 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 Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich [trini: Rework to default y if SCSI, drop cl-som-am57x which did not use CMD_SCSI for real] Signed-off-by: Tom Rini --- configs/controlcenterdc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/controlcenterdc_defconfig') diff --git a/configs/controlcenterdc_defconfig b/configs/controlcenterdc_defconfig index 98a0c00930..b28319f6cb 100644 --- a/configs/controlcenterdc_defconfig +++ b/configs/controlcenterdc_defconfig @@ -33,6 +33,7 @@ CONFIG_CMD_TIME=y CONFIG_CMD_TPM=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y +CONFIG_CMD_SCSI=y CONFIG_EFI_PARTITION=y CONFIG_OF_BOARD_FIXUP=y CONFIG_SPL_OF_TRANSLATE=y -- cgit v1.2.3