diff options
| author | Simon Glass <sjg@chromium.org> | 2021-08-08 12:20:17 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-09-04 12:26:02 -0400 |
| commit | f7560376aec089357da0e4b9faf7d4f594ef1ebd (patch) | |
| tree | c73cf424593bac4ebf97651bd91d07c1bd9e8ef3 /drivers/scsi | |
| parent | 6f004adaf6f80b64f20bc2ed64615610588f3154 (diff) | |
sata: Rename SATA_SUPPORT to SATA
Rename this options so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/scsi')
| -rw-r--r-- | drivers/scsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 6fc5f4a9f9c..e9f848636c6 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -9,7 +9,7 @@ obj-$(CONFIG_SCSI) += scsi.o endif ifdef CONFIG_SPL_BUILD -ifdef CONFIG_SPL_SATA_SUPPORT +ifdef CONFIG_SPL_SATA obj-$(CONFIG_DM_SCSI) += scsi-uclass.o obj-$(CONFIG_SCSI) += scsi.o endif |
