mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI
Compiling with CONFIG_CMD_SCSI=y, CONFIG_SCSI results in cmd/scsi.c:46: undefined reference to `scsi_scan' Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
120ec1dfa9
commit
fa3f0cbe13
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user