mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
scsi: typo supporedt
%s/supporedt/supported/
Fixes: edca8cf721
("Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
897d634a98
commit
854aaf9024
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ config SCSI_AHCI_PLAT
|
|||
This is deprecated. An AHCI driver should be provided instead.
|
||||
|
||||
config SYS_SCSI_MAX_SCSI_ID
|
||||
int "Maximum supporedt SCSI ID"
|
||||
int "Maximum supported SCSI ID"
|
||||
default 1
|
||||
help
|
||||
Sets the maximum number of SCSI IDs to scan when looking for devices.
|
||||
|
|
Loading…
Reference in a new issue