dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
This option currently enables both the command and the SCSI functionality. Rename the existing option to CONFIG_SCSI since most of the code relates to the feature. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -28,7 +28,7 @@ const struct block_drvr block_drvr[] = {
|
||||
#if defined(CONFIG_CMD_SATA)
|
||||
{.name = "sata", .get_dev = sata_get_dev, },
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_SCSI)
|
||||
#if defined(CONFIG_SCSI)
|
||||
{ .name = "scsi", .get_dev = scsi_get_dev, },
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE)
|
||||
|
||||
Reference in New Issue
Block a user