ata: Fix an instance of SPL_SATA_SUPPORT
authorSimon Glass <sjg@chromium.org>
Fri, 12 Aug 2022 01:34:42 +0000 (19:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2022 15:05:00 +0000 (11:05 -0400)
commit6c0405576a0f0b32acc68cb1860b43d89ec30cfa
tree9456d3736768c9ac9e329a0ef71c7895089ec1b8
parent6b03b9d5b7b9efee81bdb01d17c291107818371e
ata: Fix an instance of SPL_SATA_SUPPORT

The _SUPPORT suffix should be dropped. This happened because the rename
was applied around the same time as this new option, so did not include
renaming the new option.

The relevant commits are:

   f7560376ae sata: Rename SATA_SUPPORT to SATA
   73059529b2 ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI

Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ata/Kconfig