mx7ulp_com: fix incorrect select for SPL options
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Tue, 12 Jul 2022 15:44:20 +0000 (17:44 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 19:32:20 +0000 (15:32 -0400)
commit2c9cf3b644149cd32df5310f065ac47cbdfbc762
treefa74cb08579280f5af8ab94529cd9c0fb67a6afb
parent5536a5f4ac12f4f14e31c85305c2fc7647d5fc03
mx7ulp_com: fix incorrect select for SPL options

SPL_GPIO_SUPPORT is named SPL_GPIO since commit 83061dbd1c89 ("Rename
GPIO_SUPPORT to GPIO"), SPL_MMC_SUPPORT is named SPL_MMC since commit
103c5f180694 ("mmc: Rename MMC_SUPPORT to MMC"), SPL_SERIAL_SUPPORT is
named SPL_SERIAL since commit 2a7360666871 ("serial: Rename
SERIAL_SUPPORT to SERIAL") so let's select the correct Kconfig options.

Fixes: 8b71576f3842 ("mx7ulp_com: add support for SPL")
Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
arch/arm/mach-imx/mx7ulp/Kconfig