]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
spi: spi-fsl-dspi: Revert unintended dependency change in config SPI_FSL_DSPI
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Mon, 16 Jun 2025 09:19:55 +0000 (11:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 16 Jun 2025 12:26:56 +0000 (13:26 +0100)
Commit 9a30e332c36c ("spi: spi-fsl-dspi: Enable support for S32G
platforms") reworks the dependencies of config SPI_FSL_DSPI, but introduces
a typo changing the dependency to M5441x to a dependency on a non-existing
config M54541x.

Revert the unintended change to depend on the config M5441x.

Fixes: 9a30e332c36c ("spi: spi-fsl-dspi: Enable support for S32G platforms")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Link: https://patch.msgid.link/20250616091955.20547-1-lukas.bulwahn@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 60eb65c927b14faf85789376ab0f68422ead7cfb..f2d2295a5501c60360ba119dd7101b509b0248e6 100644 (file)
@@ -647,7 +647,7 @@ config SPI_FSL_SPI
 config SPI_FSL_DSPI
        tristate "Freescale DSPI controller"
        select REGMAP_MMIO
-       depends on ARCH_MXC || ARCH_NXP || M54541x || COMPILE_TEST
+       depends on ARCH_MXC || ARCH_NXP || M5441x || COMPILE_TEST
        help
          This enables support for the Freescale DSPI controller in master
          mode. S32, VF610, LS1021A and ColdFire platforms uses the controller.