From: Heinrich Schuchardt Date: Sun, 26 Mar 2023 15:08:03 +0000 (+0200) Subject: scsi: typo supporedt X-Git-Tag: baikal/mips/sdk5.8.2~5^2~5^2~3 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=5f9a5db85bb82d1a74f7f77ab1da5077a1083108;p=uboot.git scsi: typo supporedt %s/supporedt/supported/ Fixes: 379ac6c22605 ("Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig") Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index ad484ce8e8..a8014129d3 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -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.