diff options
-rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index bab35fc6678..091a0ee21a0 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1446,7 +1446,8 @@ config CMD_SATA config CMD_SCSI bool "scsi - Access to SCSI devices" - default y if SCSI + depends on SCSI + default y help This provides a 'scsi' command which provides access to SCSI (Small Computer System Interface) devices. The command provides a way to |